Home
last modified time | relevance | path

Searched refs:DEFINE (Results 1 – 25 of 116) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dws-and-continuations.txt4 # 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 Dname-chars.txt1 # 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 Dline-number-substitutions.txt5 # %(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 Dvalue-equals.txt3 # 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 DMakefile.PL17 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 Dunterminated-define-redefine.txt1 # 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 Dunterminated-redefine-define.txt1 # 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 Dunterminated-redefine-bad-define.txt1 # 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 Dunterminated-define-run.txt1 # 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 Dempty.txt3 # DEFINE: %{foo} = foo \
4 # DEFINE:
8 # CHECK-NEXT: in DEFINE: directive on test line [[#@LINE-4]]
H A Dunterminated-define-continuation.txt4 # DEFINE: %{foo} = foo \
5 # DEFINE: bar \
7 # CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') from line [[#@LINE-3]] to [[#@LIN…
H A Dws-only.txt3 # DEFINE: %{foo} = foo \
4 # DEFINE:
9 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-5]]
H A Dend-in-double-backslash.txt4 # DEFINE: %{foo} = \\
5 # DEFINE:
9 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dunterminated-define-bad-redefine.txt1 # 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 Dparam-subst.txt4 ; 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 Dregop.t271 #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 Dlocation-range.txt1 # 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 Dbraces-with-newline.txt1 # DEFINE:%{foo\
2 # DEFINE:bar} = value
6 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dbraces-empty.txt1 # DEFINE: %{} = value
5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dno-name.txt1 # DEFINE:=value
5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dempty.txt1 # DEFINE:
5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dno-equals.txt1 # DEFINE: %{name}: value
5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dbefore-name.txt1 # DEFINE: foo %{name}=value
5 # CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
H A Dbraces-with-ws.txt1 # 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 Ddefine-already-by-test.txt1 # DEFINE: %{foo}=bar
3 # DEFINE: %{foo}=bar
6 …ubstitution whose pattern contains '%{foo}' is already defined before '{{DEFINE}}:' directive at l…

12345