Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp175 (!isInit && cgf.isLValueSuitableForInlineAtomic(lv))) { in emitStoreOfComplex()
H A DCIRGenFunction.h345 bool isLValueSuitableForInlineAtomic(LValue lv);
H A DCIRGenExpr.cpp1815 bool CIRGenFunction::isLValueSuitableForInlineAtomic(LValue lv) { in isLValueSuitableForInlineAtomic() function in CIRGenFunction