Searched refs:modifiers (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-token-var.mk9 # variable modifiers such as in ${VAR:Mpattern}.
11 # XXX: Strictly speaking, variable modifiers should be called expression
12 # modifiers instead since they only modify the expression, not the variable.
13 # Well, except for the assignment modifiers, these do indeed change the value
H A Dvarmod-to-one-word.mk4 # as a single word, for all following modifiers.
H A Dmodmisc.mk11 # the modifier_variable can be used with other modifiers.
26 # Demonstrates modifiers that are given indirectly from a variable.
53 # modifiers, but not by the :@ modifier since it explicitly skips empty words.
H A Dcounter-append.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Dcounter.mk8 # The cause for this surprising behavior was that the ::= variable modifiers
H A Dmodmatch.mk3 # Tests for the :M and :S modifiers.
H A Dvarmod-match-escape.mk3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
47 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
48 # :M and :N modifiers is written as '$$', not as '\$'. This is confusing,
54 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
H A Dvarmod-indirect.mk3 # Tests for indirect variable modifiers, such as in ${VAR:${M_modifiers}}.
5 # uppercase or lowercase, as well as for fairly advanced modifiers that first
8 # TODO: Since when are indirect modifiers supported?
24 # Multiple indirect modifiers can be applied one after another as long as
32 # This makes it possible to define conditional modifiers, like this:
79 # expands to a sequence of ':N' modifiers, each of which filters one of the
106 # An undefined expression without any modifiers expands to an empty string.
111 # An undefined expression with only modifiers that keep the expression
H A Dvarmod-match.mk38 # This is different from the :S and :C variable modifiers, where a '$'
48 # This differs from the :S, :C and several other variable modifiers.
H A Dvarmod-subst.mk90 # The :S and :C modifiers accept an arbitrary character as the delimiter,
135 # The :S and :C modifiers can be chained without a separating ':'.
137 # It works because ApplyModifier_Subst scans for the known modifiers g1W
141 # Most other modifiers cannot be chained since their parsers skip until
146 # There is no 'i' modifier for the :S or :C modifiers.
149 # modifiers with the matching modifiers.
179 # In modifiers, dollars are escaped using the backslash, not using another
H A Dvarparse-errors.mk36 # Since var.c 1.754 from 2020-12-20, unknown modifiers at parse time result
44 # Since var.c 1.754 from 2020-12-20, unknown modifiers at parse time result
H A Denvfirst.mk29 # Neither can the assignment modifiers.
H A Dvarmod-to-separator.mk18 # After the :ts modifier, other modifiers can follow.
20 . warning Chaining modifiers does not work.
37 # anything since neither of these modifiers is related to how the string is
67 # The :ts modifier can be followed by other modifiers.
72 # The :ts modifier can follow other modifiers.
78 # modifiers.
H A Dvarmod-defined.mk66 # It does not matter in which order the :D and :U modifiers appear.
90 # The :D and :U modifiers behave differently from the :@var@ modifier in
H A Dcmdline.mk26 # and that variable could even contain the usual modifiers.
H A Dmodts.mk40 # Not all modifiers behave this way though. Some of them always use
H A Dvarmod.mk3 # Tests for variable modifiers, such as :Q, :S,from,to or :Ufallback.
H A Dmoderrs.mk58 # This is contrary to the :M, :N modifiers, where both parentheses and
130 # syntactical ambiguity since the :S and :C modifiers are open-ended (see
133 # The sub-modifier for the :S and :C modifiers would have to be chosen
H A Dvarmod-loop.mk21 # be escaped in the modifiers, but not in the variable name.
76 # It may happen that there are nested :@ modifiers that use the same name for
77 # for the loop variable. These modifiers influence each other.
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py60 node.modifiers & function_type and
61 not node.modifiers & ctor_or_dtor):
64 if node.modifiers & ast.FUNCTION_CONST:
68 # Add modifiers like 'const'.
69 modifiers = ''
70 if node.return_type.modifiers:
71 modifiers = ' '.join(node.return_type.modifiers) + ' '
72 return_type = modifiers + node.return_type.name
H A Dast.py362 modifiers, templated_types, body, namespace):
367 self.modifiers = modifiers
378 if self.return_type and 'static' in self.return_type.modifiers:
395 self.modifiers, self.body))
401 modifiers, templated_types, body, namespace):
403 modifiers, templated_types, body, namespace)
412 def __init__(self, start, end, name, templated_types, modifiers,
418 modifiers: [str] type modifiers (keyword
[all...]
/freebsd-13-stable/tools/build/make_check/
H A DMakefile44 @${SMAKE} modifiers || ${SMAKE} failure
45 @echo "ok 7 - modifiers # Test modifiers detected no regression."
104 .if make(modifiers)
109 modifiers:
115 modifiers: dollarV
/freebsd-13-stable/share/mk/
H A Dlocal.sys.env.mk13 # some useful modifiers
22 # turn a list into a set of :N modifiers
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.vars.mk37 # some useful modifiers
46 # turn a list into a set of :N modifiers
H A Dsys.clean-env.mk28 # modifiers.

Completed in 100 milliseconds

12