Home
last modified time | relevance | path

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

12345678910

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
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/src/gnu/llvm/compiler-rt/cmake/Modules/
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
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/src/gnu/llvm/libcxx/utils/libcxx/test/
Dnewconfig.py12 def _getSubstitution(substitution, config): argument
14 if orig == substitution:
16 raise ValueError('Substitution {} is not in the config.'.format(substitution))
Ddsl.py495 def __init__(self, key, substitution): argument
497 self._getSub = lambda config: substitution(config) if callable(substitution) else substitution
/openbsd/src/gnu/llvm/llvm/docs/
DTestingGuide.rst231 substitution. However, even though these lines may *look* like a shell
236 :program:`lit` performs substitution on each RUN line to replace LLVM tool names
630 Act like the corresponding substitution above but replace any ``\``
639 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
728 substitution list, ``config.substitutions``. Each item in the list is a tuple
734 substitution list that is produced by lit configuration files.
738 serve as the parameters of another newly defined ``%{check}`` substitution:
775 establish the substitution order so that both ``%{check}`` and its parameters
[all …]
DInstrRefDebugInfo.md56 preserve the instruction number, or record a substitution from the old
154 an instruction number substitution: a mapping from the old instruction number /
168 With a substitution from "instruction number 1 operand 0" to "instruction number
170 `DBG_INSTR_REF`s will be mapped through the substitution table to find the most
184 instruction, record no substitution -- `LiveDebugValues` will safely drop the
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
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/src/regress/usr.bin/rcs/
Drcs-eflag.out9 keyword substitution: kv
Drcs-Aflag.out12 keyword substitution: kv
Drcs-aflag.out12 keyword substitution: kv
Drlog-zflag1.out9 keyword substitution: kv
Drlog-zflag5.out9 keyword substitution: kv
Drlog-zflag4.out9 keyword substitution: kv
Drlog-rflag1.out9 keyword substitution: kv
Drlog-zflag2.out9 keyword substitution: kv
Drlog-rflag4.out9 keyword substitution: kv
Drlog-zflag3.out9 keyword substitution: kv
Drlog-rflag3.out9 keyword substitution: kv
Drlog-rflag2.out9 keyword substitution: kv
/openbsd/src/regress/bin/ksh/
Darith.t162 substitution to the values of variables.
176 substitution to arry indices inside the values of variables.
/openbsd/src/regress/usr.bin/mandoc/mdoc/Sm/
Dscope.out_markdown15 form of parameter substitution:
Dscope.out_ascii9 Modifiers can be applied to the ${_n_a_m_e} form of parameter substitution:
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.info-4247 looks like a keyword (*note Keyword substitution::), so keyword
274 admin -kb' command sets the default keyword substitution method for
948 File: cvs.info, Node: Revision management, Next: Keyword substitution, Prev: Multiple developers…
991 File: cvs.info, Node: Keyword substitution, Next: Tracking sources, Prev: Revision management, …
993 Keyword substitution
1001 CVS can use a mechanism known as "keyword substitution" (or "keyword
1011 * Avoiding substitution:: Avoiding substitution
1022 File: cvs.info, Node: Keyword list, Next: Using keywords, Up: Keyword substitution
1109 ….info, Node: Using keywords, Next: Avoiding substitution, Prev: Keyword list, Up: Keyword subs…
1148 File: cvs.info, Node: Avoiding substitution, Next: Substitution modes, Prev: Using keywords, Up…
[all …]
Dcvs.info-949 * -j (merging branches), and keyword substitution: Merging and keywords.
50 * -k (keyword substitution): Substitution modes.
318 * Identifying files: Keyword substitution.
339 * Keyword expansion: Keyword substitution.
341 * Keyword substitution: Keyword substitution.
342 * Keyword substitution, and merging: Merging and keywords.
343 * Keyword substitution, changing modes: Substitution modes.
389 * Merging, and keyword substitution: Merging and keywords.

12345678910