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

  /external/clang/lib/AST/
APValue.cpp 554 assert(isLValue() && "Invalid accessor");
559 assert(isLValue() && "Invalid accessor");
564 assert(isLValue() && "Invalid accessor");
569 assert(isLValue() && "Invalid accessor");
574 assert(isLValue() && hasLValuePath() && "Invalid accessor");
580 assert(isLValue() && "Invalid accessor");
586 assert(isLValue() && "Invalid accessor");
598 assert(isLValue() && "Invalid accessor");
ExprClassification.cpp 413 bool islvalue;
416 islvalue = NTTParm->getType()->isReferenceType();
418 islvalue = isa<VarDecl>(D) || isa<FieldDecl>(D) ||
423 return islvalue ? Cl::CL_LValue : Cl::CL_PRValue;
579 if (CE->getSubExpr()->IgnoreParenImpCasts()->isLValue()) {
ExprConstant.cpp 183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 57 if (castE->getCastKind() == CK_NoOp && castE->isLValue() &&
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 40 if (E->isLValue())
46 if (E != E2 && E2->isLValue()) {
SemaFixItUtils.cpp 133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
SemaCast.cpp 597 if (!SrcExpr.get()->isLValue()) {
    [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp 133 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
152 CanAssign = Op->getArg(0)->IgnoreParenImpCasts()->isLValue();
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp 465 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 60 if (!Ex->isLValue())
  /external/clang/include/clang/AST/
APValue.h 186 bool isLValue() const { return Kind == LValue; }
Expr.h 130 // type. Additionally, inspect Expr::isLvalue to determine whether
237 /// isLValue - True if this expression is an "l-value" according to
250 bool isLValue() const { return getValueKind() == VK_LValue; }
349 bool isLValue() const { return Kind == CL_LValue; }
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 416 assert(subEx->isLValue());
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 251 milliseconds