HomeSort by relevance Sort by last modified time
    Searched refs:CallIndex (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
APValue.h 139 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
141 MakeLValue(); setLValue(B, O, N, CallIndex);
144 bool OnePastTheEnd, unsigned CallIndex)
146 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex);
378 unsigned CallIndex);
381 unsigned CallIndex);
  /external/clang/lib/AST/
APValue.cpp 31 unsigned CallIndex;
575 return ((const LV*)(const char*)Data)->CallIndex;
579 unsigned CallIndex) {
585 LVal.CallIndex = CallIndex;
591 unsigned CallIndex) {
597 LVal.CallIndex = CallIndex;
ExprConstant.cpp 487 CallStackFrame *getCallFrame(unsigned CallIndex) {
488 assert(CallIndex && "no call index in getCallFrame");
492 while (Frame->Index > CallIndex)
494 return (Frame->Index == CallIndex) ? Frame : 0;
790 unsigned CallIndex;
796 unsigned getLValueCallIndex() const { return CallIndex; }
802 V = APValue(Base, Offset, APValue::NoLValuePath(), CallIndex);
805 Designator.IsOnePastTheEnd, CallIndex);
811 CallIndex = V.getLValueCallIndex();
818 CallIndex = I
    [all...]

Completed in 506 milliseconds