Searched refs:ifc (Results 1 - 25 of 70) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_7.f9021 procedure(ifc) , nopass, pointer :: ppc
25 integer function ifc ()
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dtest2.s3 .ifc ,\arg2\arg3
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dtest2.s3 .ifc ,\arg2\arg3
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dldst-reg-uns-imm.s64 .ifc \reg, b
67 .ifc \reg, h
70 .ifc \reg, s
73 .ifc \reg, d
76 .ifc \reg, q
H A Dneon-fp-cvt-int.s25 .ifc \fbits, 0
27 .ifc \reg, V
34 .ifc \reg, V
36 .ifc \reg_shape, 2S
39 .ifc \reg_shape, 4S
43 .ifc \reg_shape, 2D
47 .ifc \reg, S
52 .ifc \reg, D
60 .ifc \fbits, 0
H A Dldst-reg-reg-offset.s27 .ifc \imm, -1
35 .ifc \imm, -1
43 .ifc \ext, uxtw
46 .ifc \ext, sxtw
49 .ifc \ext, lsl
58 .ifc \ext, sxtx
H A Dldst-reg-pair.s48 .ifc \type, 1
52 .ifc \type, 2
56 .ifc \type, 3
H A Dfp_cvt_int.s25 .ifc \fbits, 0
46 .ifc \type, S
62 .ifc \fbits, 0
76 .ifc \fbits, 0
H A Daddsub.s30 .ifc \rm_r, X
56 .ifc \type, 0
68 .ifc \type, 1
118 .ifc \type, 0
126 .ifc \type, 1
134 .ifc \type, 2
165 .ifc \reg, X
H A Dtlbi_op.s4 .ifc \has_xt, 1
H A Dsysreg-2.s4 .ifc \w, 1
7 .ifc \r, 1
H A Dillegal-ras-1.s5 .ifc \w, 1
8 .ifc \r, 1
H A Dbitfield-bfm.s65 .ifc \reg, w
74 .ifc \reg, w
H A Darmv8-ras-1.s5 .ifc \w, 1
8 .ifc \r, 1
H A Dsysreg-1.s23 .ifc \w, 1
26 .ifc \r, 1
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dcmse-veneers.s7 .ifc \type,object
36 .ifc \type,object
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc581 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
582 COMMON_INTERCEPTOR_READ_RANGE(ctx, &ifc->ifc_len, sizeof(ifc->ifc_len));
600 struct __sanitizer_ifconf *ifc = (__sanitizer_ifconf *)arg;
601 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dbpabi.S86 .ifc \signed, unsigned
113 .ifc \signed, unsigned
H A Dlib1funcs.S223 .ifc "\regs",""
239 .ifc "\regs",""
287 .ifc \signed, unsigned
309 .ifc \signed, unsigned
339 .ifc \signed, unsigned
357 .ifc \signed, unsigned
422 .ifc \sp_section, function_section
485 .ifc \sp_section, function_section
H A Dbpabi-v6m.S88 .ifc \signed, unsigned
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c140 check_proc_interface (gfc_symbol *ifc, locus *where) argument
143 if (ifc->attr.procedure)
146 "in a later PROCEDURE statement", ifc->name, where);
149 if (ifc->generic)
153 gfc_interface *gen = ifc->generic;
154 while (gen && strcmp (gen->sym->name, ifc->name) != 0)
159 ifc->name, where);
163 if (ifc->attr.proc == PROC_ST_FUNCTION)
166 ifc->name, where);
169 if (gfc_is_intrinsic (ifc,
195 gfc_symbol *ifc = sym->ts.interface; local
12644 gfc_symbol *ifc = c->ts.interface; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.in23 ifc ... end ifc conditionals contain code for C only.
33 ifc
58 end ifc
86 ifc
88 end ifc
1333 ifc
1338 end ifc
1436 ifc
1442 end ifc
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-1.inc94 .ifc \mode,mips16
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dupdate-info177 -cif|-cfi|-ifc|-icf|-fci|-fic) Create_Node="y"
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c7014 tree ifc = find_omp_clause (clauses, OMP_CLAUSE_IF);
7015 if (ifc != NULL_TREE)
7017 tree type = TREE_TYPE (OMP_CLAUSE_IF_EXPR (ifc));
7018 ifc = fold_build2_loc (OMP_CLAUSE_LOCATION (ifc), NE_EXPR,
7019 boolean_type_node, OMP_CLAUSE_IF_EXPR (ifc),
7023 ifc = boolean_true_node;
7025 vec->quick_push (ifc);
7013 tree ifc = find_omp_clause (clauses, OMP_CLAUSE_IF); local

Completed in 235 milliseconds

123