Searched refs:isLValue (Results 1 - 24 of 24) 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.cpp591 if (CE->getSubExpr()->IgnoreParenImpCasts()->isLValue()) {
H A DExprConstant.cpp195 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
1090 assert(V.isLValue());
1354 return CLE->isFileScope() && CLE->isLValue();
1554 if (Value.isLValue()) {
1715 assert(Value.isLValue() && "integral value neither int nor lvalue?");
2432 if (O->isLValue()) {
6022 assert((V.isArray() || V.isLValue()) &&
6234 if (V.isLValue() || V.isAddrLabelDiff()) {
7358 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
7371 RHSVal.isLValue()
[all...]
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp57 if (castE->getCastKind() == CK_NoOp && castE->isLValue() &&
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
H A DSemaStmtAsm.cpp42 if (E->isLValue())
48 if (E != E2 && E2->isLValue()) {
H A DSemaCast.cpp635 if (!SrcExpr.get()->isLValue()) {
1207 if (!RValueRef && !SrcExpr->isLValue()) {
1562 if (isa<LValueReferenceType>(DestTypeTmp) && !SrcExpr.get()->isLValue()) {
H A DSemaInit.cpp4234 if (InitCategory.isLValue() &&
4294 Sequence.SetFailed(InitCategory.isLValue()
4367 isRValueRef && InitCategory.isLValue()) {
4426 InitCategory.isLValue()) {
7216 << Args[0]->isLValue()
7227 << Args[0]->isLValue()
H A DSemaStmt.cpp139 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
158 CanAssign = Op->getArg(0)->IgnoreParenImpCasts()->isLValue();
1822 if (!FirstE->isTypeDependent() && !FirstE->isLValue())
H A DSemaOpenMP.cpp6349 if (!X->isLValue() || !V->isLValue()) {
6350 auto NotLValueExpr = X->isLValue() ? V : X;
6411 if (!X->isLValue()) {
10244 if (!RefExpr->IgnoreParenImpCasts()->isLValue() ||
10901 if (!RE->IgnoreParenImpCasts()->isLValue()) {
H A DSemaExprCXX.cpp4760 case ET_IsLValueExpr: return E->isLValue();
4894 if (!isIndirect && !LHS.get()->Classify(Context).isLValue())
4953 if (To->isLValue() || To->isXValue()) {
4954 QualType T = To->isLValue() ? Self.Context.getLValueReferenceType(ToType)
H A DSemaOverload.cpp4330 if (InitCategory.isLValue() &&
4396 (InitCategory.isLValue() && T2->isFunctionType()))) {
4496 isRValRef && Init->Classify(S.Context).isLValue())
4881 assert(FromClassification.isLValue());
4935 if (!FromClassification.isLValue() && Quals != Qualifiers::Const) {
9235 } else if (ToTy->isLValueReferenceType() && !FromExpr->isLValue() &&
H A DSemaExpr.cpp548 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
7959 !ScalarExpr->get()->isLValue()) {
9656 assert(E->isLValue() && E->getType().isConstQualified());
14673 if (E->isLValue()) {
H A DSemaTemplateDeduction.cpp3139 Arg->isLValue())
H A DSemaChecking.cpp7098 assert(result.isLValue() || result.isAddrLabelDiff());
H A DSemaTemplate.cpp4372 if ((EvalResult.Val.isLValue() && !EvalResult.Val.getLValueBase()) ||
H A DSemaDeclCXX.cpp10865 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.h234 /// isLValue - True if this expression is an "l-value" according to
247 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
348 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification
/external/clang/lib/Analysis/
H A DLiveVariables.cpp411 assert(subEx->isLValue());
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2853 assert(V->isLValue() && "V of 'omp atomic read' is not lvalue");
2854 assert(X->isLValue() && "X of 'omp atomic read' is not lvalue");
2877 assert(X->isLValue() && "X of 'omp atomic write' is not lvalue");
3016 assert(X->isLValue() && "X of 'omp atomic update' is not lvalue");
3063 assert(X->isLValue() && "X of 'omp atomic capture' is not lvalue");
3064 assert(V->isLValue() && "V of 'omp atomic capture' is not lvalue");
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 800 milliseconds