/openbsd/gnu/llvm/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 | 200 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
|
H A D | CheckObjCDealloc.cpp | 285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local 956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
|
H A D | IteratorModeling.cpp | 268 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); in checkPostStmt() local 449 SVal RetVal, const SVal &LVal, in handleComparison()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | APValue.cpp | 986 const LV &LVal = *((const LV *)(const char *)&Data); in getLValuePath() local 1008 LV &LVal = *((LV *)(char *)&Data); in setLValue() local 1020 LV &LVal = *((LV *)(char *)&Data); in setLValueUninit() local
|
H A D | ExprConstant.cpp | 2416 LValue LVal; in CheckEvaluationResult() local 4444 LValue LVal; in foundPointer() local 4593 LValue LVal; in foundPointer() local 5802 LValue LVal; in HandleCovariantReturnAdjustment() local 7908 LValue LVal; in VisitCastExpr() local 7948 LValue LVal; in VisitUnaryPostIncDec() local 8998 LValue LVal; in VisitCastExpr() local 11802 LValue LVal; in tryEvaluateBuiltinObjectSize() local 15298 LValue LVal; in EvaluateDestruction() local 15336 LValue LVal; in EvaluateAsConstantExpr() local [all …]
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 71 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, in emitAndFixInvalidAsmCastLValue() 324 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); in ActOnGCCAsmStmt() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 40 LValue LVal; member in __anon382cfbf20111::AtomicInfo 2056 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local 2135 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
|
H A D | CGExprComplex.cpp | 1326 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
|
H A D | CGStmtOpenMP.cpp | 3970 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local 5951 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() 5959 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad() 5968 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
|
H A D | CGOpenMPRuntime.cpp | 1420 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); in getThreadID() local 12180 LValue LVal, in emitLastprivateConditionalUpdate() 12302 LValue LVal = CGF.EmitLValue(FoundE); in checkAndEmitLastprivateConditional() local 12342 LValue LVal; in checkAndEmitSharedLastprivateConditional() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2330 SVal LVal = LVNode->getSVal(Inner); in handle() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2792 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
|