Searched refs:ODR (Results 1 – 4 of 4) sorted by relevance
189 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument190 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage()192 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument193 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
140 "If >=2, detect violation of One-Definition-Rule (ODR); "141 "If ==1, detect ODR-violation only if the two variables "
210 whether a C++ template specialization is ODR-equivalent), but is not part of241 share ODR-equivalent enable_if expressions, the overload resolution is256 expression is ODR-equivalent for both declarations, but #1 does not have another260 not ODR-equivalent.
1689 violation of the ODR to define types with the same name differently.