Searched defs:kt (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstorag.c475 ffestorag_update(ffestorag s, ffesymbol sym, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
H A Dstu.c123 ffeinfoKindtype kt; local
H A Dglobal.c517 ffeglobal_proc_def_arg(ffesymbol s, int argno, const char *name, ffeglobalArgSummary as, ffeinfoBasictype bt, ffeinfoKindtype kt, bool array) argument
796 ffeglobal_proc_ref_arg(ffesymbol s, int argno, ffeglobalArgSummary as, ffeinfoBasictype bt, ffeinfoKindtype kt, bool array, ffelexToken t) argument
[all...]
H A Dglobal.h84 ffeinfoKindtype kt; member in struct:_ffeglobal_arginfo_
117 ffeinfoKindtype kt; /* NONE for non-function. */ member in struct:_ffeglobal_::__anon3214::__anon3216
H A Ddata.c672 ffedata_convert_(ffebld source, ffelexToken source_token, ffelexToken dest_token, ffeinfoBasictype bt, ffeinfoKindtype kt, ffeinfoRank rk, ffetargetCharacterSize sz) argument
1138 ffeinfoKindtype kt; local
[all...]
H A Dintrin.c174 ffeinfoKindtype kt; local
1235 ffeinfoKindtype kt = FFEINFO_kindtypeNONE; local
1427 ffeinfoKindtype kt = FFEINFO_kindtypeNONE; local
[all...]
H A Dtarget.c472 ffetarget_layout(const char *error_text UNUSED, ffetargetAlign *alignment, ffetargetAlign *modulo, ffetargetOffset *size, ffeinfoBasictype bt, ffeinfoKindtype kt, ffetargetCharacterSize charsize, ffetargetIntegerDefault num_elements) argument
H A Dbld.c2023 ffebld_constantunion_dump (ffebld_constantarray_get (array, bt, kt, i), bt, local
2048 ffebld_constantunion_dump (ffebld_constantarray_get (array, bt, kt, local
2008 ffebld_constantarray_dump(ffebldConstantArray array, ffeinfoBasictype bt, ffeinfoKindtype kt, ffetargetOffset size, ffebit bits) argument
2069 ffebld_constantarray_get(ffebldConstantArray array, ffeinfoBasictype bt, ffeinfoKindtype kt, ffetargetOffset offset) argument
2382 ffebld_constantarray_new(ffeinfoBasictype bt, ffeinfoKindtype kt, ffetargetOffset size) argument
4099 ffebld_constantarray_put(ffebldConstantArray array, ffeinfoBasictype bt, ffeinfoKindtype kt, ffetargetOffset offset, ffebldConstantUnion constant) argument
4417 ffebld_constantunion_dump(ffebldConstantUnion u, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
4888 ffebld_dump_prefix(FILE *out, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
[all...]
H A Dexpr.c432 ffeinfoKindtype kt; local
3125 ffeinfoKindtype kt; local
3168 ffeinfoKindtype kt; local
3213 ffeinfoKindtype kt; local
3402 ffeinfoKindtype kt; local
3547 ffeinfoKindtype kt; local
3752 ffeinfoKindtype kt; local
3957 ffeinfoKindtype kt; local
4162 ffeinfoKindtype kt; local
4367 ffeinfoKindtype kt; local
4531 ffeinfoKindtype kt; local
5959 ffeinfoKindtype kt; local
6115 ffeinfoKindtype kt; local
6271 ffeinfoKindtype kt; local
6427 ffeinfoKindtype kt; local
6583 ffeinfoKindtype kt; local
6736 ffeinfoKindtype kt; local
6824 ffeinfoKindtype kt; local
6984 ffeexpr_convert(ffebld source, ffelexToken source_token, ffelexToken dest_token, ffeinfoBasictype bt, ffeinfoKindtype kt, ffeinfoRank rk, ffetargetCharacterSize sz, ffeexprContext context) argument
9430 ffeinfoKindtype kt; local
[all...]
H A Dste.c934 ffeinfoKindtype kt; local
1023 ffeinfoKindtype kt; local
1114 ffeinfoKindtype kt; local
[all...]
H A Dstc.c399 ffeinfoKindtype kt; local
497 ffeinfoKindtype kt; local
727 ffeinfoKindtype kt; local
757 ffeinfoKindtype kt; local
[all...]
H A Dcom.c1907 ffecom_call_(tree fn, ffeinfoKindtype kt, bool is_f2c_complex, tree type, tree args, tree dest_tree, ffebld dest, bool *dest_used, tree callee_commons, bool scalar_args, tree hook) argument
1976 ffecom_call_binop_(tree fn, ffeinfoKindtype kt, bool is_f2c_complex, tree type, ffebld left, ffebld right, tree dest_tree, ffebld dest, bool *dest_used, tree callee_commons, bool scalar_args, tree hook) argument
2717 ffeinfoKindtype kt; local
3104 ffeinfoKindtype kt; local
3960 ffeinfoKindtype kt; local
6305 ffecom_gen_sfuncdef_(ffesymbol s, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
7298 ffeinfoKindtype kt; local
7546 ffeinfoKindtype kt; local
9454 ffecom_type_localvar_(ffesymbol s, ffeinfoBasictype bt, ffeinfoKindtype kt) argument
9682 ffeinfoKindtype kt = ffesymbol_kindtype (s); local
10184 ffeinfoKindtype kt = ffesymbol_kindtype (entry); local
10784 ffecom_constantunion(ffebldConstantUnion *cu, ffeinfoBasictype bt, ffeinfoKindtype kt, tree tree_type) argument
12840 ffeinfoKindtype kt; local
13030 ffeinfoKindtype kt; local
13703 ffeinfoKindtype kt; local
15536 ffeinfoKindtype kt; local
15815 ffeinfoKindtype kt; local
15851 ffeinfoKindtype kt; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-opc.c49 cgen_keyword_lookup_name (CGEN_KEYWORD *kt, const char *name) argument
88 cgen_keyword_lookup_value (CGEN_KEYWORD *kt, int value) argument
110 cgen_keyword_add(CGEN_KEYWORD *kt, CGEN_KEYWORD_ENTRY *ke) argument
156 cgen_keyword_search_init(CGEN_KEYWORD *kt, const char *spec) argument
212 hash_keyword_name(const CGEN_KEYWORD *kt, const char *name, int case_sensitive_p) argument
230 hash_keyword_value(const CGEN_KEYWORD *kt, unsigned int value) argument
240 build_keyword_hash_tables(CGEN_KEYWORD *kt) argument
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dcgen-opc.c45 cgen_keyword_lookup_name (CGEN_KEYWORD *kt, const char *name) argument
84 cgen_keyword_lookup_value (CGEN_KEYWORD *kt, int value) argument
106 cgen_keyword_add(CGEN_KEYWORD *kt, CGEN_KEYWORD_ENTRY *ke) argument
152 cgen_keyword_search_init(CGEN_KEYWORD *kt, const char *spec) argument
208 hash_keyword_name(const CGEN_KEYWORD *kt, const char *name, int case_sensitive_p) argument
226 hash_keyword_value(const CGEN_KEYWORD *kt, unsigned int value) argument
236 build_keyword_hash_tables(CGEN_KEYWORD *kt) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpplib.c500 register struct directive *kt; local
1752 struct directive *kt; local
[all...]
H A Dcccp.c3692 register struct directive *kt; local
7424 struct directive *kt; local
10257 struct directive *kt; local
10342 struct directive *kt; local
10372 struct directive *kt; local
[all...]

Completed in 169 milliseconds