Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/COFF/
Dframeproc-flags.ll59 ; 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/
Dpcre2_context.c391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
Dpcre2_intmodedep.h567 int (*stack_guard)(uint32_t, void *); member
Dpcre2_compile.c7994 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()
Dpcre2test.c2817 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()