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 | 570 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame() 571 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame() 575 while (Frame->Index > CallIndex) in getCallFrame() 577 return (Frame->Index == CallIndex) ? Frame : nullptr; in getCallFrame() 996 unsigned CallIndex : 31; member 1002 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex() 1008 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto() 1011 Designator.IsOnePastTheEnd, CallIndex); in moveInto() 1018 CallIndex = V.getLValueCallIndex(); in setFrom() 1026 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);
|