/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
H A D | ws-and-continuations.txt | 4 # DEFINE: %{empty}= 15 # DEFINE: %{ws}= 62 # DEFINE:def \ 63 # DEFINE:ghi\ 64 # DEFINE: jkl \ 84 # DEFINE: baz 103 # DEFINE:\ 105 # DEFINE:\ 106 # DEFINE:=\ 107 # DEFINE:\ [all …]
|
H A D | name-chars.txt | 1 # DEFINE: %{abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789} = ok 5 # DEFINE: %{FooBar} = ok at %(line) 9 # DEFINE: %{fooBar} = ok at %(line) 13 # DEFINE: %{foo-bar-} = ok at %(line) 17 # DEFINE: %{foo:bar:} = ok at %(line) 21 # DEFINE: %{_foo_bar_} = ok at %(line)
|
H A D | line-number-substitutions.txt | 5 # %(line) substitutions refer to the original DEFINE/REDEFINE line not the RUN 8 # DEFINE: %{lines} = %(line) 20 # DEFINE: %{lines-rel} = %(line+1), \ 21 # DEFINE: %(line), \ 22 # DEFINE: %(line-1)
|
H A D | value-equals.txt | 3 # DEFINE: %{equals} = FileCheck -check-prefixes=FOO,BAR 11 # DEFINE: %{continue-equals} = FileCheck -strict-whitespace -match-full-lines \ 12 # DEFINE: -check-prefixes=FOO,BAR
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | Makefile.PL | 17 my $DEFINE; 383 sub DEFINE { 387 $DEFINE .= " -D$define"; 403 $DEFINE = ''; 455 $DEFINE .= ' -DHAS_SETITIMER'; 491 $DEFINE .= ' -DHAS_UALARM'; 510 $DEFINE .= ' -DHAS_USLEEP'; 683 $DEFINE .= ' -DHAS_FUTIMENS'; 856 DEFINE("PERL_DARWIN"); 859 if ($DEFINE) { [all …]
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/ |
H A D | unterminated-define-redefine.txt | 1 # You cannot continue a DEFINE with a REDEFINE. In this case, the REDEFINE 2 # looks fine on its own, so the unterminated DEFINE is reported. 4 # DEFINE: %{name}=x 5 # DEFINE: %{value}=3 6 # DEFINE: %{deceptive-continue}=echo \ 8 # DEFINE: %{too-late-to-continue}= 11 # CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') at line [[#@LINE-5]]
|
H A D | unterminated-redefine-define.txt | 1 # You cannot continue a REDEFINE with a DEFINE. In this case, the DEFINE 4 # DEFINE: %{name}=x 5 # DEFINE: %{value}=3 7 # DEFINE: %{name}=%{value}
|
H A D | unterminated-redefine-bad-define.txt | 1 # You cannot continue a REDEFINE with a DEFINE. In this case, the DEFINE is 2 # wrong on its own because it's written as a continuation, so the bad DEFINE is 6 # DEFINE: Hello World 11 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-5]]
|
H A D | unterminated-define-run.txt | 1 # You cannot continue a DEFINE with a RUN. 3 # DEFINE: %{foo}=echo \ 5 # DEFINE: %{too-late-to-continue}= 7 # CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') at line [[#@LINE-4]]
|
H A D | empty.txt | 3 # DEFINE: %{foo} = foo \ 4 # DEFINE: 8 # CHECK-NEXT: in DEFINE: directive on test line [[#@LINE-4]]
|
H A D | unterminated-define-continuation.txt | 4 # DEFINE: %{foo} = foo \ 5 # DEFINE: bar \ 7 # CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') from line [[#@LINE-3]] to [[#@LIN…
|
H A D | ws-only.txt | 3 # DEFINE: %{foo} = foo \ 4 # DEFINE: 9 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-5]]
|
H A D | end-in-double-backslash.txt | 4 # DEFINE: %{foo} = \\ 5 # DEFINE: 9 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | unterminated-define-bad-redefine.txt | 1 # You cannot continue a DEFINE with a REDEFINE. In this case, the REDEFINE 5 # DEFINE: %{foo}=echo \ 7 # DEFINE: too late to continue
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/examples/ |
H A D | param-subst.txt | 4 ; DEFINE: %{cflags} = 5 ; DEFINE: %{fcflags} = 7 ; DEFINE: %{check} = \ 8 ; DEFINE: echo ' \ 9 ; DEFINE: %clang_cc1 -verify -fopenmp -fopenmp-version=51 %{cflags} \ 10 ; DEFINE: -emit-llvm -o - %s | \ 11 ; DEFINE: FileCheck %{fcflags} %s \ 12 ; DEFINE: '
|
/openbsd/gnu/usr.bin/perl/ext/re/t/ |
H A D | regop.t | 271 #Compiling REx "(?(DEFINE)(?<foo>foo))(?(DEFINE)(?<bar>(?&foo)bar))(?(DEFINE"... 307 #Matching REx "(?(DEFINE)(?<foo>foo))(?(DEFINE)(?<bar>(?&foo)bar))(?(DEFINE"... against "" 319 #Freeing REx: "(?(DEFINE)(?<foo>foo))(?(DEFINE)(?<bar>(?&foo)bar))(?(DEFINE"...
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/ |
H A D | location-range.txt | 1 # DEFINE: %{foo}=Hello World 2 # DEFINE: %{foo}=Hello \ 3 # DEFINE: World 6 …ubstitution whose pattern contains '%{foo}' is already defined before '{{DEFINE}}:' directive from…
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/ |
H A D | braces-with-newline.txt | 1 # DEFINE:%{foo\ 2 # DEFINE:bar} = value 6 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | braces-empty.txt | 1 # DEFINE: %{} = value 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | no-name.txt | 1 # DEFINE:=value 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | empty.txt | 1 # DEFINE: 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | no-equals.txt | 1 # DEFINE: %{name}: value 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | before-name.txt | 1 # DEFINE: foo %{name}=value 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
H A D | braces-with-ws.txt | 1 # DEFINE: %{foo bar} = value 5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/ |
H A D | define-already-by-test.txt | 1 # DEFINE: %{foo}=bar 3 # DEFINE: %{foo}=bar 6 …ubstitution whose pattern contains '%{foo}' is already defined before '{{DEFINE}}:' directive at l…
|