Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/libc++/dist/libcxxrt/
H A DREADME8 It is intended to sit below an STL implementation, and provide features required by the compiler fo…
44STL implementation (lib[std]{cxx,c++}). Its contents should be considered semi-private, as it is …
46STL implementation. Statically linking libcxxrt into your STL implementation means that users who…
48STL implementations and wish to be able to link against both (e.g. where an application links one …
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsubtitle6 # EBU-STL
8 3 string STL EBU-STL subtitles
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dcode.c217 #define STL 200 macro
218 char *str = xmalloc(STL);
235 if (snprintf(str, STL, "call L%s$pb\nL%s$pb:\n\tpopl %%0\n",
236 name, name) >= STL)
239 if (snprintf(str, STL,
242 l, l, l) >= STL)
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DRangesStatus.rst41 …* TODO(XX_SPACESHIP_CONCEPTS): when spaceship support is added to various STL types, we need to up…
46 (Note: stolen from MSVC `here <https://github.com/microsoft/STL/issues/39>`_.)
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp170 if (TemplateSpecializationTypeLoc STL = in getFunctionTypeLoc() local
176 if (STL.getNumArgs() != 1) in getFunctionTypeLoc()
178 TemplateArgumentLoc MaybeFunction = STL.getArgLoc(0); in getFunctionTypeLoc()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drb_tree53 * containing extensions from the HP/SGI STL subset).
68 // compatibility with the HP STL.
H A Diterator53 * containing extensions from the HP/SGI STL subset).
H A Dnumeric53 * containing extensions from the HP/SGI STL subset).
H A Dalgorithm53 * containing extensions from the HP/SGI STL subset).
214 // in the HP STL, and is retained as an extension for backward compatibility.
H A Dmemory53 * containing extensions from the HP/SGI STL subset).
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drb_tree53 * containing extensions from the HP/SGI STL subset).
68 // compatibility with the HP STL.
H A Diterator53 * containing extensions from the HP/SGI STL subset).
H A Dnumeric53 * containing extensions from the HP/SGI STL subset).
H A Dalgorithm53 * containing extensions from the HP/SGI STL subset).
214 // in the HP STL, and is retained as an extension for backward compatibility.
H A Dmemory53 * containing extensions from the HP/SGI STL subset).
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn36 # C++ STL files
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.LLVM23 is applied to disable exceptions in Microsoft STL when exceptions are disabled
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dalgorithm68 // Parallel STL algorithms
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dalgorithm67 // Parallel STL algorithms
H A Dmemory137 // Parallel STL algorithms
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DDebugMode.rst86 The following containers and STL classes support iterator debugging:
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Support/
H A DDataTypes.h.in54 happening when system headers or C++ STL headers include stdint.h before we
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DWinMsvc.cmake82 # SDK and C++ STL headers and libraries on your host. Additionally, since the
200 # that the Windows SDK / MSVC STL directories look kosher.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DFAQ.rst31 the STL.
170 To make ``std::cout`` and friends work correctly in these scenarios, the STL
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td601 "local variables (or local rvalue references) and of STL "
604 "re-use the storage. The latter is possible because STL "
608 "use-after-move is invalid. Some STL objects are known to "
721 HelpText<"Models the algorithm library of the C++ STL.">,

1234