/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 | Type.cpp | 1974 NamedDecl::LinkageInfo LV; member in __anon51f4e95b0211::CachedProperties 1978 CachedProperties(NamedDecl::LinkageInfo LV, bool local) in CachedProperties() 2009 NamedDecl::LinkageInfo LV(T->TypeBits.getLinkage(), in get() local 2080 NamedDecl::LinkageInfo LV = Tag->getLinkageAndVisibility(); in computeCachedProperties() local 2122 NamedDecl::LinkageInfo LV = in computeCachedProperties() local
|
D | Decl.cpp | 78 LinkageInfo LV(ExternalLinkage, DefaultVisibility, false); in getLVForTemplateParameterList() local 115 LinkageInfo LV(ExternalLinkage, DefaultVisibility, false); in getLVForTemplateArgumentList() local 276 LinkageInfo LV; in getLVForNamespaceScopeDecl() local 503 LinkageInfo LV; in getLVForClassMember() local 815 LinkageInfo LV; in getLVForDecl() local 837 LinkageInfo LV; in getLVForDecl() local
|
D | ExprConstant.cpp | 1908 LValue &LV, in HandleMemberPointerAccess() 3795 LValue LV; in VisitInitListExpr() local 4180 static bool EvaluateBuiltinConstantPForLValue(const LValue &LV) { in EvaluateBuiltinConstantPForLValue() 4216 LValue LV; in EvaluateBuiltinConstantP() local 5415 LValue LV; in VisitCastExpr() local 5461 ComplexValue LV; in VisitUnaryReal() local 5474 ComplexValue LV; in VisitUnaryImag() local 6146 LValue LV; in Evaluate() local 6157 LValue LV; in Evaluate() local 6178 LValue LV; in Evaluate() local [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 154 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local 275 LValue LV = CGF.EmitLValue(E); in EmitExprForReferenceBinding() local 430 LValue LV = CGF.MakeAddrLValue(Object, E->getType()); in EmitExprForReferenceBinding() local 609 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() 682 LValue LV = EmitLValue(E); in EmitCheckedLValue() local 1124 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue() 1158 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV) { in EmitLoadOfBitfieldLValue() 1233 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue() 1533 LValue &LV, in setObjCGCLValueClass() 1647 LValue LV; in EmitGlobalVarDeclLValue() local [all …]
|
D | CGExprAgg.cpp | 176 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local 203 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local 554 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local 689 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local 928 AggExprEmitter::EmitInitializationToLValue(Expr* E, LValue LV) { in EmitInitializationToLValue() 1093 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, *field); in VisitInitListExpr() local 1267 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
|
D | CGExprComplex.cpp | 66 ComplexPairTy EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue() 77 void EmitStoreThroughLValue(ComplexPairTy Val, LValue LV) { in EmitStoreThroughLValue() 160 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec() local 641 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() local 676 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign() local
|
D | CGExprScalar.cpp | 87 Value *EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue() 244 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local 280 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local 284 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local 288 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local 292 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local 1271 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec() 2775 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
|
D | CGCall.cpp | 513 CodeGenFunction::ExpandTypeFromArgs(QualType Ty, LValue LV, in ExpandTypeFromArgs() 523 LValue LV = MakeAddrLValue(EltAddr, EltTy); in ExpandTypeFromArgs() local 1283 LValue LV = MakeAddrLValue(Alloca, Ty, Align); in EmitFunctionProlog() local 1854 LValue LV = MakeAddrLValue(EltAddr, EltTy); in ExpandTypeToArgs() local 1868 LValue LV = MakeAddrLValue(RV.getAggregateAddr(), Ty); in ExpandTypeToArgs() local
|
D | CGObjCRuntime.cpp | 96 LValue LV = CGF.MakeNaturalAlignAddrLValue(V, IvarTy); in EmitValueForIvarAtOffset() local
|
D | CodeGenModule.cpp | 257 NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility(); in setGlobalVisibility() local 661 NamedDecl::LinkageInfo LV = FD->getLinkageAndVisibility(); in SetFunctionAttributes() local 1238 NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility(); in GetOrCreateLLVMGlobal() local
|
D | CGObjC.cpp | 117 LValue LV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i), in EmitObjCCollectionLiteral() local 813 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), ivar, 0); in generateObjCGetterBody() local 891 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), ivar, 0); in generateObjCGetterBody() local 1327 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 | 134 if (const nonloc::LazyCompoundVal *LV = in PreVisitProcessArg() local
|
D | CStringChecker.cpp | 1065 DefinedOrUnknownSVal LV = in evalMemcmp() local 1685 DefinedOrUnknownSVal LV = cast<DefinedOrUnknownSVal>(s1Val); in evalStrcmpCommon() local
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 121 if (LiveVariables *LV = getAnalysisIfAvailable<LiveVariables>()) { in runOnMachineFunction() local 247 LiveVariables *LV = getAnalysisIfAvailable<LiveVariables>(); in LowerAtomicPHINode() local 421 LiveVariables &LV, in SplitPHIEdges()
|
/external/harfbuzz/src/ |
D | harfbuzz-hangul.c | 76 LV, enumerator
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 56 LatticeVal LV; in getOrInitValueState() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 379 LatticeVal &LV = I.first->second; in getValueState() local 405 LatticeVal &LV = I.first->second; in getStructValueState() local 1278 LatticeVal &LV = getStructValueState(I, i); in ResolvedUndefsIn() local 1285 LatticeVal &LV = getValueState(I); in ResolvedUndefsIn() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 632 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V) const { in bindLoc() 691 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 56 LiveVariables* LV; variable
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 201 LiveVariablesImpl &LV; member in __anonb97c5a9e0411::TransferFunctions 508 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 329 if (nonloc::LocAsInteger *LV = dyn_cast<nonloc::LocAsInteger>(&val)) { in evalCast() local
|