HomeSort by relevance Sort by last modified time
    Searched defs:test1 (Results 276 - 300 of 1197) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGen/
restrict.c 9 // CHECK: define void @test1(i32* noalias %{{.*}}, i32 %{{.*}})
10 void test1(int * restrict x, int y) { function
  /external/clang/test/CodeGenCXX/
PR6474.cpp 18 namespace test1 { namespace
block-byref-cxx-objc.cpp 28 namespace test1 { namespace
debug-info-ms-anonymous-tag.cpp 4 } test1; typedef in typeref:struct:__anon16127
6 test1 gv1;
7 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "test1"
mangle-nullptr-arg.cpp 6 void test1(IP<nullptr>) {} function
runtimecc.cpp 31 namespace test1 { namespace
varargs.cpp 6 // test1 should be compmiled to be a varargs function in the IR even
11 int test1(...) { function in namespace:test0
17 test1(0);
21 namespace test1 { namespace
volatile.cpp 24 namespace test1 { namespace
  /external/clang/test/PCH/
cxx-chain-function-template.cpp 13 void test1() { function
  /external/clang/test/Parser/
pointer-arithmetic.c 3 int *test1(int *a) { return a + 1; } function
  /external/clang/test/Sema/
assign.c 3 void *test1(void) { return 0; } function
conversion-64-32.c 12 int4 test1(long2 a) { function
decl-invalid.c 26 register int test1; // expected-error {{illegal storage class on file-scoped variable}} variable
ext_vector_comparisons.c 5 static int4 test1() { function
  /external/clang/test/SemaCXX/
PR10447.cpp 5 namespace test1 { namespace
exception-spec-no-exceptions.cpp 15 namespace test1 { namespace
microsoft-super.cpp 19 namespace test1 { namespace
30 __super::foo(); // expected-error {{'foo' is a private member of 'test1::A'}}
no-exceptions.cpp 23 namespace test1 { namespace
pragma-visibility.cpp 3 namespace test1 __attribute__((visibility("hidden"))) { // expected-note{{surrounding namespace with visibility attribute starts here}} namespace
unreachable-code.cpp 5 int test1() { function
warn-vla.cpp 3 void test1(int n) { function
  /external/compiler-rt/test/asan/TestCases/
atoi_strict.c 3 // RUN: %run %t test1 2>&1
4 // RUN: %env_asan_opts=strict_string_checks=false %run %t test1 2>&1
5 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
17 void test1(char *array) { function
44 if (!strcmp(argv[1], "test1")) test1(array);
atol_strict.c 3 // RUN: %run %t test1 2>&1
4 // RUN: %env_asan_opts=strict_string_checks=false %run %t test1 2>&1
5 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
17 void test1(char *array) { function
44 if (!strcmp(argv[1], "test1")) test1(array);
atoll_strict.c 3 // RUN: %run %t test1 2>&1
4 // RUN: %env_asan_opts=strict_string_checks=false %run %t test1 2>&1
5 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test1 2>&1 | FileCheck %s --check-prefix=CHECK1
20 void test1(char *array) { function
47 if (!strcmp(argv[1], "test1")) test1(array);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
move.pass.cpp 43 test1() function
96 test1<input_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
97 test1<input_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
98 test1<input_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
99 test1<input_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
100 test1<input_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
101 test1<input_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
103 test1<forward_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
104 test1<forward_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
105 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >()
    [all...]

Completed in 1281 milliseconds

<<11121314151617181920>>