Home
last modified time | relevance | path

Searched defs:Beg (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp37 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount()
63 clang::analyze_format_string::ParseNonPositionAmount(const char *&Beg, in ParseNonPositionAmount()
77 const char *&Beg, in ParsePositionAmount()
125 const char *&Beg, const char *E, in ParseFieldWidth()
147 const char *&Beg, in ParseArgPosition()
H A DScanfFormatString.cpp33 const char *&Beg, const char *E) { in ParseScanList()
76 const char *&Beg, in ParseScanfSpecifier()
H A DPrintfFormatString.cpp39 const char *Start, const char *&Beg, const char *E, in ParsePrecision()
72 const char *&Beg, in ParsePrintfSpecifier()
H A DExpr.cpp2280 SourceLocation Beg = LBraceLoc; in getBeginLoc() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtraCounters.cpp24 uintptr_t *Beg = reinterpret_cast<uintptr_t*>(ExtraCountersBegin()); in ClearExtraCounters() local
H A DFuzzerDataFlowTrace.cpp66 const char *Beg = L.c_str() + SpacePos + 1; in Init() local
H A DFuzzerTracePC.cpp64 uint8_t *Beg = ModuleCounters[i].Start; in IterateInline8bitCounters() local
253 uint32_t *Beg = Modules[i].Start; in UpdateObservedPCs() local
472 uint8_t *Beg = ModuleCounters[i].Start; in ClearInlineCounters() local
H A DFuzzerDriver.cpp295 auto Beg = S.find("DEDUP_TOKEN:"); in GetDedupTokenFromFile() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
H A DDataFlow.cpp128 size_t Beg = atoi(argv[1]); in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp327 const auto Beg = CData->getBegin(); in isAheadOfRange() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp56 uptr HwasanChunkView::Beg() const { in Beg() function in __hwasan::HwasanChunkView
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc115 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg() function
808 uptr AsanChunkView::Beg() const { return chunk_->Beg(); } in Beg() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc113 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg() function
806 uptr AsanChunkView::Beg() const { return chunk_->Beg(); } in Beg() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp159 uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; } in Beg() function in __asan::AsanChunk
883 uptr AsanChunkView::Beg() const { return chunk_->Beg(); } in Beg() function in __asan::AsanChunkView
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp297 MachineBasicBlock::const_iterator Beg) { in priorNonDebug()
309 MachineBasicBlock::const_iterator Beg) { in priorNonDebug()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7700 const char *Beg; // Start of format string. member in __anon7fa672bc1411::CheckFormatHandler