ReactOS 0.4.17-dev-934-g091855f
recursive_call_ctx Struct Reference
Collaboration diagram for recursive_call_ctx:

Public Attributes

const struct hlsl_ir_function_decl ** backtrace
 
size_t count
 
size_t capacity
 

Detailed Description

Definition at line 747 of file hlsl_codegen.c.

Member Data Documentation

◆ backtrace

const struct hlsl_ir_function_decl** recursive_call_ctx::backtrace

Definition at line 749 of file hlsl_codegen.c.

Referenced by find_recursive_calls(), and process_entry_function().

◆ capacity

size_t recursive_call_ctx::capacity

Definition at line 750 of file hlsl_codegen.c.

Referenced by find_recursive_calls().

◆ count

size_t recursive_call_ctx::count

Definition at line 750 of file hlsl_codegen.c.

Referenced by find_recursive_calls().


The documentation for this struct was generated from the following file: