HomeSort by: relevance | last modified time | path
    Searched refs:LValueIsSuitableForInlineAtomic (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 229 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) {
1181 CGF.LValueIsSuitableForInlineAtomic(LHS)) {
1200 CGF.LValueIsSuitableForInlineAtomic(LHS)) {
CGExprComplex.cpp 378 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue)))
CGAtomic.cpp 1542 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) {
CGExpr.cpp 1741 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) {
1854 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) {
CodeGenFunction.h 3717 bool LValueIsSuitableForInlineAtomic(LValue Src);

Completed in 39 milliseconds