FTEQW
Documentation of the FTE engine source tree.
QCC_function_s Struct Reference

#include <qcc.h>

Public Attributes

int builtin
 
int code
 
dfunction_tmerged
 
string_t s_filed
 
const char * filen
 
int line
 
int line_end
 
char * name
 
struct QCC_function_sparentscope
 
struct QCC_type_stype
 
struct QCC_def_sdef
 
struct QCC_def_sfirstlocal
 
QCC_sref_t returndef
 
pbool privatelocals
 
QCC_statement_tstatements
 
size_t numstatements
 

Member Data Documentation

◆ builtin

int QCC_function_s::builtin

◆ code

int QCC_function_s::code

◆ def

struct QCC_def_s* QCC_function_s::def

◆ filen

const char* QCC_function_s::filen

◆ firstlocal

struct QCC_def_s* QCC_function_s::firstlocal

◆ line

int QCC_function_s::line

◆ line_end

int QCC_function_s::line_end

◆ merged

dfunction_t* QCC_function_s::merged

◆ name

char* QCC_function_s::name

◆ numstatements

size_t QCC_function_s::numstatements

◆ parentscope

struct QCC_function_s* QCC_function_s::parentscope

◆ privatelocals

pbool QCC_function_s::privatelocals

◆ returndef

QCC_sref_t QCC_function_s::returndef

◆ s_filed

string_t QCC_function_s::s_filed

◆ statements

QCC_statement_t* QCC_function_s::statements

◆ type

struct QCC_type_s* QCC_function_s::type

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