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 | 575 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame() 576 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame() 580 while (Frame->Index > CallIndex) in getCallFrame() 582 return (Frame->Index == CallIndex) ? Frame : nullptr; in getCallFrame() 1072 unsigned CallIndex : 31; member 1078 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex() 1084 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto() 1087 Designator.IsOnePastTheEnd, CallIndex); in moveInto() 1094 CallIndex = V.getLValueCallIndex(); in setFrom() 1102 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);
|