/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InvalidatedIteratorChecker.cpp | 93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local 103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt() local
|
H A D | IteratorRangeChecker.cpp | 166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local 182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt() local
|
H A D | MismatchedIteratorChecker.cpp | 198 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
|
H A D | CheckObjCDealloc.cpp | 284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local 955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
|
H A D | IteratorModeling.cpp | 269 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); in checkPostStmt() local 450 SVal RetVal, const SVal &LVal, in handleComparison()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | APValue.cpp | 915 const LV &LVal = *((const LV *)(const char *)&Data); in getLValuePath() local 937 LV &LVal = *((LV *)(char *)&Data); in setLValue() local 949 LV &LVal = *((LV *)(char *)&Data); in setLValueUninit() local
|
H A D | ExprConstant.cpp | 2028 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) { in GetLValueBaseDecl() 2122 QualType Type, const LValue &LVal, in CheckLValueConstantExpression() 2398 LValue LVal; in CheckEvaluationResult() local 3121 static bool HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, in HandleLValueMember() 3137 LValue &LVal, in HandleLValueIndirectMember() 3178 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment() 3189 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment() 3201 LValue &LVal, QualType EltTy, in HandleLValueComplexElement() 3944 AccessKinds AK, const LValue &LVal, in findCompleteObject() 4210 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 70 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue() 323 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 40 LValue LVal; member in __anon41f132f00111::AtomicInfo 2007 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local 2086 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
|
H A D | CGExprComplex.cpp | 1153 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
|
H A D | CGStmtOpenMP.cpp | 3643 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local 5355 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() 5363 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad() 5372 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
|
H A D | CGOpenMPRuntime.cpp | 1483 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local 12393 LValue LVal, in emitLastprivateConditionalUpdate() 12515 LValue LVal = CGF.EmitLValue(FoundE); in checkAndEmitLastprivateConditional() local 12555 LValue LVal; in checkAndEmitSharedLastprivateConditional() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2091 SVal LVal = LVNode->getSVal(Inner); in trackExpressionValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
|