/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.param/ |
H A D | p1.cpp | 12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | invalid-cast.cpp | 9 int foo(X<int[1]> x0) { in foo() argument
|
H A D | array-size.c | 4 int x0[1073741824]; // expected-error{{array is too large}} in f() local
|
H A D | struct-decl.c | 46 struct x0 { struct 47 unsigned int x1;
|
H A D | expr-address-of.c | 41 register int *x0; in f0() local 51 register int x0[10]; in f1() local
|
/minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/ |
H A D | var1.c | 1 int *x0; variable
|
H A D | var2.c | 1 int *x0; variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | unused-variables.cpp | 11 X0 x0; in f() local
|
H A D | member-access-expr.cpp | 15 void test_f0(X0 x0) { in test_f0() argument 25 void test_f0_through_typedef(X0 x0) { in test_f0_through_typedef() 42 void test_f0_through_typedef2(X0 x0, X1 x1) { in test_f0_through_typedef2()
|
H A D | instantiate-init.cpp | 9 X0 x0(t, u); // expected-error{{no matching}} in f0() local 24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) { in test_f1()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/ |
H A D | no-body.cpp | 25 template<typename T> struct x0 { }; // expected-note {{explicitly specialized declaration is here}} struct 40 …template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must o… struct
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | assign.m | 8 @property int x0; property
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p1.cpp | 31 X0<int> x0; (void)x0; in test() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rc2/ |
H A D | rc2_cbc.c | 141 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local 187 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
|
/minix3/external/bsd/llvm/dist/clang/test/Frontend/ |
H A D | backend-diagnostic.c | 27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, in inlineAsmError()
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | functions.c | 8 int f0(int x0, int y0, ...) { return x0 + y0; } in f0()
|
H A D | pr4489.c | 27 void x0(void) in x0() function
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_karatsuba_sqr.c | 29 mp_int x0, x1, t1, t2, x0x0, x1x1; in mp_karatsuba_sqr() local
|
H A D | bn_mp_karatsuba_mul.c | 51 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | arm64-aapcs-arguments.c | 8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1() 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
|
/minix3/lib/libc/gdtoa/ |
H A D | hexnan.c | 56 hexnan(sp, fpi, x0) in hexnan() argument
|
H A D | smisc.c | 182 ULong *x, *x0, x1, x2; local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.mem/ |
H A D | p5.cpp | 75 void test_X0(X0 x0, const X0 &x0c) { in test_X0()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | pseudo-destructors.cpp | 70 void test_X0(N1::X0 &x0) { in test_X0()
|
H A D | member-pointers-2.cpp | 44 X0* x0; member
|