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

  /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 1169 milliseconds