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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1067 QualType AtomTy = pointerType->getPointeeType(); // 'A' local
1068 QualType ValType = AtomTy; // 'C'
1070 if (!AtomTy->isAtomicType()) {
1075 if (AtomTy.isConstQualified()) {
1080 ValType = AtomTy->getAs<AtomicType>()->getValueType();
1104 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) &&
1105 !AtomTy->isScalarType()) {

Completed in 68 milliseconds