Home
last modified time | relevance | path

Searched refs:local_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp256 uptr local_end = local_beg + local.size; in PrintStackAllocations() local
257 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()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h470 iterator local_end() { in local_end() function
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1735 static void local_end (struct parseunit *);
1763 local_end,
1777 local_end,
2120 local_end( in local_end() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2630 return llvm::make_range(PPRec->local_begin(), PPRec->local_end()); in getLocalPreprocessingEntities()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2735 if (PPRec.local_begin() == PPRec.local_end()) in WritePreprocessorDetail()
2766 EEnd = PPRec.local_end(); in WritePreprocessorDetail()