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

/external/clang/lib/Sema/
H A DSemaChecking.cpp2411 QualType AtomTy = pointerType->getPointeeType(); // 'A' local
2412 QualType ValType = AtomTy; // 'C'
2414 if (!AtomTy->isAtomicType()) {
2419 if (AtomTy.isConstQualified()) {
2424 ValType = AtomTy->getAs<AtomicType>()->getValueType();
2459 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) &&
2460 !AtomTy->isScalarType()) {

Completed in 456 milliseconds