Home
last modified time | relevance | path

Searched refs:isGLValue (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp73 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator()
183 if (B->isGLValue()) in VisitBinaryOperator()
290 if (CastE->isGLValue()) in handleLVectorSplat()
454 if (CastE->isGLValue()) in VisitCast()
493 if (CastE->isGLValue()) in VisitCast()
572 if (CL->isGLValue()) in VisitCompoundLiteralExpr()
632 if (InitEx->isGLValue()) { in VisitDeclStmt()
759 if (!IE->isGLValue() && !IE->isTransparent() && in VisitInitListExpr()
1013 assert(!U->isGLValue()); in VisitUnaryOperator()
1024 assert (!U->isGLValue()); in VisitUnaryOperator()
[all …]
H A DSValBuilder.cpp147 if (Ex->isGLValue()) in conjureSymbolVal()
369 if (E->isGLValue()) in getConstantVal()
H A DExprEngine.cpp446 if (Result->isGLValue()) { in createTemporaryRegionIfNeeded()
2537 assert(Ex->isGLValue() || VD->getType()->isVoidType()); in VisitCommonDeclRefExpr()
2583 assert(!Ex->isGLValue()); in VisitCommonDeclRefExpr()
2626 bool IsGLValueLike = A->isGLValue() || in VisitArraySubscriptExpr()
2706 if (M->isGLValue() || M->getType()->isArrayType()) { in VisitMemberExpr()
2711 if (!M->isGLValue()) { in VisitMemberExpr()
H A DBugReporterVisitors.cpp1006 if (cast<Expr>(S)->isGLValue()) in addVisitorIfNecessary()
1054 if (RetE->isGLValue()) { in visitNodeInitial()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h104 return E->isGLValue() ? PT_Ptr : classify(E->getType()); in classify()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp145 if (BadE->isGLValue()) in emitBadCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp433 if ((*I)->isGLValue()) { in VisitCallExpr()
H A DCFG.cpp728 if (Arg->getType()->getAsCXXRecordDecl() && !Arg->isGLValue()) in findConstructionContextsForArguments()
1442 assert(!CO->getType()->getAsCXXRecordDecl() || CO->isGLValue() || in findConstructionContexts()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h776 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp423 if (E->isGLValue()) in VisitConstantExpr()
490 if (E->isGLValue()) in VisitOpaqueValueExpr()
2221 assert(E->isGLValue() && "lvalue-to-rvalue applied to r-value!"); in VisitCastExpr()
2942 if (E->isGLValue()) in VisitUnaryReal()
2959 if (Op->isGLValue()) in VisitUnaryImag()
2969 if (Op->isGLValue()) in VisitUnaryImag()
H A DCGExprComplex.cpp164 if (E->isGLValue()) in VisitOpaqueValueExpr()
H A DCGExpr.cpp4094 } else if (E->getBase()->isGLValue()) { in EmitExtVectorElementExpr()
4497 if (!E->isGLValue()) in EmitInitListLValue()
4521 if (!expr->isGLValue()) { in EmitConditionalOperatorLValue()
H A DCGExprAgg.cpp197 if (E->isGLValue()) { in VisitPseudoObjectExpr()
H A DCGExprCXX.cpp2126 if (!CE->getSubExpr()->isGLValue()) in isGLValueFromPointerDeref()
H A DCGCall.cpp4273 assert(type->isReferenceType() == E->isGLValue() && in EmitCallArg()
4276 if (E->isGLValue()) { in EmitCallArg()
H A DCGObjC.cpp1066 if (getter->isGLValue()) in hasTrivialGetExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp5555 if (ArrayDecay || Initializer->isGLValue()) { in tryObjCWritebackConversion()
5982 Initializer->isGLValue()), in InitializeFrom()
6944 if (Arg->isGLValue()) in handleGslAnnotatedTypes()
7046 if (Arg->isGLValue()) in visitLifetimeBoundArguments()
7096 if (CE->getSubExpr()->isGLValue()) in visitLocalsRetainedByReferenceBinding()
7370 if (E->isGLValue()) in visitLocalsRetainedByInitializer()
7631 << ExtendingEntity->getDecl() << Init->isGLValue() << DiagRange; in checkInitializerLifetime()
7805 if (Init->isGLValue()) in checkInitializerLifetime()
H A DSemaCast.cpp1471 if (!SrcExpr->isGLValue()) in TryLValueToRValueCast()
2208 if (!SrcExpr.get()->isGLValue()) { in TryReinterpretCast()
H A DSemaPseudoObject.cpp232 if (exp->isGLValue()) in CanCaptureValue()
H A DSemaOverload.cpp1766 bool argIsLValue = From->isGLValue(); in IsStandardConversion()
5522 From->isGLValue()); in TryContextuallyConvertToBool()
13892 assert(LHS->isGLValue() && RHS->isGLValue() && in BuildSynthesizedThreeWayComparison()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h193 return !E->isGLValue() && in isCXXRecordTypedCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4574 if (Object->isGLValue()) in EvaluateObjectArgument()
5751 if (Ptr.isNullPointer() && !E->isGLValue()) in HandleDynamicCast()
5774 if (!E->isGLValue()) { in HandleDynamicCast()
8118 assert(E->isGLValue() || E->getType()->isFunctionType() || in EvaluateLValue()
8803 if (SubExpr->isGLValue()) { in VisitCastExpr()
11422 if (E->isGLValue()) { in tryEvaluateBuiltinObjectSize()
14494 if (E->isGLValue() || T->isFunctionType()) { in Evaluate()
14617 if (E->isGLValue()) { in EvaluateAsRValue()
H A DExprCXX.cpp143 if (RD->isPolymorphic() && E->isGLValue()) in isPotentiallyEvaluated()
H A DExpr.cpp2247 if (isGLValue()) { in isTransparent()
2342 if (!isGLValue() || !getType().isVolatileQualified()) in isReadIfDiscardedInCPlusPlus11()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h275 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue() function
377 bool isGLValue() const { return Kind <= CL_XValue; } in isGLValue() function

12