Home
last modified time | relevance | path

Searched defs:function_info_t (Results 1 – 3 of 3) sorted by relevance

/dports/games/simutrans/simutrans-121.0/script/
H A Dapi_function.h62 struct function_info_t { struct
65 function_info_t(F f, bool d) : funcptr(f), discard_first(d) {} in function_info_t() argument
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h394 struct function_info_t { struct
395 unsigned char linkage;
396 unsigned short name_len;
397 char* name;
398 unsigned int offset;
399 unsigned int size;
400 reloc_symtab variable_reloc_symtab; // ded, but leave here to avoid breaking old vISA binary
424 function_info_t* functions; argument
/dports/shells/fish/fish-3.3.1/src/
H A Dfunction.cpp36 class function_info_t { class
145 function_info_t::function_info_t(function_properties_ref_t props, wcstring desc, in function_info_t() function in function_info_t