Searched refs:ODR (Results 1 – 9 of 9) sorted by relevance
190 static LinkageTypes getLinkOnceLinkage(bool ODR) { in getLinkOnceLinkage() argument191 return ODR ? LinkOnceODRLinkage : LinkOnceAnyLinkage; in getLinkOnceLinkage()193 static LinkageTypes getWeakLinkage(bool ODR) { in getWeakLinkage() argument194 return ODR ? WeakODRLinkage : WeakAnyLinkage; in getWeakLinkage()
129 "If >=2, detect violation of One-Definition-Rule (ODR); "130 "If ==1, detect ODR-violation only if the two variables "
4 ; Test ODR-based type uniquing for C++ class members.
5 ; Test ODR-based type uniquing for C++ class members.
6 ; still fulfilling C++'s ODR by having identical token sequences) functions,
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.
1165 # it is not compatible with the ASan ODR checker.
3451 # it is not compatible with the ASan ODR checker.
261 "one definition rule" --- "ODR"). Such languages can use the3899 If the source language supports ODR, the ``identifier:`` field gives the unique