HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 251 - 275 of 1282) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_const_pointer_nullptr.pass.cpp 33 void test2() function
117 void test2() {} function
128 test2();
  /external/clang/test/CodeGen/
ppc64-align-struct.c 6 struct test2 { int x; int y; } __attribute__((aligned (16))); struct
18 // CHECK: define void @test2(i32 signext %x, [1 x i128] %y.coerce)
19 void test2 (int x, struct test2 y) function
70 // CHECK-LABEL: define void @test2va(%struct.test2* noalias sret %agg.result, i32 signext %x, ...)
71 // CHECK: %y = alloca %struct.test2, align 16
79 // CHECK: [[T0:%.*]] = bitcast i8* %[[ALIGN]] to %struct.test2*
80 // CHECK: [[DEST:%.*]] = bitcast %struct.test2* %y to i8*
81 // CHECK: [[SRC:%.*]] = bitcast %struct.test2* [[T0]] to i8*
83 struct test2 test2va (int x, ...
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary.prop.query/
void_t.pass.cpp 30 void test2() function
61 test2<void, int>();
62 test2<double, int>();
63 test2<int&, int>();
64 test2<Class&, bool>();
65 test2<void *, int&>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary.prop.query/
void_t.pass.cpp 30 void test2() function
61 test2<void, int>();
62 test2<double, int>();
63 test2<int&, int>();
64 test2<Class&, bool>();
65 test2<void *, int&>();
  /art/test/302-float-conversion/src/
Main.java 23 test2(); method
50 public static void test2() { method in class:Main
  /build/kati/testcase/
implicit_pattern_rule_for_no_commands.mk 6 test2: foo
multi_rule_order_only.mk 24 test2: foo.a
vpath.mk 11 test2: bar
  /external/clang/test/CoverageMapping/
label.cpp 35 // CHECK-NEXT: test2
36 void test2(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 function
64 test2(2);
  /external/clang/test/SemaCXX/
unknown-anytype.cpp 6 extern __unknown_anytype test2(int);
23 namespace test2 { namespace
  /external/clang/test/SemaTemplate/
instantiate-attr.cpp 26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; member in namespace:test1
29 namespace test2 { namespace
  /external/compiler-rt/test/asan/TestCases/
atoi_strict.c 6 // RUN: %run %t test2 2>&1
7 // RUN: %env_asan_opts=strict_string_checks=false %run %t test2 2>&1
8 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test2 2>&1 | FileCheck %s --check-prefix=CHECK2
25 void test2(char *array) { function
47 if (!strcmp(argv[1], "test2")) test2(array);
atol_strict.c 6 // RUN: %run %t test2 2>&1
7 // RUN: %env_asan_opts=strict_string_checks=false %run %t test2 2>&1
8 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test2 2>&1 | FileCheck %s --check-prefix=CHECK2
25 void test2(char *array) { function
47 if (!strcmp(argv[1], "test2")) test2(array);
atoll_strict.c 6 // RUN: %run %t test2 2>&1
7 // RUN: %env_asan_opts=strict_string_checks=false %run %t test2 2>&1
8 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test2 2>&1 | FileCheck %s --check-prefix=CHECK2
28 void test2(char *array) { function
50 if (!strcmp(argv[1], "test2")) test2(array);
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_sseq.pass.cpp 37 test2() function
54 test2();
discard.pass.cpp 35 test2() function
51 test2();
io.pass.cpp 46 test2() function
62 test2();
seed_sseq.pass.cpp 33 test2() function
47 test2();
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 37 test2() function
54 test2();
default.pass.cpp 30 test2() function
41 test2();
seed_result_type.pass.cpp 34 test2() function
49 test2();
values.pass.cpp 41 test2() function
56 test2();
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 191 test2() function
308 test2();
discard.pass.cpp 38 test2() function
54 test2();
io.pass.cpp 52 test2() function
68 test2();

Completed in 977 milliseconds

<<11121314151617181920>>