Searched defs:LVal (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); local
H A DMismatchedIteratorChecker.cpp198 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
H A DIteratorRangeChecker.cpp166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
180 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); local
H A DCheckObjCDealloc.cpp284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); local
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); local
H A DIteratorModeling.cpp270 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
424 handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal, const SVal &LVal, const SVal &RVal, OverloadedOperatorKind Op) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp70 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, argument
323 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp671 const LV &LVal = *((const LV*)(const char*)Data.buffer); local
693 LV &LVal = *((LV*)(char*)Data.buffer); local
705 LV &LVal local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; member in class:__anon1671::AtomicInfo
1983 LValue LVal = atomics.getAtomicLValue(); local
2061 EmitAtomicUpdate( LValue LVal, llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
[all...]
H A DCGExprComplex.cpp1145 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); local
H A DCGStmtOpenMP.cpp3386 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); local
3388 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); local
4837 emitSimpleAtomicStore(CodeGenFunction &CGF, llvm::AtomicOrdering AO, LValue LVal, RValue RVal) argument
4845 emitSimpleAtomicLoad(CodeGenFunction &CGF, llvm::AtomicOrdering AO, LValue LVal, SourceLocation Loc) argument
4855 emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy, SourceLocation Loc) argument
4861 LVal); local
[all...]
H A DCGOpenMPRuntime.cpp1448 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1968 SVal LVal = LVNode->getSVal(Inner); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2737 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument

Completed in 208 milliseconds