File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library %s -ast-dump | FileCheck %s
22
3- // CHECK-LABEL: and
3+ // CHECK: -FunctionDecl {{.*}} and 'void ()'
44void and () {}
55
6- // CHECK-LABEL: and_eq
6+ // CHECK: -FunctionDecl {{.*}} and_eq 'void ()'
77void and_eq () {}
88
9- // CHECK-LABEL: bitand
9+ // CHECK: -FunctionDecl {{.*}} bitand 'void ()'
1010void bitand () {}
1111
12- // CHECK-LABEL: bitor
12+ // CHECK: -FunctionDecl {{.*}} bitor 'void ()'
1313void bitor () {}
1414
15- // CHECK-LABEL: compl
15+ // CHECK: -FunctionDecl {{.*}} compl 'void ()'
1616void compl () {}
1717
18- // CHECK-LABEL: not
18+ // CHECK: -FunctionDecl {{.*}} not 'void ()'
1919void not () {}
2020
21- // CHECK-LABEL: not_eq
21+ // CHECK: -FunctionDecl {{.*}} not_eq 'void ()'
2222void not_eq () {}
2323
24- // CHECK-LABEL: or
24+ // CHECK: -FunctionDecl {{.*}} or 'void ()'
2525void or () {}
2626
27- // CHECK-LABEL: or_eq
27+ // CHECK: -FunctionDecl {{.*}} or_eq 'void ()'
2828void or_eq () {}
2929
30- // CHECK-LABEL: xor
30+ // CHECK: -FunctionDecl {{.*}} xor 'void ()'
3131void xor () {}
3232
33- // CHECK-LABEL: xor_eq
33+ // CHECK: -FunctionDecl {{.*}} xor_eq 'void ()'
3434void xor_eq () {}
You can’t perform that action at this time.
0 commit comments