Searched refs:local_end (Results 1 – 5 of 5) sorted by relevance
256 uptr local_end = local_beg + local.size; in PrintStackAllocations() local257 if (local_beg > local_end) in PrintStackAllocations()259 if (local_beg <= untagged_addr && untagged_addr < local_end) { in PrintStackAllocations()267 if (untagged_addr >= local_end) { in PrintStackAllocations()268 uptr new_offset = untagged_addr - local_end; in PrintStackAllocations()
470 iterator local_end() { in local_end() function
1735 static void local_end (struct parseunit *);1763 local_end,1777 local_end,2120 local_end( in local_end() function
2630 return llvm::make_range(PPRec->local_begin(), PPRec->local_end()); in getLocalPreprocessingEntities()
2735 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()2766 EEnd = PPRec.local_end(); in WritePreprocessorDetail()