Searched defs:LV (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp41 SVal LV = state->getSVal(B->getLHS(), LCtx); local
H A DPointerSubChecker.cpp44 SVal LV = state->getSVal(B->getLHS(), LCtx); local
H A DBasicObjCFoundationChecks.cpp436 Optional<loc::MemRegionVal> LV = TheValueExpr.getAs<loc::MemRegionVal>(); local
H A DCStringChecker.cpp1087 DefinedOrUnknownSVal LV = local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp35 struct APValue::LV : LVBase { struct in class:APValue
47 LV() { PathLength = (unsigned)-1; } function in struct:APValue::LV
[all...]
H A DStmt.cpp815 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); local
H A DType.cpp2276 LinkageInfo LV = computeLinkageInfo(MPT->getClass()); local
2291 LinkageInfo LV = computeLinkageInfo(FPT->getResultType()); local
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPHIElimination.cpp51 LiveVariables *LV; member in class:__anon2160::PHIElimination
[all...]
H A DMachineBasicBlock.cpp715 LiveVariables *LV = P->getAnalysisIfAvailable<LiveVariables>(); local
H A DTwoAddressInstructionPass.cpp75 LiveVariables *LV; member in class:__anon2207::TwoAddressInstructionPass
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp100 LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy); local
H A DCGValue.h424 static AggValueSlot forLValue(const LValue &LV, argument
H A DCGExprAgg.cpp180 LValue LV = CGF.EmitPseudoObjectLValue(E); local
207 LValue LV = CGF.EmitLValue(E); local
551 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), local
754 LValue LV local
1013 EmitInitializationToLValue(Expr *E, LValue LV) argument
1042 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); local
1187 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, *field); local
1361 LValue LV = MakeAddrLValue(Temp, E->getType()); local
[all...]
H A DCGExprCXX.cpp287 LValue LV = EmitLValue(E->getArg(0)); local
1869 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField); local
H A DCGExprComplex.cpp160 LValue LV = CGF.EmitLValue(E->getSubExpr()); local
690 LValue LV = EmitCompoundAssignLValue(E, Func, Val); local
725 LValue LV = EmitBinAssignLValue(E, Val); local
[all...]
H A DCGStmt.cpp1787 LValue LV = CGF.EmitLValueForFieldInitialization(SlotLV, *CurField); local
1852 LValue LV = MakeNaturalAlignAddrLValue(CapturedStmtInfo->getContextValue(), local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h652 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { argument
713 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp210 LiveVariablesImpl &LV; member in class:__anon3045::TransferFunctions
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp351 OverDefinedCacheUpdater(Value *V, BasicBlock *B, LVILatticeVal &LV, argument
H A DScalarEvolution.cpp492 const Value *LV = LU->getValue(), *RV = RU->getValue(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp659 finishConvertToThreeAddress(MachineInstr *OldMI, MachineInstr *NewMI, LiveVariables *LV) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp372 LatticeVal &LV = I.first->second; local
398 LatticeVal &LV = I.first->second; local
1268 LatticeVal &LV local
1275 LatticeVal &LV = getValueState(I); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp114 ProgramStateRef ProgramState::bindLoc(Loc LV, SVal V, bool notifyChanges) const { argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp744 static bool OptimizeAwayTrappingUsesOfLoads(GlobalVariable *GV, Constant *LV, argument
908 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", false, 0, local

Completed in 335 milliseconds

12