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 138 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, unsigned CallIndex)
140 MakeLValue(); setLValue(B, O, N, CallIndex);
143 bool OnePastTheEnd, unsigned CallIndex)
145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex);
377 unsigned CallIndex);
380 unsigned CallIndex);
  /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 335 milliseconds