Home
last modified time | relevance | path

Searched defs:LVal (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp93 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 DIteratorRangeChecker.cpp166 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 DMismatchedIteratorChecker.cpp200 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt() local
H A DCheckObjCDealloc.cpp285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction() local
956 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); in getValueReleasedByNillingOut() local
H A DIteratorModeling.cpp268 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 DAPValue.cpp986 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 DExprConstant.cpp2416 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 DSemaStmtAsm.cpp71 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 DCGAtomic.cpp40 LValue LVal; member in __anon382cfbf20111::AtomicInfo
2056 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() local
2135 LValue LVal, llvm::AtomicOrdering AO, in EmitAtomicUpdate()
H A DCGExprComplex.cpp1326 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); in EmitComplexAssignmentLValue() local
H A DCGStmtOpenMP.cpp3970 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 DCGOpenMPRuntime.cpp1420 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 DBugReporterVisitors.cpp2330 SVal LVal = LVNode->getSVal(Inner); in handle() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2792 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()