Home
last modified time | relevance | path

Searched refs:CallIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DAPValue.cpp31 unsigned CallIndex; member
575 return ((const LV*)(const char*)Data)->CallIndex; in getLValueCallIndex()
579 unsigned CallIndex) { in setLValue() argument
585 LVal.CallIndex = CallIndex; in setLValue()
591 unsigned CallIndex) { in setLValue() argument
597 LVal.CallIndex = CallIndex; in setLValue()
DExprConstant.cpp523 CallStackFrame *getCallFrame(unsigned CallIndex) { in getCallFrame()
524 assert(CallIndex && "no call index in getCallFrame"); in getCallFrame()
528 while (Frame->Index > CallIndex) in getCallFrame()
530 return (Frame->Index == CallIndex) ? Frame : 0; in getCallFrame()
892 unsigned CallIndex; member
898 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
904 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex); in moveInto()
907 Designator.IsOnePastTheEnd, CallIndex); in moveInto()
913 CallIndex = V.getLValueCallIndex(); in setFrom()
920 CallIndex = I; in set()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex) in APValue() argument
141 MakeLValue(); setLValue(B, O, N, CallIndex); in APValue()
144 bool OnePastTheEnd, unsigned CallIndex) in APValue() argument
146 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); in APValue()
378 unsigned CallIndex);
381 unsigned CallIndex);