Home
last modified time | relevance | path

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

123

/external/clang/lib/AST/
DAPValue.cpp35 struct APValue::LV : LVBase { struct in APValue
36 static const unsigned InlinePathSpace =
42 union {
47 LV() { PathLength = (unsigned)-1; } in LV() function
48 ~LV() { resizePath(0); } in ~LV()
50 void resizePath(unsigned Length) { in resizePath()
60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
64 const LValuePathEntry *getPath() const { in getPath()
DStmtCXX.cpp79 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
DDecl.cpp244 LinkageInfo LV; in getLVForTemplateParameterList() local
317 LinkageInfo LV; in getLVForTemplateArgumentList() local
384 mergeTemplateLV(LinkageInfo &LV, const FunctionDecl *fn, in mergeTemplateLV()
461 static void mergeTemplateLV(LinkageInfo &LV, in mergeTemplateLV()
513 static void mergeTemplateLV(LinkageInfo &LV, in mergeTemplateLV()
651 LinkageInfo LV; in getLVForNamespaceScopeDecl() local
865 LinkageInfo LV; in getLVForClassMember() local
1141 LinkageInfo LV; in getLVForLocalDecl() local
1160 LinkageInfo LV; in getLVForLocalDecl() local
1190 LinkageInfo LV; in getLVForLocalDecl() local
[all …]
DExprConstant.cpp3147 LValue &LV, in HandleMemberPointerAccess()
3229 LValue &LV, in HandleMemberPointerAccess()
5860 LValue LV; in VisitInitListExpr() local
6247 static bool EvaluateBuiltinConstantPForLValue(const LValue &LV) { in EvaluateBuiltinConstantPForLValue()
6283 LValue LV; in EvaluateBuiltinConstantP() local
6849 const LValue &LV) { in isOnePastTheEndOfCompleteObject()
7202 LValue LV; in VisitBinaryOperator() local
7815 LValue LV; in VisitCastExpr() local
7861 ComplexValue LV; in VisitUnaryReal() local
7874 ComplexValue LV; in VisitUnaryImag() local
[all …]
/external/clang/lib/CodeGen/
DCGExpr.cpp189 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local
438 LValue LV = MakeAddrLValue(Object, E->getType(), in EmitMaterializeTemporaryExpr() local
462 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr() local
747 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
864 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment() local
918 LValue LV; in EmitCheckedLValue() local
1415 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
1461 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV) { in EmitLoadOfBitfieldLValue()
1492 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue()
1521 Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) { in EmitExtVectorElementLValue()
[all …]
DCGExprAgg.cpp188 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local
216 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local
581 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local
789 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local
1056 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue()
1234 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitInitListExpr() local
1415 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
DCGExprScalar.cpp92 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
297 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local
336 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local
340 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local
344 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local
348 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local
1383 LValue LV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
1644 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
3485 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
DCGExprComplex.cpp167 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec() local
896 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() local
931 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign() local
DCGObjCRuntime.cpp100 LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy); in EmitValueForIvarAtOffset() local
DCGObjC.cpp149 LValue LV = MakeAddrLValue( in EmitObjCCollectionLiteral() local
900 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), ivar, 0); in generateObjCGetterBody() local
982 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), ivar, 0); in generateObjCGetterBody() local
1422 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), in GenerateObjCCtorDtorMethod() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp41 SVal LV = state->getSVal(B->getLHS(), LCtx); in checkPreStmt() local
DPointerSubChecker.cpp44 SVal LV = state->getSVal(B->getLHS(), LCtx); in checkPreStmt() local
DCallAndMessageChecker.cpp221 if (Optional<nonloc::LazyCompoundVal> LV = in PreVisitProcessArg() local
/external/llvm/lib/Target/AMDGPU/
DSIFixSGPRLiveRanges.cpp121 LiveVariables *LV = &getAnalysis<LiveVariables>(); in runOnMachineFunction() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp370 if (Optional<Loc> LV = lhs.getAs<Loc>()) { in evalBinOp() local
468 if (Optional<nonloc::LocAsInteger> LV = val.getAs<nonloc::LocAsInteger>()) { in evalCast() local
DSVals.cpp179 if (Optional<loc::ConcreteInt> LV = getAs<loc::ConcreteInt>()) in isConstant() local
DSimpleConstraintManager.cpp72 if (Optional<Loc> LV = Cond.getAs<Loc>()) { in assume() local
DExprEngine.cpp155 if (Optional<Loc> LV = V.getAs<Loc>()) { in getInitialState() local
171 if (Optional<Loc> LV = V.getAs<Loc>()) { in getInitialState() local
1704 if (Optional<loc::GotoLabel> LV = V.getAs<loc::GotoLabel>()) { in processIndirectGoto() local
2430 if (Optional<Loc> LV = X.getAs<Loc>()) in VisitGCCAsmStmt() local
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h82 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp57 LatticeVal LV; in getOrInitValueState() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp375 LatticeVal &LV = I.first->second; in getValueState() local
401 LatticeVal &LV = I.first->second; in getStructValueState() local
1281 LatticeVal &LV = getStructValueState(&I, i); in ResolvedUndefsIn() local
1288 LatticeVal &LV = getValueState(&I); in ResolvedUndefsIn() local
DLoopLoadElimination.cpp471 LoopVersioning LV(LAI, L, LI, DT, PSE.getSE(), false); in processLoop() local
/external/clang/lib/Analysis/
DLiveVariables.cpp195 LiveVariablesImpl &LV; member in __anonbf58a3390411::TransferFunctions
498 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h687 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { in bindLoc()
746 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
/external/llvm/lib/CodeGen/
DPHIElimination.cpp57 LiveVariables *LV; member in __anona2141f510111::PHIElimination

123