Searched refs:AtomTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp1003 QualType AtomTy = pointerType->getPointeeType(); // 'A' local
1004 QualType ValType = AtomTy; // 'C'
1006 if (!AtomTy->isAtomicType()) {
1011 if (AtomTy.isConstQualified()) {
1016 ValType = AtomTy->getAs<AtomicType>()->getValueType();
1040 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context)) {

Completed in 71 milliseconds