Home
last modified time | relevance | path

Searched refs:substitution (Results 1 – 25 of 267) sorted by relevance

1234567891011

/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dlit.cfg6 # the substitution behavior we are trying to test.
17 # If we always insert at the beginning of the substitution list (as DEFINE
18 # does), then the rule is simple: define a substitution before you refer to it.
24 # The following substitution definitions are confusing and should be avoided.
29 # '%{global:suffix}' is not already the exact pattern of a substitution,
30 # 'DEFINE:' and 'REDEFINE:' will refuse to (re)define a substitution with that
31 # pattern because it is a substring of one of the following substitution's
43 # existing substitution, 'REDEFINE:' will refuse to redefine that substitution
44 # because that string is a substring of another substitution's pattern.
H A Dexpansion-order.txt5 # %{global:greeting} were handled as a new substitution, preventing full
22 # A new local substitution is prepended to the substitution list so that it can
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DTestingConfig.py218 def __init__(self, substitution): argument
219 self.substitution = substitution
222 return self.substitution
225 return self.substitution
228 return len(self.substitution)
231 return self.substitution.__getitem__(item)
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCheckSectionExists.cmake38 foreach(substitution ${substitutions})
39 if(substitution STREQUAL "<CMAKE_C_COMPILER>")
42 elseif(substitution STREQUAL "<OBJECT>")
45 elseif(substitution STREQUAL "<SOURCE>")
48 elseif(substitution STREQUAL "<FLAGS>")
52 string(REPLACE "${substitution}" "" test_compile_command
H A DBuiltinTests.cmake55 foreach(substitution ${substitutions})
56 if(substitution STREQUAL "<CMAKE_C_COMPILER>")
59 elseif(substitution STREQUAL "<OBJECT>")
63 elseif(substitution STREQUAL "<SOURCE>")
66 elseif(substitution STREQUAL "<FLAGS>")
70 string(REPLACE "${substitution}" "" test_compile_command
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dnewconfig.py12 def _getSubstitution(substitution, config): argument
14 if orig == substitution:
16 raise ValueError('Substitution {} is not in the config.'.format(substitution))
/openbsd/gnu/llvm/llvm/docs/
H A DTestingGuide.rst639 Act like the corresponding substitution above but remove colons at
661 Conditional substitution: if ``feature`` is available it expands to
668 The number of the line where this substitution is used, with an
734 substitution list that is produced by lit configuration files.
777 order in a test file: define a substitution before any substitution that might
780 In general, substitution expansion behaves as follows:
788 through the substitution list by default. In this case, a substitution must
789 have been inserted earlier in the substitution list than any substitution
812 substitution with the pattern ``%{name}\[0\]``). The new substitution is
822 contain ``%{name}``. The substitution's current position in the substitution
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/
H A Dbraces-with-number.txt2 # as a substitution name (and escaped it before recording it as a
3 # substitution), it would be confusing if someone tried to use the same name in
H A Dbraces-with-dot.txt2 # in a substitution name (and escaped it before recording it as a substitution),
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/
H A Dredefine-multiple-exact.txt1 # It's impossible to multiply define a local substitution, but a lit config file
2 # substitution can be multiply defined. The trouble is we then don't know which
H A Dredefine-none.txt4 # CHECK: ValueError: No substitution for '%{local}' is defined before '{{REDEFINE}}:' directive…
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_ctl11 Exiting substitution via %s
28 Exiting substitution via %s
97 Exiting substitution via last at - line 7.
145 Exiting substitution via last at - line 7.
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/
H A Dtest-neg2.txt1 # CHECK: ValueError: '%}' is missing for %if substitution
H A Dtest-neg1.txt1 # CHECK: ValueError: '%{' is missing for %if substitution
H A Dtest-neg3.txt1 # CHECK: ValueError: '%{' is missing for %else substitution
H A Dtest-neg4.txt1 # CHECK: ValueError: '%}' is missing for %else substitution
/openbsd/regress/usr.bin/rcs/
H A Drcs-eflag.out9 keyword substitution: kv
H A Drcs-Aflag.out12 keyword substitution: kv
H A Drcs-aflag.out12 keyword substitution: kv
H A Drlog-rflag1.out9 keyword substitution: kv
H A Drlog-zflag5.out9 keyword substitution: kv
H A Drlog-rflag4.out9 keyword substitution: kv
H A Drlog-zflag1.out9 keyword substitution: kv
H A Drlog-zflag2.out9 keyword substitution: kv
H A Drlog-zflag3.out9 keyword substitution: kv

1234567891011