Home
last modified time | relevance | path

Searched defs:A (Results 26 – 50 of 26274) sorted by relevance

12345678910>>...1051

/dports/devel/pear-PHP_Parser/PHP_Parser-0.2.2/Parser/
H A DCore.y163 unticked_statement(A) ::= T_FOR in unticked_statement() argument
272 inner_statement(A) ::= statement(B). { in inner_statement() argument
417 expr(A) ::= r_variable(B). {A = B;} in expr() argument
975 optional_class_type(A) ::= . {A = '';} in optional_class_type() argument
1040 static_var_list(A) ::= T_VARIABLE(B). { in static_var_list() argument
1084 get_method_line(A) ::= T_FUNCTION. { in get_method_line() argument
1180 get_constant_line(A) ::= T_STRING(B). { in get_constant_line() argument
1206 echo_expr_list(A) ::= expr(B). {A = B;} in echo_expr_list() argument
1221 r_variable(A) ::= variable(B). {A = B;} in r_variable() argument
1621 possible_comma(A) ::= . {A = '';} in possible_comma() argument
[all …]
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dex1_parse.y207 md_while_block(A) ::= in md_while_block() argument
216 md_do_while_block(A) ::= in md_do_while_block() argument
227 md_for_loop_full_srec(A) ::= in md_for_loop_full_srec() argument
303 md_for_loop_oosvar(A) ::= in md_for_loop_oosvar() argument
332 md_for_loop_oosvar(A) ::= in md_for_loop_oosvar() argument
383 md_if_block(A) ::= in md_if_block() argument
391 md_elif_block(A) ::= in md_elif_block() argument
399 md_else_block(A) ::= in md_else_block() argument
582 md_unset_args(A) ::= . { in md_unset_args() argument
618 md_emitf_args(A) ::= . { in md_emitf_args() argument
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/lapack/tests/
H A Dsyev.cpp18 multi::array<double, 2> A = { variable
42 multi::cuda::array<double, 2> A = { variable
54 multi::array<double, 2> A = { variable
65 multi::cuda::array<double, 2> A = { variable
87 multi::array<double, 2> A = { variable
121 multi::array<double, 2> A = { variable
154 multi::array<double, 2> A = { variable
225 multi::array<double, 2> A = { variable
237 multi::array<double, 2> A = { variable
297 multi::array<double, 2> A; variable
[all …]
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dparser.y81 blocks(A) ::= blocks(B) block(C). in blocks() argument
88 blocks(A) ::= block(B). in blocks() argument
107 block(A) ::= LINE_HR(B). { A = token_new_parent(B, BLOCK_HR); } in block() argument
108 block(A) ::= LINE_YAML(B). { A = token_new_parent(B, BLOCK_HR); } in block() argument
110 block(A) ::= LINE_TOC(B). { A = token_new_parent(B, BLOCK_TOC); } in block() argument
122 block(A) ::= empty(B). { A = token_new_parent(B, BLOCK_EMPTY); } in block() argument
124 block(A) ::= html_block(B). { A = token_new_parent(B, BLOCK_HTML); } in block() argument
125 block(A) ::= html_com_block(B). { A = token_new_parent(B, BLOCK_HTML); } in block() argument
129 block(A) ::= meta_block(B). { A = token_new_parent(B, BLOCK_META); } in block() argument
218 defs(A) ::= defs(B) def(C). { A = B; token_chain_append(B, C); } in defs() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dtypename5.C16 struct A struct
21 typedef typename A::template N<int> a1; argument
25 A::template N<int> a9; argument
26 A::template N<T> a10; argument
34 typedef X::N<int> x5;
35 typedef X::N<T> x6;
38 X::N<int> x9;
39 X::N<T> x10;
41 typename X::N<T> x12;
57 Y<int>::N<int> y17;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-20.C6 struct A { struct
9 A(int (*)[1]) : A(x) { } // { dg-warning "21:member .A::x. is used uninitialized" } in A() function
10 A(int (*)[2]) : A(x, x) { } // { dg-warning "24:member .A::x. is used uninitialized" } in A() function
11 A(int (*)[3]) : A(x, 0) { } in A() function
12 A(int (*)[4]) : A{x} { } // { dg-warning "21:member .A::x. is used uninitialized" } in A() argument
13 A(int (*)[5]) : A{x, x} { } // { dg-warning "24:member .A::x. is used uninitialized" } in A() argument
14 A(int (*)[6]) : A{x, 0} { } in A() argument
15 int x;
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/expr/
H A Dparser.y45 program ::= expr(A). { ctx->root = A; } in expr() argument
47 expr(A) ::= LP expr(B) RP. { A = B; } in expr() argument
64 expr(A) ::= NOT expr(B). { A = RS_NewInverted(B); } in expr() argument
68 expr(A) ::= number(B). { A = RS_NewNumberLiteral(B); } in expr() argument
70 number(A) ::= NUMBER(B). { A = B.numval; } in number() argument
71 number(A) ::= MINUS NUMBER(B). { A = -B.numval; } in number() argument
73 expr(A) ::= PROPERTY(B). { A = RS_NewProp(B.s, B.len); } in expr() argument
74 expr(A) ::= SYMBOL(B) LP arglist(C) RP. { in expr() argument
85 expr(A) ::= SYMBOL(B) . { in expr() argument
95 arglist(A) ::= . [ARGLIST] { A = RS_NewArgList(NULL); } in arglist() argument
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/expr/
H A Dparser.y45 program ::= expr(A). { ctx->root = A; } in expr() argument
47 expr(A) ::= LP expr(B) RP. { A = B; } in expr() argument
64 expr(A) ::= NOT expr(B). { A = RS_NewInverted(B); } in expr() argument
68 expr(A) ::= number(B). { A = RS_NewNumberLiteral(B); } in expr() argument
70 number(A) ::= NUMBER(B). { A = B.numval; } in number() argument
71 number(A) ::= MINUS NUMBER(B). { A = -B.numval; } in number() argument
73 expr(A) ::= PROPERTY(B). { A = RS_NewProp(B.s, B.len); } in expr() argument
74 expr(A) ::= SYMBOL(B) LP arglist(C) RP. { in expr() argument
85 expr(A) ::= SYMBOL(B) . { in expr() argument
95 arglist(A) ::= . [ARGLIST] { A = RS_NewArgList(NULL); } in arglist() argument
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/expr/
H A Dparser.y45 program ::= expr(A). { ctx->root = A; } in expr() argument
47 expr(A) ::= LP expr(B) RP. { A = B; } in expr() argument
64 expr(A) ::= NOT expr(B). { A = RS_NewInverted(B); } in expr() argument
68 expr(A) ::= number(B). { A = RS_NewNumberLiteral(B); } in expr() argument
70 number(A) ::= NUMBER(B). { A = B.numval; } in number() argument
71 number(A) ::= MINUS NUMBER(B). { A = -B.numval; } in number() argument
73 expr(A) ::= PROPERTY(B). { A = RS_NewProp(B.s, B.len); } in expr() argument
74 expr(A) ::= SYMBOL(B) LP arglist(C) RP. { in expr() argument
85 expr(A) ::= SYMBOL(B) . { in expr() argument
95 arglist(A) ::= . [ARGLIST] { A = RS_NewArgList(NULL); } in arglist() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1000 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1007 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1014 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1048 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1000 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1007 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1014 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1048 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1004 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1011 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1018 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1052 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1000 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1007 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1014 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1048 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1004 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1011 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1018 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1052 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1000 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1007 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1014 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1048 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dsse2-builtins.c125 __m128 test_mm_castpd_ps(__m128d A) { in test_mm_castpd_ps()
137 __m128d test_mm_castps_pd(__m128 A) { in test_mm_castps_pd()
161 void test_mm_clflush(void* A) { in test_mm_clflush()
472 __m128 test_mm_cvtpd_ps(__m128d A) { in test_mm_cvtpd_ps()
484 __m128d test_mm_cvtps_pd(__m128 A) { in test_mm_cvtps_pd()
497 int test_mm_cvtsd_si32(__m128d A) { in test_mm_cvtsd_si32()
1004 __m128d test_mm_set_pd1(double A) { in test_mm_set_pd1()
1011 __m128d test_mm_set_sd(double A) { in test_mm_set_sd()
1018 __m128i test_mm_set1_epi8(char A) { in test_mm_set1_epi8()
1052 __m128i test_mm_set1_epi32(int A) { in test_mm_set1_epi32()
[all …]

12345678910>>...1051