HomeSort by: relevance | last modified time | path
    Searched refs:substitution (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
newconfig.py 9 def _getSubstitution(substitution, config):
11 if orig == substitution:
13 raise ValueError('Substitution {} is not in the config.'.format(substitution))
38 lit_config.note("Using {} substitution: '{}'".format(sub, _getSubstitution(sub, config)))
dsl.py 92 source with the %{cxx} substitution, and seeing whether that succeeds.
108 execution of the program is done through the %{exec} substitution, which means
137 This is done by executing the %{cxx} substitution with the given flag and
156 depending on the %{exec} substitution.
254 a substitution in a way that we know for sure is invalid (e.g. adding
295 This action adds the given flag to the %{flags} substitution.
314 This action adds the given flag to the %{flags} substitution, only if
334 This action adds the given flag to the %{compile_flags} substitution.
353 This action appends the given flag to the %{link_flags} substitution.
372 This action prepends the given flag to the %{link_flags} substitution
    [all...]
  /src/external/bsd/libarchive/dist/tar/
subst.c 37 struct substitution { struct
44 struct substitution *subst;
46 bsdtar->substitution = subst = malloc(sizeof(*subst));
56 struct substitution *subst;
61 if ((subst = bsdtar->substitution) == NULL) {
63 subst = bsdtar->substitution;
207 struct substitution *subst;
212 if ((subst = bsdtar->substitution) == NULL)
321 struct substitution *subst;
323 if ((subst = bsdtar->substitution) == NULL
    [all...]
bsdtar.h 93 struct substitution *substitution; /* for subst.c */ member in struct:bsdtar
  /src/usr.bin/make/unit-tests/
directive-for-errors.exp 9 make: directive-for-errors.mk:64: Wrong number of words (5) in .for substitution list with 3 variables
posix1.mk 6 all: line-continuations suffix-substitution localvars
40 # Suffix substitution
47 suffix-substitution:
52 # Local variables: regular forms, D/F forms and suffix substitution.
varname-dot-curdir.mk 36 # A normal assignment works fine, as does a substitution assignment.
moderrs.mk 102 # fallback to the SysV substitution modifier.
varmod-edge.mk 146 # This is the normal SysV substitution. Nothing surprising here.
var-op-expand.mk 235 # substitution like '.c=.o', and make would not issue a warning, leading to
varmod-sysv.mk 95 # of a SysV substitution modifier, and it was replaced with the whole match,
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 110 edit_distance_t substitution = v_one_ago[j] + cost; local
112 cheapest = MIN (cheapest, substitution);
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 110 edit_distance_t substitution = v_one_ago[j] + cost; local
112 cheapest = MIN (cheapest, substitution);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-symbols.c 128 goto substitution;
170 substitution:
compile-c-symbols.c 132 goto substitution;
174 substitution:
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-symbols.c 128 goto substitution;
170 substitution:
compile-c-symbols.c 132 goto substitution;
174 substitution:
  /src/tests/bin/sh/
t_cmdsub.sh 621 -o inline:'H: empty command-substitution\n' \
622 ${TEST_SH} -c 'echo H: empty command-substitution $( )'
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-perl-1 52 {$__{substitution}}<$__-\>{"find me"}>;
215 msgid "substitution"
  /src/usr.bin/sed/TEST/
sed.test 354 # Check that t clears the substitution done flag
365 # Check that reading a line clears the substitution done flag
472 echo Testing substitution commands
  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 521 $line =~ /^keyword substitution: (\S+)$/ )
590 # RCS keyword substitution.
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 104 /* An array of the current substitution candidates, in the order
140 special substitution rules. */
153 /* For quick substitution checks, look up these common identifiers
307 /* Produce debugging output of current substitution candidates. */
384 /* Both decls and types can be substitution candidates, but sometimes
389 and substitution candidates and finding matches. */
427 /* Add NODE as a substitution candidate. NODE must not already be on
439 /* Get the canonicalized substitution candidate for NODE. */
461 /* Put the decl onto the varray of substitution candidates. */
561 /* Check whether a substitution should be used to represent NODE i
1270 tree substitution; local
    [all...]
  /src/sys/arch/ia64/stand/common/
help.common 251 Variable substitution is performed on the prompt. The default
  /src/external/gpl2/rcs/dist/src/
rcstest 439 keyword substitution: kv
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 104 /* An array of the current substitution candidates, in the order
140 special substitution rules. */
153 /* For quick substitution checks, look up these common identifiers
318 /* Produce debugging output of current substitution candidates. */
395 /* Both decls and types can be substitution candidates, but sometimes
400 and substitution candidates and finding matches. */
438 /* Add NODE as a substitution candidate. NODE must not already be on
450 /* Get the canonicalized substitution candidate for NODE. */
472 /* Put the decl onto the varray of substitution candidates. */
582 /* Check whether a substitution should be used to represent NODE i
1397 tree substitution; local
    [all...]

Completed in 24 milliseconds

1 2