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;
581 return ((const LV*)(const char*)Data.buffer)->CallIndex;
585 unsigned CallIndex) {
591 LVal.CallIndex = CallIndex;
597 unsigned CallIndex) {
603 LVal.CallIndex = CallIndex;
ExprConstant.cpp 542 CallStackFrame *getCallFrame(unsigned CallIndex) {
543 assert(CallIndex && "no call index in getCallFrame");
547 while (Frame->Index > CallIndex)
549 return (Frame->Index == CallIndex) ? Frame : nullptr;
    [all...]

Completed in 51 milliseconds