/external/clang/lib/AST/ |
D | APValue.cpp | 35 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()
|
D | StmtCXX.cpp | 79 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
|
D | Decl.cpp | 244 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 …]
|
D | ExprConstant.cpp | 3147 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/ |
D | CGExpr.cpp | 189 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 …]
|
D | CGExprAgg.cpp | 188 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
|
D | CGExprScalar.cpp | 92 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()
|
D | CGExprComplex.cpp | 167 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
|
D | CGObjCRuntime.cpp | 100 LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy); in EmitValueForIvarAtOffset() local
|
D | CGObjC.cpp | 149 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/ |
D | PointerArithChecker.cpp | 41 SVal LV = state->getSVal(B->getLHS(), LCtx); in checkPreStmt() local
|
D | PointerSubChecker.cpp | 44 SVal LV = state->getSVal(B->getLHS(), LCtx); in checkPreStmt() local
|
D | CallAndMessageChecker.cpp | 221 if (Optional<nonloc::LazyCompoundVal> LV = in PreVisitProcessArg() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFixSGPRLiveRanges.cpp | 121 LiveVariables *LV = &getAnalysis<LiveVariables>(); in runOnMachineFunction() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 370 if (Optional<Loc> LV = lhs.getAs<Loc>()) { in evalBinOp() local 468 if (Optional<nonloc::LocAsInteger> LV = val.getAs<nonloc::LocAsInteger>()) { in evalCast() local
|
D | SVals.cpp | 179 if (Optional<loc::ConcreteInt> LV = getAs<loc::ConcreteInt>()) in isConstant() local
|
D | SimpleConstraintManager.cpp | 72 if (Optional<Loc> LV = Cond.getAs<Loc>()) { in assume() local
|
D | ExprEngine.cpp | 155 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/ |
D | SparsePropagation.h | 82 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 57 LatticeVal LV; in getOrInitValueState() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 375 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
|
D | LoopLoadElimination.cpp | 471 LoopVersioning LV(LAI, L, LI, DT, PSE.getSE(), false); in processLoop() local
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 195 LiveVariablesImpl &LV; member in __anonbf58a3390411::TransferFunctions 498 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 687 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/ |
D | PHIElimination.cpp | 57 LiveVariables *LV; member in __anona2141f510111::PHIElimination
|