HomeSort by: relevance | last modified time | path
    Searched refs:isGLValue (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 73 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
183 if (B->isGLValue())
290 if (CastE->isGLValue())
454 if (CastE->isGLValue())
493 if (CastE->isGLValue())
572 if (CL->isGLValue())
632 if (InitEx->isGLValue()) {
759 if (!IE->isGLValue() && !IE->isTransparent() &&
1013 assert(!U->isGLValue());
1024 assert (!U->isGLValue());
    [all...]
SValBuilder.cpp 147 if (Ex->isGLValue())
369 if (E->isGLValue())
ExprEngine.cpp 446 if (Result->isGLValue()) {
2537 assert(Ex->isGLValue() || VD->getType()->isVoidType());
2583 assert(!Ex->isGLValue());
2626 bool IsGLValueLike = A->isGLValue() ||
2706 if (M->isGLValue() || M->getType()->isArrayType()) {
2711 if (!M->isGLValue()) {
BugReporterVisitors.cpp 1006 if (cast<Expr>(S)->isGLValue())
1054 if (RetE->isGLValue()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 104 return E->isGLValue() ? PT_Ptr : classify(E->getType());
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 776 if (Ex->isGLValue() || Loc::isLocType(T) ||
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 433 if ((*I)->isGLValue()) {
CFG.cpp 728 if (Arg->getType()->getAsCXXRecordDecl() && !Arg->isGLValue())
1442 assert(!CO->getType()->getAsCXXRecordDecl() || CO->isGLValue() ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 145 if (BadE->isGLValue())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 423 if (E->isGLValue())
490 if (E->isGLValue())
2221 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!");
2942 if (E->isGLValue())
2959 if (Op->isGLValue())
2969 if (Op->isGLValue())
CGExprComplex.cpp 164 if (E->isGLValue())
CGExpr.cpp 4094 } else if (E->getBase()->isGLValue()) {
4497 if (!E->isGLValue())
4521 if (!expr->isGLValue()) {
CGExprAgg.cpp 197 if (E->isGLValue()) {
CGExprCXX.cpp 2126 if (!CE->getSubExpr()->isGLValue())
CGCall.cpp 4273 assert(type->isReferenceType() == E->isGLValue() &&
4276 if (E->isGLValue()) {
CGObjC.cpp 1066 if (getter->isGLValue())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 5555 if (ArrayDecay || Initializer->isGLValue()) {
5982 Initializer->isGLValue()),
6944 if (Arg->isGLValue())
7046 if (Arg->isGLValue())
7096 if (CE->getSubExpr()->isGLValue())
7370 if (E->isGLValue())
7631 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange;
7805 if (Init->isGLValue())
SemaPseudoObject.cpp 232 if (exp->isGLValue())
SemaCast.cpp 1471 if (!SrcExpr->isGLValue())
2208 if (!SrcExpr.get()->isGLValue()) {
SemaOverload.cpp 1766 bool argIsLValue = From->isGLValue();
5522 From->isGLValue());
13892 assert(LHS->isGLValue() && RHS->isGLValue() &&
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 193 return !E->isGLValue() &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 4574 if (Object->isGLValue())
5751 if (Ptr.isNullPointer() && !E->isGLValue())
5774 if (!E->isGLValue()) {
8118 assert(E->isGLValue() || E->getType()->isFunctionType() ||
8803 if (SubExpr->isGLValue()) {
11422 if (E->isGLValue()) {
14494 if (E->isGLValue() || T->isFunctionType()) {
14617 if (E->isGLValue()) {
ExprCXX.cpp 143 if (RD->isPolymorphic() && E->isGLValue())
Expr.cpp 2247 if (isGLValue()) {
2342 if (!isGLValue() || !getType().isVolatileQualified())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 275 bool isGLValue() const { return getValueKind() != VK_RValue; }
377 bool isGLValue() const { return Kind <= CL_XValue; }

Completed in 184 milliseconds

1 2