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

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 65 if (!E->isTypeOperand() && E->Classify(Context).isGLValue())
Expr.h 206 bool isGLValue() const { return getValueKind() != VK_RValue; }
305 bool isGLValue() const { return Kind <= CL_XValue; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 53 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
164 if (B->isGLValue())
331 if (CastE->isGLValue())
384 if (CastE->isGLValue())
418 if (CL->isGLValue() || CL->getType()->isArrayType())
476 if (InitEx->isGLValue()) {
747 assert(!U->isGLValue());
770 assert (!U->isGLValue());
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 238 if (ILE->getNumInits() == 1 && ILE->isGLValue())
273 if (E->isGLValue()) {
    [all...]
CGExprScalar.cpp 210 if (E->isGLValue())
    [all...]
CGExprComplex.cpp 134 if (E->isGLValue())
CGCall.cpp     [all...]
CGExprAgg.cpp 175 if (E->isGLValue()) {
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 738 if (getter->isGLValue())
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprCXX.cpp 336 if (RecordD->isPolymorphic() && E->isGLValue()) {
    [all...]
SemaStmt.cpp 240 if (E->isGLValue() && E->getType().isVolatileQualified()) {
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp 453 if (!E->isGLValue()) return Owned(E);
594 if (getLangOpts().CPlusPlus && E->isGLValue() && !isUnevaluatedContext()) {
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 684 if (Ex->isGLValue() || Loc::isLocType(T) || T->isIntegerType())
  /external/clang/lib/Analysis/
UninitializedValues.cpp 387 if ((*I)->getType().isConstQualified() && (*I)->isGLValue())
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprCXX.cpp 36 if (RD->isPolymorphic() && E->isGLValue())
    [all...]
Expr.cpp     [all...]

Completed in 577 milliseconds