Searched refs:subst (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37433.c3 const void *subst = ""; local
4 return (*(int (*)(int))subst) (0);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.c132 static const char *subst[] = { variable
150 for (slen = 0, flip = 1, pp = subst; *pp; pp += 2, flip = 1-flip)
/haiku-buildtools/gcc/gnattools/
H A DMakefile.in125 RTS_DIR:=$(strip $(subst \,/,$(shell $(GNATLS_FOR_HOST) -v | grep adalib )))
178 rm -f $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));\
179 $(LN_S) $(fsrcdir)/ada/$(word 2,$(subst <, ,$(PAIR))) \
180 $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));)
/haiku-buildtools/gcc/libada/
H A DMakefile.in72 ADA_RTS_DIR=$(GCC_DIR)/ada/rts$(subst /,_,$(MULTISUBDIR))
73 ADA_RTS_SUBDIR=./rts$(subst /,_,$(MULTISUBDIR))
/haiku-buildtools/gcc/libcilkrts/mk/
H A Dcilk-version.mk55 CILK_VERSION_BUILD := $(firstword $(subst +, ,$(shell hg id --num)))
58 CILK_VERSION_HASH := $(firstword $(subst +, ,$(shell hg id --id)))
/haiku-buildtools/gcc/libgcc/
H A DMakefile.in436 lib2funcs += $(subst XX,si,$(swfloatfuncs))
437 lib2funcs += $(subst XX,di,$(dwfloatfuncs))
488 sifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,si,$(swfloatfuncs)))
489 difuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,di,$(dwfloatfuncs)))
490 tifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,ti,$(dwfloatfuncs)))
958 $(subst @multilib_flags@,$(CFLAGS) -B./,$(subst \
959 @multilib_dir@,$(MULTIDIR),$(subst \
960 @shlib_objs@,$(objects) libgcc.a,$(subst \
961 @shlib_base_name@,libgcc_s,$(subst \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1134 def __init__(self, name, pattern, subst):
1137 self.subst = subst
1141 def __init__(self, pattern, subst):
1143 self.subst = subst
1154 if ('{%d}' % (i+1)) in self.subst:
1162 return self.subst.format(*subs)
1166 return self._recognizer(self.pattern, self.subst)
1168 def add_one_template_type_printer(obj, name, match, subst)
[all...]
/haiku-buildtools/gcc/libatomic/
H A DMakefile.am97 PAT_SPLIT = $(subst _,$(space),$(*F))
H A DMakefile.in327 PAT_SPLIT = $(subst _,$(space),$(*F))
/haiku-buildtools/gcc/gcc/
H A Dlra-constraints.c1417 rtx subst, old = *curr_id->operand_loc[nop];
1420 subst = *curr_id->operand_loc[nop];
1421 lra_assert (MEM_P (subst));
1424 || valid_address_p (GET_MODE (subst), XEXP (subst, 0),
1425 MEM_ADDR_SPACE (subst)))
3404 rtx subst, old = op;
3409 subst = get_equiv_with_elimination (old, curr_insn);
3411 if (subst != old)
3413 subst
1413 rtx subst, old = *curr_id->operand_loc[nop]; local
3400 rtx subst, old = op; local
4049 rtx subst, reg, x = *loc; local
[all...]
H A Dstor-layout.c221 tree subst, param_name, param_type, param_decl;
227 subst = ref;
231 subst = ref;
234 subst = TREE_OPERAND (ref, 1);
245 size = substitute_in_expr (size, subst, param_decl);
220 tree subst, param_name, param_type, param_decl; local
H A Dlra.c1853 rtx subst, inner = SUBREG_REG (x);
1859 && (subst = simplify_subreg (GET_MODE (x), new_reg, GET_MODE (inner),
1862 *loc = subst;
1847 rtx subst, inner = SUBREG_REG (x); local
H A Dcombine.c308 /* When `subst' is called, this is the insn that is being modified
316 /* This is the lowest LUID that `subst' is currently dealing with.
464 static rtx subst (rtx, rtx, rtx, int, int, int);
3244 by letting subst look at the inner insns.
3267 i1src = subst (i1src, pc_rtx, pc_rtx, 0, 0, 0);
3271 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0, 0);
3274 n_occurrences = 0; /* `subst' counts here */
3282 newpat = subst (PATTERN (i3), i2dest, i2src, 0, 0,
3326 newpat = subst (newpat, i1dest, i1src, 0, 0,
3360 newpat = subst (newpa
5162 subst (rtx x, rtx from, rtx to, int in_dest, int in_cond, int unique_copy) function
[all...]
H A DMakefile.in2373 GTFILES_H = $(subst /,-, \
3733 check_p_tool=$(firstword $(subst _, ,$*))
3735 check_p_subno=$(word 2,$(subst _, ,$*))
3744 check_p_subdir=$(subst _,,$*)
/haiku-buildtools/gcc/libgomp/
H A DMakefile.am28 PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
H A DMakefile.in382 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
/haiku-buildtools/gcc/contrib/
H A Dconfig-list.mk111 --target=$(subst SCRIPTS,`pwd`/../scripts/,$(subst OPT,$(empty) -,$@)) \
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c957 char *subst = strchr (name, '%'); local
958 if (subst && subst[1] == 'S')
964 int headlen = subst - name;
967 strcat (newname + headlen, subst + 2);
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c164 /* When `subst' is called, this is the insn that is being modified
177 /* This is the lowest CUID that `subst' is currently dealing with.
406 static rtx subst PROTO((rtx, rtx, rtx, int, int));
1688 to have the high part zero. Handle that case by letting subst look at
1708 i1src = subst (i1src, pc_rtx, pc_rtx, 0, 0);
1713 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0);
1749 processing we do in `subst' for a SET; namely, if the destination
1783 n_occurrences = 0; /* `subst' counts here */
1790 newpat = subst (PATTERN (i3), i2dest, i2src, 0,
1816 newpat = subst (newpa
3051 subst (x, from, to, in_dest, unique_copy) function
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dcp-demangle.c1059 int subst; local
1064 subst = 1;
1073 subst = 0;
1079 called d_substitution() above (i.e., subst == 1). We
1088 if (! subst)
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A DMakefile.in209 RTSDIR = rts$(subst /,_,$(MULTISUBDIR))
2429 $(RM) tools/$(word 1,$(subst <, ,$(PAIR)));\
2430 $(LN_S) $(fsrcpfx)ada/$(word 2,$(subst <, ,$(PAIR))) \
2431 tools/$(word 1,$(subst <, ,$(PAIR)));)
2632 $(RTSDIR)/$(word 1,$(subst <, ,$(PAIR))))
2641 $(LN_S) $(fsrcpfx)ada/$(word 2,$(subst <, ,$(PAIR))) \
2642 $(RTSDIR)/$(word 1,$(subst <, ,$(PAIR)));)
2651 OSCONS_CC=$(subst ./xgcc,../../xgcc,$(subst -B./, -B../../,$(GCC_FOR_TARGET)))
/haiku-buildtools/gcc/libiberty/
H A Dcp-demangle.c1361 int subst; local
1366 subst = 1;
1375 subst = 0;
1381 called d_substitution() above (i.e., subst == 1). We
1390 if (! subst)
/haiku-buildtools/binutils/libiberty/
H A Dcp-demangle.c1396 int subst; local
1401 subst = 1;
1410 subst = 0;
1416 called d_substitution() above (i.e., subst == 1). We
1425 if (! subst)
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c15954 tree subst
15957 if (subst)
15958 RETURN (subst);
19708 tree subst = build_tree_list (TREE_VALUE (t), TREE_PURPOSE (t));
19710 "%s %#S", spaces ? spaces : str, subst);
15953 tree subst local
19706 tree subst = build_tree_list (TREE_VALUE (t), TREE_PURPOSE (t)); local

Completed in 676 milliseconds