Searched refs:variable_type (Results 1 – 2 of 2) sorted by relevance
110 char variable_name [50],variable_type [20]; in set_struct_descriptors() local140 ch=parse_word (current_line,variable_type); in set_struct_descriptors()143 strcpy (variable_type,variable_name); in set_struct_descriptors()147 add_new_variable (current_descriptor,variable_type,variable_name); in set_struct_descriptors()
43 …#define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(… argument46 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable argument