Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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() argument
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.cpp252 LinkageInfo LV; in getLVForTemplateParameterList() local
322 LinkageInfo LV; in getLVForTemplateArgumentList() local
389 LinkageInfo &LV, const FunctionDecl *fn, in mergeTemplateLV()
463 LinkageInfo &LV, const ClassTemplateSpecializationDecl *spec, in mergeTemplateLV()
519 void LinkageComputer::mergeTemplateLV(LinkageInfo &LV, in mergeTemplateLV()
728 LinkageInfo LV = getExternalLinkageFor(D); in getLVForNamespaceScopeDecl() local
964 LinkageInfo LV; in getLVForClassMember() local
1314 LinkageInfo LV; in getLVForLocalDecl() local
1333 LinkageInfo LV; in getLVForLocalDecl() local
1364 LinkageInfo LV; in getLVForLocalDecl() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp264 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
989 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
1134 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment() local
1149 LValue LV = EmitLValue(Call->getArg(0)); in EmitPointerWithAlignment() local
1238 LValue LV; in EmitCheckedLValue() local
1343 LValue LV = EmitLValue(cleanups->getSubExpr()); in EmitLValue() local
1904 static RValue EmitLoadOfMatrixLValue(LValue LV, SourceLocation Loc, in EmitLoadOfMatrixLValue()
1915 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
[all …]
H A DCGExprAgg.cpp204 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local
244 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local
726 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local
1114 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local
1362 LValue LV = CGF.EmitLValueForFieldInitialization(SlotLV, *CurField); in VisitLambdaExpr() local
1546 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue()
1763 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitCXXParenListOrInitListExpr() local
2044 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
H A DCGCall.h218 LValue LV; /// The argument is semantically a load from this l-value. member
285 void addUncopiedAggregate(LValue LV, QualType type) { in addUncopiedAggregate()
H A DCGExprScalar.cpp247 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
528 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local
590 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local
594 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local
598 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local
602 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local
2042 LValue LV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2169 LValue LV = CGF.MakeAddrLValue(Addr, E->getType()); in VisitCastExpr() local
2535 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
5081 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
H A DCGExprComplex.cpp193 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec() local
1146 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() local
1181 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DSparsePropagation.h237 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local
247 LatticeVal LV) { in UpdateState()
508 LatticeVal LV; in Print() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp46 bool SCCPSolver::isConstant(const ValueLatticeElement &LV) { in isConstant()
51 bool SCCPSolver::isOverdefined(const ValueLatticeElement &LV) { in isOverdefined()
410 ValueLatticeElement &LV = I.first->second; in getValueState() local
432 ValueLatticeElement &LV = I.first->second; in getStructValueState() local
767 ValueLatticeElement LV = It->second; in isStructLatticeConstant() local
787 SCCPInstVisitor::getConstantRange(const ValueLatticeElement &LV, in getConstantRange()
1095 auto &LV = getValueState(&I); in visitCastInst() local
1752 ValueLatticeElement &LV = getStructValueState(&I, i); in resolvedUndefsIn() local
1761 ValueLatticeElement &LV = getValueState(&I); in resolvedUndefsIn() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp137 for (const LiveVariable &LV : LiveVariables) { in dump() local
167 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update() local
186 LiveVariable &LV = LiveVariables[VarIdx]; in update() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp41 SVal LV = C.getSVal(B->getLHS()); in checkPreStmt() local
H A DNullabilityChecker.cpp372 SVal LV, QualType T) { in checkValueAtLValForInvariantViolation()
404 SVal LV = State->getLValue(ParamDecl, LocCtxt); in checkParamsForPreconditionViolation() local
436 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h54 Liveness LV; member
H A DHexagonRDFOpt.cpp325 Liveness LV(*MRI, G); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp30 if (std::optional<Loc> LV = Cond.getAs<Loc>()) { in assumeInternal() local
H A DSVals.cpp254 if (std::optional<loc::ConcreteInt> LV = getAs<loc::ConcreteInt>()) in isConstant() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp684 const ValueLatticeElement &LV = Solver.getLatticeValueFor(A); in isArgumentInteresting() local
719 const ValueLatticeElement &LV = Solver.getLatticeValueFor(V); in getCandidateConstant() local
H A DCalledValuePropagation.cpp193 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal()
392 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
H A DSCCP.cpp79 [](const ValueLatticeElement &LV) { in findReturnsToZap()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dambiguous.cc35 class LV : public virtual A1 { class
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp602 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference()
627 const Expr *LV, PrimType T, const ParmVarDecl *PD, DerefKind AK, in dereferenceParam()
669 const Expr *LV, PrimType T, const VarDecl *VD, DerefKind AK, in dereferenceVar()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp159 LiveVariablesImpl &LV; member in __anon6620e0ad0311::TransferFunctions
535 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h749 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc()
824 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp865 std::vector<RegisterRef> LV; in computeLiveIns() local
910 auto CopyLiveIns = [this] (MachineBasicBlock *B, BitVector &LV) -> void { in resetKills()

123