Searched defs:beg (Results 1 - 25 of 64) sorted by path

123

/freebsd-current/contrib/atf/atf-c/detail/
H A Ddynstr.c246 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, size_t beg, size_t end) argument
/freebsd-current/contrib/bc/src/
H A Dhistory.c574 size_t beg = pos; local
/freebsd-current/contrib/libucl/src/
H A Ducl_parser.c137 const unsigned char *p, *beg = NULL; local
1586 ucl_parse_multiline_string(struct ucl_parser *parser, struct ucl_chunk *chunk, const unsigned char *term, int term_len, unsigned char const **beg, bool *var_expand) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10967 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, const Expr *origFormatExpr, const Sema::FormatStringType type, unsigned firstDataArg, unsigned numDataArgs, const char *beg, Sema::FormatArgumentPassingKind APK, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType callType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
11406 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, const Expr *origFormatExpr, const Sema::FormatStringType type, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, Sema::FormatArgumentPassingKind APK, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
12396 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, const Expr *origFormatExpr, Sema::FormatStringType type, unsigned firstDataArg, unsigned numDataArgs, const char *beg, Sema::FormatArgumentPassingKind APK, ArrayRef<const Expr *> Args, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs, UncoveredArgHandler &UncoveredArg) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp407 uptr beg = ac->Beg(); local
H A Dasan_errors.h317 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
H A Dasan_fake_stack.cpp118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); local
293 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, argument
H A Dasan_interceptors.cpp157 const uptr beg = reinterpret_cast<uptr>(res); local
171 const uptr beg = reinterpret_cast<uptr>(addr); local
[all...]
H A Dasan_interceptors_memintrinsics.h28 static inline bool QuickCheckForUnpoisonedRegion(uptr beg, uptr size) { argument
H A Dasan_interface_internal.h49 uptr beg; // The address of the global. member in struct:__asan_global
H A Dasan_poisoning.cpp173 __asan_region_is_poisoned(uptr beg, uptr size) argument
600 uptr beg = reinterpret_cast<uptr>(beg_p); local
635 uptr beg = reinterpret_cast<uptr>(container_beg_p); local
[all...]
H A Dasan_report.cpp98 uptr beg = (uptr)internal_simple_strtoll(p, &p, 10); local
348 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, argument
353 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
H A Dasan_report.h24 uptr beg; member in struct:__asan::StackVarDescr
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi.cpp72 void *__asan_abi_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, argument
H A Dasan_abi_shim.cpp283 uptr __asan_region_is_poisoned(uptr beg, uptr size) { argument
364 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp247 uptr beg = info->dlpi_addr + phdr->p_vaddr; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp247 uptr beg = OriginAlignDown(d); local
299 uptr beg local
362 uptr beg = OriginAlignDown(x); local
503 WriteZeroShadowInRange(uptr beg, uptr end) argument
1130 CheckMemoryRangeAvailability(uptr beg, uptr size) argument
1143 ProtectMemoryRange(uptr beg, uptr size, const char *name) argument
[all...]
H A Ddfsan_allocator.cpp184 void *beg = allocator.GetBlockBegin(p); local
198 const void *beg = allocator.GetBlockBegin(p); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp334 void __hwasan_init_frames(uptr beg, uptr end) {} argument
H A Dhwasan_allocator.cpp419 const void *beg = allocator.GetBlockBegin(untagged_ptr); local
434 const void *beg = allocator.GetBlockBegin(untagged_ptr); local
H A Dhwasan_interceptors.cpp200 uptr beg = reinterpret_cast<uptr>(res); local
219 uptr beg = reinterpret_cast<uptr>(addr); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp154 void *beg = allocator.GetBlockBegin(p); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp306 void *beg = allocator.GetBlockBegin(p); local
320 const void *beg = allocator.GetBlockBegin(p); local
H A Dmsan_linux.cpp42 void ReportMapRange(const char *descr, uptr beg, uptr size) { argument
49 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { argument
62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { argument
[all...]
H A Dmsan_poisoning.cpp48 uptr beg = d & ~3UL; local
116 uptr beg = d & ~3UL; local
235 uptr beg = x & ~3UL; // align down. local
[all...]

Completed in 351 milliseconds

123