Searched refs:isLValue (Results 1 - 22 of 22) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp554 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");
H A DExprClassification.cpp579 if (CE->getSubExpr()->IgnoreParenImpCasts()->isLValue()) {
H A DExprConstant.cpp183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
937 assert(V.isLValue());
1198 return CLE->isFileScope() && CLE->isLValue();
1393 if (Value.isLValue()) {
1542 assert(Value.isLValue() && "integral value neither int nor lvalue?");
2165 if (O->isLValue()) {
5473 assert((V.isArray() || V.isLValue()) &&
5708 if (V.isLValue() || V.isAddrLabelDiff()) {
6491 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
6504 RHSVal.isLValue()
[all...]
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp57 if (castE->getCastKind() == CK_NoOp && castE->isLValue() &&
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp40 if (E->isLValue())
46 if (E != E2 && E2->isLValue()) {
H A DSemaFixItUtils.cpp133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
H A DSemaCast.cpp597 if (!SrcExpr.get()->isLValue()) {
1156 if (!RValueRef && !SrcExpr->isLValue()) {
1512 if (isa<LValueReferenceType>(DestTypeTmp) && !SrcExpr.get()->isLValue()) {
H A DSemaInit.cpp3835 if (InitCategory.isLValue() &&
3895 Sequence.SetFailed(InitCategory.isLValue()
3968 isRValueRef && InitCategory.isLValue()) {
4027 InitCategory.isLValue()) {
6594 << Args[0]->isLValue()
6605 << Args[0]->isLValue()
H A DSemaStmt.cpp133 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
152 CanAssign = Op->getArg(0)->IgnoreParenImpCasts()->isLValue();
1775 if (!FirstE->isTypeDependent() && !FirstE->isLValue())
H A DSemaOverload.cpp4243 if (InitCategory.isLValue() &&
4319 (InitCategory.isLValue() && T2->isFunctionType()))) {
4412 isRValRef && Init->Classify(S.Context).isLValue())
4739 assert(FromClassification.isLValue());
4793 if (!FromClassification.isLValue() && Quals != Qualifiers::Const) {
8688 } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&
H A DSemaExprCXX.cpp4026 case ET_IsLValueExpr: return E->isLValue();
4160 if (!isIndirect && !LHS.get()->Classify(Context).isLValue())
4213 bool ToIsLvalue = To->isLValue();
H A DSemaTemplateDeduction.cpp3153 Arg->Classify(S.Context).isLValue() &&
3181 Arg->isLValue())
H A DSemaChecking.cpp5011 assert(result.isLValue() || result.isAddrLabelDiff());
H A DSemaExpr.cpp465 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
8459 assert(E->isLValue() && E->getType().isConstQualified());
13192 if (E->isLValue()) {
H A DSemaTemplate.cpp4235 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) ||
H A DSemaDeclCXX.cpp10178 assert(!From.build(*this, Loc)->isLValue() && // could be xvalue or prvalue
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp60 if (!Ex->isLValue())
/external/clang/include/clang/AST/
H A DAPValue.h186 bool isLValue() const { return Kind == LValue; } function in class:clang::APValue
H A DExpr.h237 /// isLValue - True if this expression is an "l-value" according to
250 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
349 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification
/external/clang/lib/Analysis/
H A DLiveVariables.cpp416 assert(subEx->isLValue());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 350 milliseconds