reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3377   bool LValueIsSuitableForInlineAtomic(LValue Src);

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1668   if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) {
 1748       (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) {
tools/clang/lib/CodeGen/CGExprAgg.cpp
  222   if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) {
 1160         CGF.LValueIsSuitableForInlineAtomic(LHS)) {
 1179       CGF.LValueIsSuitableForInlineAtomic(LHS)) {
tools/clang/lib/CodeGen/CGExprComplex.cpp
  374       (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue)))