Searched refs:substitution (Results 1 – 25 of 250) sorted by relevance
12345678910
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | TestingConfig.py | 218 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/ |
| D | CheckSectionExists.cmake | 38 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
|
| D | BuiltinTests.cmake | 55 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/ |
| D | newconfig.py | 12 def _getSubstitution(substitution, config): argument 14 if orig == substitution: 16 raise ValueError('Substitution {} is not in the config.'.format(substitution))
|
| D | dsl.py | 495 def __init__(self, key, substitution): argument 497 self._getSub = lambda config: substitution(config) if callable(substitution) else substitution
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | TestingGuide.rst | 231 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 …]
|
| D | InstrRefDebugInfo.md | 56 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/ |
| D | pp_ctl | 11 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/ |
| D | rcs-eflag.out | 9 keyword substitution: kv
|
| D | rcs-Aflag.out | 12 keyword substitution: kv
|
| D | rcs-aflag.out | 12 keyword substitution: kv
|
| D | rlog-zflag1.out | 9 keyword substitution: kv
|
| D | rlog-zflag5.out | 9 keyword substitution: kv
|
| D | rlog-zflag4.out | 9 keyword substitution: kv
|
| D | rlog-rflag1.out | 9 keyword substitution: kv
|
| D | rlog-zflag2.out | 9 keyword substitution: kv
|
| D | rlog-rflag4.out | 9 keyword substitution: kv
|
| D | rlog-zflag3.out | 9 keyword substitution: kv
|
| D | rlog-rflag3.out | 9 keyword substitution: kv
|
| D | rlog-rflag2.out | 9 keyword substitution: kv
|
| /openbsd/src/regress/bin/ksh/ |
| D | arith.t | 162 substitution to the values of variables. 176 substitution to arry indices inside the values of variables.
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Sm/ |
| D | scope.out_markdown | 15 form of parameter substitution:
|
| D | scope.out_ascii | 9 Modifiers can be applied to the ${_n_a_m_e} form of parameter substitution:
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.info-4 | 247 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 …]
|
| D | cvs.info-9 | 49 * -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