Home
last modified time | relevance | path

Searched refs:ODR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalValue.h190 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument
191 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage()
193 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument
194 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
/external/compiler-rt/lib/asan/
Dasan_flags.inc129 "If >=2, detect violation of One-Definition-Rule (ODR); "
130 "If ==1, detect ODR-violation only if the two variables "
/external/llvm/test/Linker/
Dtype-unique-odr-b.ll4 ; Test ODR-based type uniquing for C++ class members.
Dtype-unique-odr-a.ll5 ; Test ODR-based type uniquing for C++ class members.
/external/llvm/test/DebugInfo/Generic/
Dcross-cu-linkonce-distinct.ll6 ; still fulfilling C++'s ODR by having identical token sequences) functions,
/external/clang/include/clang/Basic/
DAttrDocs.td210 whether a C++ template specialization is ODR-equivalent), but is not part of
241 share ODR-equivalent enable_if expressions, the overload resolution is
256 expression is ODR-equivalent for both declarations, but #1 does not have another
260 not ODR-equivalent.
/external/v8/build/config/compiler/
DBUILD.gn1165 # it is not compatible with the ASan ODR checker.
/external/v8/build/
Dcommon.gypi3451 # it is not compatible with the ASan ODR checker.
/external/llvm/docs/
DLangRef.rst261 "one definition rule" --- "ODR"). Such languages can use the
3899 If the source language supports ODR, the ``identifier:`` field gives the unique