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 54 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
167 if (B->isGLValue())
336 if (CastE->isGLValue())
388 if (CastE->isGLValue())
427 if (CL->isGLValue() || CL->getType()->isArrayType())
483 if (InitEx->isGLValue()) {
583 if (!IE->isGLValue() &&
784 assert(!U->isGLValue());
807 assert (!U->isGLValue());
    [all...]
SValBuilder.cpp 118 if (Ex->isGLValue())
283 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 80 if (BadE->isGLValue())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 219 if (E->isGLValue())
    [all...]
CGExprAgg.cpp 179 if (E->isGLValue()) {
    [all...]
CGExprComplex.cpp 133 if (E->isGLValue())
    [all...]
CGExpr.cpp     [all...]
CGCall.cpp     [all...]
CodeGenFunction.h 689 return expr->isGLValue() ||
    [all...]
CGObjC.cpp 766 if (getter->isGLValue())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 706 if (Ex->isGLValue() || Loc::isLocType(T) ||
  /external/clang/lib/Analysis/
UninitializedValues.cpp 411 if ((*I)->getType().isConstQualified() && (*I)->isGLValue())
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 197 if (!Init->isGLValue() && !Record->hasTrivialDestructor())
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp 382 if (RecordD->isPolymorphic() && E->isGLValue()) {
    [all...]
SemaStmt.cpp 274 if (E->isGLValue() && E->getType().isVolatileQualified()) {
    [all...]
SemaExpr.cpp 554 if (!E->isGLValue()) return Owned(E);
727 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 119 if (ILE->getNumInits() == 1 && ILE->isGLValue()) {
    [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 354 milliseconds

1 2