reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 if (lvalue.isSimple()) { 141 if (LVal.isSimple()) 200 assert(LVal.isSimple()); 345 assert(LVal.isSimple()); 1355 if (LVal.isSimple()) { 1491 if (LVal.isSimple() && !ResultSlot.isIgnored()) { 1529 assert(LVal.isSimple()); 1579 if (RVal.isScalar() && (!hasPadding() || !LVal.isSimple())) { 1586 LVal.isSimple() ? getValueSizeInBits() : getAtomicSizeInBits()); 1688 if (AtomicLVal.isSimple()) { 1927 if (LVal.isSimple()) {tools/clang/lib/CodeGen/CGCall.cpp
1018 assert(LV.isSimple() && 3618 assert(L.isSimple());tools/clang/lib/CodeGen/CGClass.cpp
673 if (LHS.isSimple()) { 1628 assert(LV.isSimple());tools/clang/lib/CodeGen/CGExpr.cpp
574 assert(LV.isSimple() && 596 assert(LV.isSimple()); 1213 if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple()) { 1307 if (LV.isSimple()) { 1793 if (LV.isSimple()) { 1929 if (!Dst.isSimple()) { 2710 assert(LV.isSimple() && "real/imag on non-ordinary l-value"); 3485 assert(LHS.isSimple() && "Can only subscript lvalue vectors here!"); 3839 if (Base.isSimple()) { 4244 if (lhs && !lhs->isSimple()) 4257 if (rhs && !rhs->isSimple())tools/clang/lib/CodeGen/CGExprAgg.cpp
388 assert(Array.isSimple() && "initializer_list array not a simple lvalue"); 690 if (LV.isSimple()) 1315 assert(LV.isSimple()); 1419 if (LV.isSimple()) { 1445 assert(lv.isSimple()); 1607 assert(LV.isSimple()); 1618 if (!pushedCleanup && LV.isSimple())tools/clang/lib/CodeGen/CGExprComplex.cpp
347 assert(lvalue.isSimple() && "non-simple complex l-value?");
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 3758 !X.isSimple() || (!isa<llvm::ConstantInt>(Update.getScalarVal()) &&
tools/clang/lib/CodeGen/CGValue.h323 assert(isSimple()); 328 assert(isSimple());