Searched refs:atomicTy (Results 1 – 1 of 1) sorted by relevance
2802 if (const AtomicType *atomicTy = type->getAs<AtomicType>()) { in EmitScalarPrePostIncDec() local2803 type = atomicTy->getValueType(); in EmitScalarPrePostIncDec()3546 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) { in EmitCompoundAssignLValue() local3547 QualType type = atomicTy->getValueType(); in EmitCompoundAssignLValue()