Home
last modified time | relevance | path

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

/src/contrib/file/magic/Magdir/
H A Dsubtitle6 # EBU-STL
8 3 string STL EBU-STL subtitles
/src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp168 if (TemplateSpecializationTypeLoc STL = in getFunctionTypeLoc() local
174 if (STL.getNumArgs() != 1) in getFunctionTypeLoc()
176 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0); in getFunctionTypeLoc()
/src/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt7 # STL address-of magic (libstdc++).
/src/contrib/googletest/googletest/
H A DCMakeLists.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.
/src/contrib/googletest/docs/reference/
H A Dmatchers.md116 Most STL-style containers support `==`, so you can use `Eq(expected_container)`
129 …t that the expected element values/matchers come from an initializer list, STL-style container, it…
136 …t that the expected element values/matchers come from an initializer list, STL-style container, it…
245 … same as `AllOf()` except that the matchers come from an initializer list, STL-style container, it…
247 … same as `AnyOf()` except that the matchers come from an initializer list, STL-style container, it…
H A Dtesting.md110 | `ValuesIn(container)` or `ValuesIn(begin,end)` | Yields values from a C-style array, an STL-style…
/src/contrib/llvm-project/libcxx/modules/
H A Dstd.compat.cppm.in53 // and that means the MSVC STL headers can be found as well, tricking __has_include
H A Dstd.cppm.in175 // and that means the MSVC STL headers can be found as well, tricking __has_include
/src/contrib/ncurses/include/
H A Dcurses.tail229 /* these names conflict with STL */
/src/contrib/llvm-project/libcxx/include/
H A Dprint190 // This is the same test MSVC STL uses in their implementation of <print>
H A D__config672 // We're deferring to Microsoft's STL to provide aligned new et al. We don't
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td690 "move semantics like smart pointers and other STL objects. "
795 HelpText<"Models the algorithm library of the C++ STL.">,
/src/contrib/googletest/docs/
H A Dgmock_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
4351 This printer knows how to print built-in C++ types, native arrays, STL
H A Dfaq.md324 that many standard libraries (like STL) may throw when exceptions are
H A Dadvanced.md312 This printer knows how to print built-in C++ types, native arrays, STL
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleR52.td501 (instregex "STRD$", "t2STRDi8", "STL", "t2STL")>;
H A DARMScheduleA57.td128 "(t2)?STL", "(t2)?LDREX", "(t2)?STREX", "MEMCPY")>;
H A DARMInstrInfo.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…
/src/contrib/bearssl/
H A DDoxyfile304 # 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.
/src/contrib/libcbor/
H A DDoxyfile365 # 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.
/src/contrib/ldns/
H A Dlibdns.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.
/src/contrib/unbound/doc/
H A Dunbound.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.
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1104 // Section 8.2.9 - STL
1106 defm STL : STOREm<"stl", 0x13, I32, i32, store>;
/src/contrib/ncurses/
H A DINSTALL2108 with C++ STL.
H A DNEWS12425 STL (reported by Matt Gerassimoff <mgeras@ticon.net>)