Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DAPValue.cpp22 struct LV { struct
23 const Expr* Base;
24 CharUnits Offset;
DDecl.cpp117 LVPair LV(ExternalLinkage, DefaultVisibility); in getLVForTemplateParameterList() local
154 LVPair LV(ExternalLinkage, DefaultVisibility); in getLVForTemplateArgumentList() local
285 LinkageInfo LV; in getLVForNamespaceScopeDecl() local
507 LinkageInfo LV; in getLVForClassMember() local
767 LinkageInfo LV; in getLVForDecl() local
788 LinkageInfo LV; in getLVForDecl() local
DExprConstant.cpp1856 LValue LV; in VisitCastExpr() local
1896 ComplexValue LV; in VisitUnaryReal() local
1907 ComplexValue LV; in VisitUnaryImag() local
2596 LValue LV; in Evaluate() local
2639 LValue LV; in EvaluateAsLValue() local
2653 LValue LV; in EvaluateAsAnyLValue() local
/external/clang/lib/CodeGen/
DCGExpr.cpp142 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local
245 LValue LV = CGF.EmitLValue(E); in EmitExprForReferenceBinding() local
390 LValue LV = in EmitExprForReferenceBinding() local
538 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
611 LValue LV = EmitLValue(E); in EmitCheckedLValue() local
796 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue()
832 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV) { in EmitLoadOfBitfieldLValue()
906 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue()
1206 LValue &LV) { in setObjCGCLValueClass()
1311 LValue LV = CGF.MakeAddrLValue(V, E->getType(), Alignment); in EmitGlobalVarDeclLValue() local
[all …]
DCGExprAgg.cpp155 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local
276 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr()); in VisitCastExpr() local
310 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitCastExpr() local
410 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local
585 AggExprEmitter::EmitInitializationToLValue(Expr* E, LValue LV) { in EmitInitializationToLValue()
866 LValue LV = CGF.EmitLValueForFieldInitialization(DestPtr, *field, 0); in VisitInitListExpr() local
1038 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
DCGExprComplex.cpp66 ComplexPairTy EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue()
80 void EmitStoreThroughLValue(ComplexPairTy Val, LValue LV) { in EmitStoreThroughLValue()
157 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec() local
362 LValue LV = CGF.EmitLValue(Op); in EmitCast() local
625 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() local
664 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign() local
DCGExprScalar.cpp85 Value *EmitLoadOfLValue(LValue LV) { in EmitLoadOfLValue()
257 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local
295 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local
299 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local
303 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local
307 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local
1231 LValue LV = CGF.EmitBlockDeclRefLValue(E); in VisitBlockDeclRefExpr() local
1265 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
2673 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
DCGObjC.cpp290 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), in GenerateObjCGetterBody() local
423 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), in GenerateObjCGetter() local
463 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), in GenerateObjCGetter() local
470 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), in GenerateObjCGetter() local
503 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), LoadObjCSelf(), Ivar, 0); in GenerateObjCAtomicSetterBody() local
767 LValue LV = EmitLValueForIvar(TypeOfSelfObject(), in GenerateObjCCtorDtorMethod() local
846 RValue CodeGenFunction::EmitLoadOfPropertyRefLValue(LValue LV, in EmitLoadOfPropertyRefLValue()
DCGObjCRuntime.cpp97 LValue LV = CGF.MakeAddrLValue(V, IvarTy); in EmitValueForIvarAtOffset() local
DCGCall.cpp337 CodeGenFunction::ExpandTypeFromArgs(QualType Ty, LValue LV, in ExpandTypeFromArgs()
352 LValue LV = EmitLValueForField(Addr, FD, 0); in ExpandTypeFromArgs() local
1477 LValue LV = EmitLValueForField(Addr, FD, 0); in ExpandTypeToArgs() local
DCodeGenModule.cpp212 NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility(); in setGlobalVisibility() local
552 NamedDecl::LinkageInfo LV = FD->getLinkageAndVisibility(); in SetFunctionAttributes() local
1043 NamedDecl::LinkageInfo LV = D->getLinkageAndVisibility(); in GetOrCreateLLVMGlobal() local
/external/llvm/include/llvm/CodeGen/
DProcessImplicitDefs.h31 LiveVariables *LV; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp40 SVal LV = state->getSVal(B->getLHS()); in checkPreStmt() local
DPointerSubChecker.cpp43 SVal LV = state->getSVal(B->getLHS()); in checkPreStmt() local
DCallAndMessageChecker.cpp103 if (const nonloc::LazyCompoundVal *LV = in PreVisitProcessArg() local
DBasicObjCFoundationChecks.cpp289 loc::MemRegionVal* LV = dyn_cast<loc::MemRegionVal>(&TheValueExpr); in checkPreStmt() local
/external/llvm/lib/CodeGen/
DPHIElimination.cpp114 if (LiveVariables *LV = getAnalysisIfAvailable<LiveVariables>()) { in runOnMachineFunction() local
233 LiveVariables *LV = getAnalysisIfAvailable<LiveVariables>(); in LowerAtomicPHINode() local
404 LiveVariables &LV, in SplitPHIEdges()
DMachineBasicBlock.cpp536 LiveVariables *LV = P->getAnalysisIfAvailable<LiveVariables>(); in SplitCriticalEdge() local
/external/harfbuzz/src/
Dharfbuzz-hangul.c76 LV, enumerator
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp225 if (nonloc::LocAsInteger *LV = dyn_cast<nonloc::LocAsInteger>(&val)) { in evalCast() local
/external/llvm/lib/Analysis/
DSparsePropagation.cpp56 LatticeVal LV; in getOrInitValueState() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp383 LatticeVal &LV = I.first->second; in getValueState() local
409 LatticeVal &LV = I.first->second; in getStructValueState() local
1428 LatticeVal &LV = getStructValueState(I, i); in ResolvedUndefsIn() local
1436 LatticeVal &LV = getValueState(I); in ResolvedUndefsIn() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DGRState.h656 inline const GRState *GRState::bindLoc(SVal LV, SVal V) const { in bindLoc()
707 inline SVal GRState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h215 MachineBasicBlock::iterator &MBBI, LiveVariables *LV) const { in convertToThreeAddress()

12