/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | TODO | 16 o - ODR false positives 18 ODR false positives can happen when we optimize, since code in .h 24 ODR-detection with -g0.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | TODO | 16 o - ODR false positives 18 ODR false positives can happen when we optimize, since code in .h 24 ODR-detection with -g0.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 416 InGroup<ODR>; 421 InGroup<ODR>; 429 InGroup<ODR>; 436 InGroup<ODR>; 458 InGroup<ODR>; 467 InGroup<ODR>; 472 InGroup<ODR>; 481 InGroup<ODR>; 488 InGroup<ODR>; 495 InGroup<ODR>; [all …]
|
H A D | CodeGenOptions.def | 220 CODEGENOPT(SanitizeAddressUseOdrIndicator, 1, 0) ///< Enable ODR indicator globals
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 292 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument 293 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage() 295 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument 296 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LTOVisibility.rst | 19 devirtualization or control flow integrity features, it is effectively an ODR 24 visibility. A class's LTO visibility is treated as an ODR-relevant property 59 visibility in order to avoid an ODR violation. 114 an ODR violation.
|
H A D | LibASTImporter.rst | 42 Also, we have to discover *one definition rule* (ODR) violations. 59 Report ODR violation; 285 If these definitions differ, then we have a name conflict, in C++ it is known as ODR (one definitio…
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_flags.inc | 146 "If >=2, detect violation of One-Definition-Rule (ODR); " 147 "If ==1, detect ODR-violation only if the two variables " 154 "Use special ODR indicator symbol for ODR violation detection")
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_flags.inc | 146 "If >=2, detect violation of One-Definition-Rule (ODR); " 147 "If ==1, detect ODR-violation only if the two variables "
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_flags.inc | 148 "If >=2, detect violation of One-Definition-Rule (ODR); " 149 "If ==1, detect ODR-violation only if the two variables "
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | DebugMode.rst | 32 ODR implications. Users should compile their whole program at the same
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | CMakeLists.txt | 138 # LTO is enabled and -Werror is specified GCC diagnoses this ODR violation
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Options.td | 53 HelpText<"Do not use ODR (One Definition Rule) for type uniquing.">,
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | dsymutil.rst | 68 Do not use ODR (One Definition Rule) for uniquing C++ types.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | CMakeLists.txt | 150 # LTO is enabled and -Werror is specified GCC diagnoses this ODR violation
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CXXRecordDeclDefinitionBits.def | 28 /// NO_MERGE: It is an ODR violation if the fields do not match.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/ |
H A D | CHANGELOG.TXT | 266 ODR violation. 755 This bug caused __uncaught_exception to be ODR used instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | timevar.def | 73 DEFTIMEVAR (TV_IPA_ODR , "ipa ODR types")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | timevar.def | 73 DEFTIMEVAR (TV_IPA_ODR , "ipa ODR types")
|
/netbsd-src/external/apache2/llvm/dist/libcxx/ |
H A D | CMakeLists.txt | 249 libc++abi. Doing otherwise is an ODR violation." OFF) 546 # the dylib when get ODR used by another function.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | BuildingLibcxx.rst | 403 custom versions of libc++ with unique symbol names in order to prevent conflicts or ODR issues
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | ChangeLog | 455 non-ODR conflicts of types in anonymous namespaces. 495 (gimple_register_canonical_type_1): Return updated hash; handle ODR 614 * lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations 1333 * lto-symtab.c (warn_type_compatibility_p): Do not set ODR mismatch 1334 flag for types that are not ODR; fix loop walking parameters. 1541 compare ODR types (if available) and function types. 1542 (lto_symtab_merge): ... here; output ODR violation warnings 1761 * lto.c (lto_read_decls): Register ODR types.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/po/ |
H A D | it.po | 1205 msgstr "Prova a rilevare violazioni alla regola della definizione unica (ODR)" 2188 msgid "while linking %s: symbol '%s' defined in multiple places (possible ODR violation):" 2189 …nte il link di %s: simbolo \"%s\" definito in posizioni multiple (possibile violazione della ODR):"
|
/netbsd-src/external/gpl3/binutils/dist/gold/po/ |
H A D | it.po | 1205 msgstr "Prova a rilevare violazioni alla regola della definizione unica (ODR)" 2188 msgid "while linking %s: symbol '%s' defined in multiple places (possible ODR violation):" 2189 …nte il link di %s: simbolo \"%s\" definito in posizioni multiple (possibile violazione della ODR):"
|
H A D | id.po | 2187 msgid "while linking %s: symbol '%s' defined in multiple places (possible ODR violation):" 2188 …tika menyambungkan %s: simbol '%s' didefinisikan dalam beberapa tempat (mungkin penyimpangan ODR):"
|