Home
last modified time | relevance | path

Searched refs:atomicTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2802 if (const AtomicType *atomicTy = type->getAs<AtomicType>()) { in EmitScalarPrePostIncDec() local
2803 type = atomicTy->getValueType(); in EmitScalarPrePostIncDec()
3546 if (const AtomicType *atomicTy = LHSTy->getAs<AtomicType>()) { in EmitCompoundAssignLValue() local
3547 QualType type = atomicTy->getValueType(); in EmitCompoundAssignLValue()