Home
last modified time | relevance | path

Searched defs:LV (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
221 struct APValue::LV : LVBase { struct in APValue
222 static const unsigned InlinePathSpace =
228 union {
233 LV() { PathLength = (unsigned)-1; } in LV() function
234 ~LV() { resizePath(0); } in ~LV()
236 void resizePath(unsigned Length) { in resizePath()
246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
[all …]
H A DStmtCXX.cpp77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
H A DDecl.cpp251 LinkageInfo LV; in getLVForTemplateParameterList() local
321 LinkageInfo LV; in getLVForTemplateArgumentList() local
388 LinkageInfo &LV, const FunctionDecl *fn, in mergeTemplateLV()
456 LinkageInfo &LV, const ClassTemplateSpecializationDecl *spec, in mergeTemplateLV()
507 void LinkageComputer::mergeTemplateLV(LinkageInfo &LV, in mergeTemplateLV()
709 LinkageInfo LV = getExternalLinkageFor(D); in getLVForNamespaceScopeDecl() local
938 LinkageInfo LV; in getLVForClassMember() local
1258 LinkageInfo LV; in getLVForLocalDecl() local
1277 LinkageInfo LV; in getLVForLocalDecl() local
1307 LinkageInfo LV; in getLVForLocalDecl() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp265 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local
595 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr() local
618 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr() local
1021 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
1164 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment() local
1250 LValue LV; in EmitCheckedLValue() local
1354 LValue LV = EmitLValue(cleanups->getSubExpr()); in EmitLValue() local
1884 static RValue EmitLoadOfMatrixLValue(LValue LV, SourceLocation Loc, in EmitLoadOfMatrixLValue()
1895 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
1952 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV, in EmitLoadOfBitfieldLValue()
[all …]
H A DCGExprAgg.cpp198 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local
226 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local
701 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local
1089 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local
1337 LValue LV = CGF.EmitLValueForFieldInitialization(SlotLV, *CurField); in VisitLambdaExpr() local
1521 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue()
1720 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitInitListExpr() local
1998 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
H A DCGCall.h223 LValue LV; /// The argument is semantically a load from this l-value. member
290 void addUncopiedAggregate(LValue LV, QualType type) { in addUncopiedAggregate()
H A DCGExprScalar.cpp251 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
522 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local
584 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local
588 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local
592 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local
596 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local
1978 LValue LV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2084 LValue LV = CGF.MakeAddrLValue(Addr, RetTy); in VisitCastExpr() local
2445 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
4825 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp87 static bool isConstant(const ValueLatticeElement &LV) { in isConstant()
96 static bool isOverdefined(const ValueLatticeElement &LV) { in isOverdefined()
108 [](const ValueLatticeElement &LV) { return isOverdefined(LV); })) in tryToReplaceWithConstant()
326 [](const ValueLatticeElement &LV) { in findReturnsToZap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h235 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local
245 LatticeVal LV) { in UpdateState()
506 LatticeVal LV; in Print() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp41 SVal LV = C.getSVal(B->getLHS()); in checkPreStmt() local
H A DNullabilityChecker.cpp336 SVal LV, QualType T) { in checkValueAtLValForInvariantViolation()
368 SVal LV = State->getLValue(ParamDecl, LocCtxt); in checkParamsForPreconditionViolation() local
400 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp125 for (const LiveVariable &LV : LiveVariables) { in dump() local
155 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update() local
174 LiveVariable &LV = LiveVariables[VarIdx]; in update() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp50 bool isConstant(const ValueLatticeElement &LV) { in isConstant()
59 bool isOverdefined(const ValueLatticeElement &LV) { in isOverdefined()
181 ValueLatticeElement &LV = I.first->second; in getValueState() local
203 ValueLatticeElement &LV = I.first->second; in getStructValueState() local
499 ValueLatticeElement LV = It->second; in isStructLatticeConstant() local
783 auto &LV = getValueState(&I); in visitCastInst() local
1444 ValueLatticeElement &LV = getStructValueState(&I, i); in resolvedUndefsIn() local
1453 ValueLatticeElement &LV = getValueState(&I); in resolvedUndefsIn() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h54 Liveness LV; member
H A DHexagonRDFOpt.cpp326 Liveness LV(*MRI, G); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference()
283 const Expr *LV, PrimType T, const ParmVarDecl *PD, DerefKind AK, in dereferenceParam()
325 const Expr *LV, PrimType T, const VarDecl *VD, DerefKind AK, in dereferenceVar()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c45 # define LV(p) glval(p->n_left) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp29 if (Optional<Loc> LV = Cond.getAs<Loc>()) { in assume() local
H A DSVals.cpp205 if (Optional<loc::ConcreteInt> LV = getAs<loc::ConcreteInt>()) in isConstant() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c49 # define LV(p) getlval(p->n_left) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp190 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal()
389 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dambiguous.cc42 class LV : public virtual A1 { class
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp153 LiveVariablesImpl &LV; member in __anon351477610311::TransferFunctions
513 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h709 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc()
784 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp162 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops() local

123