HomeSort by relevance Sort by last modified time
    Searched refs:isGLValue (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 55 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
174 if (B->isGLValue())
345 if (CastE->isGLValue())
397 if (CastE->isGLValue())
436 if (CL->isGLValue() || CL->getType()->isArrayType())
493 if (InitEx->isGLValue()) {
595 if (!IE->isGLValue() &&
812 assert(!U->isGLValue());
835 assert (!U->isGLValue());
    [all...]
SValBuilder.cpp 118 if (Ex->isGLValue())
285 if (E->isGLValue())
ExprEngine.cpp     [all...]
BugReporterVisitors.cpp 210 if (cast<Expr>(S)->isGLValue())
265 if (RetE->isGLValue()) {
    [all...]
ExprEngineCallAndReturn.cpp 200 if (E->isGLValue())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 100 if (BadE->isGLValue())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 220 if (E->isGLValue())
    [all...]
CGExprComplex.cpp 134 if (E->isGLValue())
    [all...]
CGExpr.cpp     [all...]
CGExprAgg.cpp 179 if (E->isGLValue()) {
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.h 696 return expr->isGLValue() ||
    [all...]
CGObjC.cpp 769 if (getter->isGLValue())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 703 if (Ex->isGLValue() || Loc::isLocType(T) ||
  /external/clang/lib/Analysis/
UninitializedValues.cpp 409 if ((*I)->getType().isConstQualified() && (*I)->isGLValue())
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaPseudoObject.cpp 240 if (exp->isGLValue())
    [all...]
SemaExprCXX.cpp 412 if (RecordD->isPolymorphic() && E->isGLValue()) {
    [all...]
SemaStmt.cpp 287 if (E->isGLValue() && E->getType().isVolatileQualified()) {
    [all...]
SemaExpr.cpp 558 if (!E->isGLValue()) return E;
749 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprCXX.cpp 37 if (RD->isPolymorphic() && E->isGLValue())
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 253 bool isGLValue() const { return getValueKind() != VK_RValue; }
351 bool isGLValue() const { return Kind <= CL_XValue; }
    [all...]

Completed in 596 milliseconds

1 2