HomeSort by: relevance | last modified time | path
    Searched refs:SUBST (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-debug-var.mk 11 # TODO: Explain why the empty assignment "Global: SUBST = " is needed.
12 # expect: Global: SUBST = # (empty)
13 # expect: Global: SUBST = value
14 SUBST:= value
opt-debug-var.exp 2 Global: SUBST = # (empty)
3 Global: SUBST = value
varmod-undefined.mk 36 # For more similar examples, see varmod-subst.mk, mod-subst-delimiter.
81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}}
84 .if ${SUBST} != " . : } <space>\\ "
  /src/usr.bin/sed/
defs.h 64 int n; /* Occurrence to subst. */
123 SUBST, /* s */
compile.c 123 {'s', 2, SUBST},
322 case SUBST: /* s */
  /src/external/apache2/llvm/dist/llvm/utils/
update_cc_test_checks.py 30 SUBST = {
164 SUBST['%clang_cc1'] = ['-cc1', '-internal-isystem', builtin_include_dir,
242 if exec_args[0] not in SUBST:
251 clang_args[0:1] = SUBST[clang_args[0]]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 265 /* When `subst' is called, this is the insn that is being modified
273 /* This is the lowest LUID that `subst' is currently dealing with.
432 static rtx subst (rtx, rtx, rtx, int, int, int);
684 also call SUBST, we have to compute it before we put anything into
734 #define SUBST(INTO, NEWVAL) do_SUBST (&(INTO), (NEWVAL))
736 /* Similar to SUBST, but NEWVAL is an int expression. Note that substitution
764 /* Similar to SUBST, but just substitute the mode. This is used when
792 /* Similar to SUBST, but NEWVAL is a LOG_LINKS expression. */
2785 SUBST (SET_DEST (XVECEXP (p2, 0, i)), SET_DEST (PATTERN (i3)));
2866 SUBST (SET_SRC (temp_expr)
5329 subst (rtx x, rtx from, rtx to, int in_dest, int in_cond, int unique_copy) function
    [all...]
  /src/external/bsd/openldap/dist/build/
top.mk 148 SUBST = $(SHTOOL) subst
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 1291 case SUBST: {
1464 case SUBST: Result = "!subst"; break;
TGParser.cpp 1393 Code = TernOpInit::SUBST;
1501 TokError("could not get type for !subst");
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND };

Completed in 48 milliseconds