Home | History | Annotate | Download | only in Sema

Lines Matching refs:isAtomicType

1238   if (CVRA & DeclSpec::TQ_atomic && !T->isAtomicType()) {
2081 unsigned AtomicQual = RetTy->isAtomicType() ? DeclSpec::TQ_atomic : 0;
2790 if ((T.getCVRQualifiers() || T->isAtomicType()) &&
5610 else if (T->isAtomicType())