Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:from

29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
34 # expect: target-rule.ir-gen-from: * = <target-rule>
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
43 .ir-from.ir-to:
49 .ir-gen-from.ir-from:
58 inference-rule.ir-from: .PHONY
59 dir/subdir/inference-rule.ir-from: .PHONY
63 inference-rule-chain.ir-gen-from: .PHONY
64 dir/subdir/inference-rule-chain.ir-gen-from: .PHONY
66 # The run-time 'check' directives from above happen after the parse-time
67 # 'check' directives from below.
79 # Conditions from .if directives are evaluated in the scope of the command
80 # line, which means that variables from the command line, from the global
81 # scope and from the environment are resolved, in this precedence order (but
170 # expect: : Making var-scope-local.o from var-scope-local.c.
171 # expect: : Making basename "var-scope-local.o" in "." from "var-scope-local.c" in ".".
173 : Making ${.TARGET} from ${.IMPSRC}.
177 : Making basename "${@F}" in "${@D}" from "${<F}" in "${<D}".
252 # the usual scopes, picking up the variable from the global scope.
263 # the ultimate target's context is searched; the variable assignments from the