Home
last modified time | relevance | path

Searched refs:STL (Results 1 – 25 of 25) sorted by relevance

/freebsd-14-stable/contrib/file/magic/Magdir/
HDsubtitle6 # EBU-STL
8 3 string STL EBU-STL subtitles
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp168 if (TemplateSpecializationTypeLoc STL = in getFunctionTypeLoc() local
174 if (STL.getNumArgs() != 1) in getFunctionTypeLoc()
176 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0); in getFunctionTypeLoc()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/cfi/
HDcfi_ignorelist.txt7 # STL address-of magic (libstdc++).
/freebsd-14-stable/contrib/googletest/googletest/
HDCMakeLists.txt232 # MSVC 7.1 does not support STL with exceptions disabled.
270 # Visual Studio .NET 2003 does not support STL with exceptions disabled.
307 # MSVC 7.1 does not support STL with exceptions disabled.
/freebsd-14-stable/contrib/googletest/docs/reference/
HDmatchers.md114 Most STL-style containers support `==`, so you can use `Eq(expected_container)`
127 …t that the expected element values/matchers come from an initializer list, STL-style container, it…
134 …t that the expected element values/matchers come from an initializer list, STL-style container, it…
242 … same as `AllOf()` except that the matchers come from an initializer list, STL-style container, it…
244 … same as `AnyOf()` except that the matchers come from an initializer list, STL-style container, it…
HDtesting.md110 | `ValuesIn(container)` or `ValuesIn(begin,end)` | Yields values from a C-style array, an STL-style…
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/
HDstd.compat.cppm.in53 // and that means the MSVC STL headers can be found as well, tricking __has_include
HDstd.cppm.in175 // and that means the MSVC STL headers can be found as well, tricking __has_include
/freebsd-14-stable/contrib/ncurses/include/
HDcurses.tail185 /* these names conflict with STL */
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDprint190 // This is the same test MSVC STL uses in their implementation of <print>
HD__config672 // We're deferring to Microsoft's STL to provide aligned new et al. We don't
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td690 "move semantics like smart pointers and other STL objects. "
795 HelpText<"Models the algorithm library of the C++ STL.">,
/freebsd-14-stable/contrib/googletest/docs/
HDgmock_cook_book.md1107 those defined in STL's `<algorithm>` header), and it would be a shame if gMock
1128 using STL's `<functional>` header is just painful). For example, here's a
1357 Sometimes an STL container (e.g. list, vector, map, ...) is passed to a mock
1358 function and you may want to validate it. Since most STL containers support the
1444 STL iterator pattern (i.e. it has a `const_iterator` type and supports
1445 `begin()/end()`), not just the ones defined in STL. It will even work with
4318 This printer knows how to print built-in C++ types, native arrays, STL
HDfaq.md324 that many standard libraries (like STL) may throw when exceptions are
HDadvanced.md312 This printer knows how to print built-in C++ types, native arrays, STL
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMScheduleR52.td501 (instregex "STRD$", "t2STRDi8", "STL", "t2STL")>;
HDARMScheduleA57.td128 "(t2)?STL", "(t2)?LDREX", "(t2)?STREX", "MEMCPY")>;
HDARMInstrInfo.td3471 def STL : AIstrrel<0b00, (outs), (ins GPR:$Rt, addr_offset_none:$addr),
5371 …def : ARMPat<(atomic_store_release_32 addr_offset_none:$addr, GPR:$val), (STL GPR:$val, addr_offs…
/freebsd-14-stable/contrib/bearssl/
HDDoxyfile304 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
305 # to include (a tag file for) the STL sources as input, then you should set this
307 # definitions whose arguments contain STL classes (e.g. func(std::string);
309 # diagrams that involve STL classes more complete and accurate.
/freebsd-14-stable/contrib/libcbor/
HDDoxyfile365 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
366 # to include (a tag file for) the STL sources as input, then you should set this
368 # definitions whose arguments contain STL classes (e.g. func(std::string);
370 # diagrams that involve STL classes more complete and accurate.
/freebsd-14-stable/contrib/ldns/
HDlibdns.doxygen.in350 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
351 # to include (a tag file for) the STL sources as input, then you should set this
353 # definitions whose arguments contain STL classes (e.g. func(std::string);
355 # diagrams that involve STL classes more complete and accurate.
/freebsd-14-stable/contrib/unbound/doc/
HDunbound.doxygen375 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
376 # to include (a tag file for) the STL sources as input, then you should set this
378 # definitions whose arguments contain STL classes (e.g. func(std::string);
380 # diagrams that involve STL classes more complete and accurate.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.td1104 // Section 8.2.9 - STL
1106 defm STL : STOREm<"stl", 0x13, I32, i32, store>;
/freebsd-14-stable/contrib/ncurses/
HDINSTALL2073 with C++ STL.
HDNEWS11856 STL (reported by Matt Gerassimoff <mgeras@ticon.net>)