Searched refs:atomicTy (Results 1 – 1 of 1) sorted by relevance
1636 if (const AtomicType *atomicTy = type->getAs<AtomicType>()) { in EmitScalarPrePostIncDec() local1637 type = atomicTy->getValueType(); in EmitScalarPrePostIncDec()2113 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) { in EmitCompoundAssignLValue() local2114 QualType type = atomicTy->getValueType(); in EmitCompoundAssignLValue()