Searched refs:CallIndex (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 31 unsigned CallIndex; member 581 return ((const LV*)(const char*)Data.buffer)->CallIndex; in getLValueCallIndex() 585 unsigned CallIndex) { in setLValue() argument 591 LVal.CallIndex = CallIndex; in setLValue() 597 unsigned CallIndex) { in setLValue() argument 603 LVal.CallIndex = CallIndex; in setLValue()
|
D | ExprConstant.cpp | 542 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame() 543 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame() 547 while (Frame->Index > CallIndex) in getCallFrame() 549 return (Frame->Index == CallIndex) ? Frame : nullptr; in getCallFrame() 919 unsigned CallIndex; member 925 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex() 931 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto() 934 Designator.IsOnePastTheEnd, CallIndex); in moveInto() 940 CallIndex = V.getLValueCallIndex(); in setFrom() 947 CallIndex = I; in set() [all …]
|
/external/clang/include/clang/AST/ |
D | APValue.h | 138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue() argument 140 MakeLValue(); setLValue(B, O, N, CallIndex); in APValue() 143 bool OnePastTheEnd, unsigned CallIndex) in APValue() argument 145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); in APValue() 377 unsigned CallIndex); 380 unsigned CallIndex);
|