Home
last modified time | relevance | path

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

/aosp_15_r20/external/libconfig/lib/
H A Dscanctx.c57 struct include_stack_frame *frame = &(ctx->include_stack[i]); in libconfig_scanctx_cleanup()
103 frame = &(ctx->include_stack[ctx->stack_depth]); in libconfig_scanctx_push_include()
133 include_frame = &(ctx->include_stack[ctx->stack_depth - 1]); in libconfig_scanctx_next_include_file()
165 frame = &(ctx->include_stack[--(ctx->stack_depth)]); in libconfig_scanctx_pop_include()
193 return(*(ctx->include_stack[ctx->stack_depth - 1].current_file)); in libconfig_scanctx_current_filename()
H A Dscanctx.h52 struct include_stack_frame include_stack[MAX_INCLUDE_DEPTH]; member
/aosp_15_r20/external/angle/build/android/pylib/symbols/
H A Dstack_symbolizer.py58 device_abi, include_stack=True): argument
92 if not include_stack and 'Stack Data:' in line:
/aosp_15_r20/external/cronet/build/android/pylib/symbols/
H A Dstack_symbolizer.py58 device_abi, include_stack=True): argument
92 if not include_stack and 'Stack Data:' in line:
/aosp_15_r20/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1271 BufferedFile *include_stack[32];