HomeSort by relevance Sort by last modified time
    Searched refs:a2 (Results 326 - 350 of 1169) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/class/class.bit/
p2.cpp 9 A a2 = { 1 }; // expected-error{{excess elements in struct initializer}} variable
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 4 int a2[] = { 1, 3, 5 }; local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p22.cpp 9 template<class T1, class T2> double& f(T1 a1, T2 a2);
  /external/clang/test/CodeGen/
asm-variable.c 4 unsigned long long a1, unsigned long long a2,
17 b2 = a2;
30 double a1, double a2,
46 b2 = a2;
  /external/clang/test/Sema/
generic-selection.c 21 int a2[_Generic(0, default: 1, short: 2, float: 3, int: 4) == 4 ? 1 : -1]; local
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 57 struct A2 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
82 switch (a2) {} // @82
91 //expected-error@82 {{statement requires expression of integer type ('extended_examples::A2' invalid)}}
110 struct A2 { // leads to ambiguity in C++1y, and no viable match in C++11
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d) {
139 switch (a2) {} // @139
150 //expected-error@139 {{statement requires expression of integer type ('extended_examples_cxx1y::A2' invalid)}
    [all...]
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 15 int test_specs(A<float, float> *a1, A<float, int> *a2) {
16 return a1->x + a2->y;
20 A<double> *a2)
23 (void)a2->x; // expected-error{{implicit instantiation of undefined template 'A<double, int>'}}
temp_arg.cpp 11 A<float, 1, X, double> *a2; // expected-error{{too many template arguments for class template 'A'}} variable
  /external/valgrind/main/none/tests/s390x/
clc.c 11 static int clc(char *a1,char *a2, int l)
22 :"a" (a1), "a" (a2), "d" (l): "1", "cc");
27 void testrun(char *a1, char *a2, int l)
31 cc = clc(a1, a2, l);
  /external/valgrind/main/tests/
os_test.c 32 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given local
38 if (fp == NULL || fscanf(fp, "%d.%d.%d", &a1, &a2, &a3) != 3) return False;
44 // printf("actual %d %d %d\n", a1, a2,a3);
49 if (a2 > g2) return True;
50 if (a2 < g2) return False;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun.pass.cpp 22 short a2(int i) {return short(i+1);} function in struct:A
const_mem_fun1.pass.cpp 22 short a2(int i) {return short(i+1);} function in struct:A
const_mem_fun_ref.pass.cpp 22 short a2(int i) {return short(i+1);} function in struct:A
const_mem_fun_ref1.pass.cpp 22 short a2(int i) {return short(i+1);} function in struct:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/
valarray.pass.cpp 26 int a2[] = { -0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/
addition.pass.cpp 26 int a2[] = { -0, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
and.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
divide.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
modulo.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
multiply.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
or.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
shift_left.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
shift_right.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
subtraction.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);
xor.pass.cpp 26 int a2[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, local
28 const std::size_t N2 = sizeof(a2)/sizeof(a2[0]);
32 std::valarray<int> v2(a2, N2);

Completed in 279 milliseconds

<<11121314151617181920>>