Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDGlobalValue.h189 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument
190 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage()
192 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument
193 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_flags.inc140 "If >=2, detect violation of One-Definition-Rule (ODR); "
141 "If ==1, detect ODR-violation only if the two variables "
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttrDocs.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.
/NextBSD/contrib/gcc/doc/
HDinvoke.texi1689 violation of the ODR to define types with the same name differently.