/openbsd/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | VisibilityMacros.rst | 111 explicit instantiations themselves are marked as exported. Note that this 120 must be specified on all class template explicit instantiations. 133 instantiations to export members, which is consistent with existing Windows 144 being exported from those libraries, since those implicit instantiations will
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | NEWS | 160 implicit instantiations of inline templates. Normally we do write them 162 affect which instantiations are needed. 226 since instantiations no longer have to go through the parser. 256 including friend declarations, do not refer to template instantiations. 297 linkage (such as template instantiations, vtables, and extern inlines)
|
H A D | ChangeLog-1994 | 153 instantiations controlled by -fexternal-templates. 397 instantiations. 701 of DECL_EXTERNAL for explicit instantiations. 1002 instantiations. Don't push them, either. 1890 instantiations as external if -fno-implicit-templates. 1941 specific implicit instantiations. 1944 instantiations. 1946 instantiations. 1951 and DECL_EXTERNAL on explicit instantiations. 2048 instantiations and inline members. [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | NEWS | 156 implicit instantiations of inline templates. Normally we do write them 158 affect which instantiations are needed. 222 since instantiations no longer have to go through the parser. 252 including friend declarations, do not refer to template instantiations. 293 linkage (such as template instantiations, vtables, and extern inlines)
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | TODO | 45 instantiations (locale-inst.cc) or the named locale bits 88 - try to do a better job of ABI testing, with instantiations of all
|
H A D | DESIGN | 53 than being shared with other instantiations. Third, some of the 75 allows us to avoid generating and optimizing template instantiations 77 instantiations that are useful to provide is limited, and anyway this 225 Sharing common aspects of template definitions among instantiations 230 instantiations. Implementation code could take advantage of the 238 specialize certain common instantiations, such as vector<T*>, to share 239 code for instantiations on all types T. While these techniques work,
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdbtypes.h | 726 struct type **instantiations; member 813 #define TYPE_INSTANTIATIONS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->instantiations 877 #define TYPE_INSTANTIATION(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->instantiations[n]
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-09-18-OptimizeExceptions.txt | 24 to analyze instantiations of said code.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangRepl.rst | 71 cases such as template instantiations on demand and automatic language
|
H A D | SourceBasedCodeCoverage.rst | 155 templated functions and their instantiations. For our example program, we get 258 instantiations are executed. 260 * Instantiation coverage is the percentage of function instantiations which 263 instantiations. This statistic is hidden by default in reports, but can be
|
H A D | SanitizerSpecialCaseList.rst | 104 C++ vague linkage functions (e.g. inline functions, template instantiations) are
|
/openbsd/gnu/llvm/clang/docs/HLSL/ |
H A D | EntryFunctions.rst | 45 constructors, then instantiations of the user-defined entry parameters with
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | c++config | 54 // it inhibits all implicit instantiations and is used throughout the
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | DESIGN | 53 than being shared with other instantiations. Third, some of the 75 allows us to avoid generating and optimizing template instantiations 77 instantiations that are useful to provide is limited, and anyway this 225 Sharing common aspects of template definitions among instantiations 230 instantiations. Implementation code could take advantage of the 238 specialize certain common instantiations, such as vector<T*>, to share 239 code for instantiations on all types T. While these techniques work,
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/ |
H A D | BUILD.gn | 143 "ios.instantiations.cpp",
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/ |
H A D | README.txt | 13 language and then uses libprotobuf-mutator to mutate instantiations of that
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | c++config | 170 // it inhibits all implicit instantiations and is used throughout the
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 487 * src/locale-inst.cc: Clean instantiations. 1208 * src/locale-inst.cc: Add explicit instantiations of 2362 time_get_byname instantiations. 2920 * src/misc-inst.cc (std): Remove instantiations. 3650 * src/string-inst.cc: Fix instantiations. 4319 instantiations in string.tcc. 5804 * src/locale-inst.cc: Add instantiations. 7232 * src/misc-inst.cc: Add instantiations for ws. 8519 * src/locale-inst.cc: Add num_get instantiations. 8601 * src/locale-inst.cc: More wchar_t instantiations. [all …]
|
H A D | ChangeLog-2001 | 115 * src/misc-inst.cc: Many additional I/O-related instantiations. 116 * testsuite/27_io/instantiations.cc: New file. 378 instantiations. 591 member instantiations. 723 * src/locale-inst: Remove instantiations. 737 * src/locale-inst.cc: And here. Tweak instantiations. 738 * src/misc-inst.cc: Remove instantiations. 745 * src/misc-inst.cc: Remove instantiations. 1782 Correct money_get, money_put instantiations. 3495 * src/locale-inst.cc: Add explicit has_facet instantiations. [all …]
|
H A D | ChangeLog | 2910 * src/misc-inst.cc: Add missing instantiations. 3496 * src/locale-inst.cc: Update __pad instantiations. 3824 * src/misc-inst.cc: Remove unused instantiations. 4239 instantiations. Break apart instantiations into groupings below. 4940 * src/locale-inst.cc: Remove vector instantiations. 5056 * testsuite/27_io/ios_init.cc: Add instantiations. 5571 instantiations. 5574 has_facet, use_facet extern instantiations. 5577 instantiations. 5863 instantiations for string, wstring. [all …]
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-cov.rst | 235 .. option:: -show-instantiations 420 Show statistics for all function instantiations. Defaults to false.
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __config | 118 // Re-worked external template instantiations for std::string with a focus on 171 // Enable additional explicit instantiations of iostreams components. This 599 // template instantiations in the dylib) by always inlining those entities.
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | CMakeLists.txt | 85 ios.instantiations.cpp
|
/openbsd/gnu/gcc/gcc/ |
H A D | c.opt | 569 Emit implicit instantiations of inline templates 573 Emit implicit instantiations of templates
|
/openbsd/gnu/llvm/libcxx/lib/abi/ |
H A D | CHANGELOG.TXT | 205 This commit added new instantiations with char8_t for classes codecvt and 256 This commit added new explicit instantiations for classes in <iostream> in
|