Home | History | Annotate | Download | only in Sema

Lines Matching refs:isAtomicType

7688     if (!LHSType->isRecordType() && !LHSType->isAtomicType()) {
10822 if (LHSTy->isAtomicType() || RHSTy->isAtomicType()) {
11312 if ((Opc != UO_AddrOf && Ty->isAtomicType()) ||