Searched refs:stack_guard (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | frameproc-flags.ll | 59 ; void stack_guard() { 101 ; CHECK-LABEL: S_GPROC32_ID [size = 52] `stack_guard` 253 define dso_local void @stack_guard() local_unnamed_addr #0 !dbg !81 { 371 !81 = distinct !DISubprogram(name: "stack_guard", scope: !3, file: !3, line: 53, type: !44, isLocal…
|
/external/pcre/dist2/src/ |
D | pcre2_context.c | 391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
|
D | pcre2_intmodedep.h | 567 int (*stack_guard)(uint32_t, void *); member
|
D | pcre2_compile.c | 7994 if (cb->cx->stack_guard != NULL && in compile_regex() 7995 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
|
D | pcre2test.c | 2817 stack_guard(uint32_t depth, void *user_data) in stack_guard() function 5447 PCRE2_SET_COMPILE_RECURSION_GUARD(pat_context, stack_guard, NULL); in process_pattern()
|