HomeSort by relevance Sort by last modified time
    Searched refs:test1 (Results 226 - 250 of 637) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
types.c 13 void test1() function
  /external/clang/test/CodeGenCXX/
2005-02-11-AnonymousUnion.cpp 4 int test1(float F) { function
attr.cpp 30 int test1() { return 10; } function
block-byref-cxx-objc.cpp 28 namespace test1 { namespace
delete-two-arg.cpp 5 namespace test1 { namespace
expr.cpp 9 void test1() { function
volatile.cpp 24 namespace test1 { namespace
  /external/clang/test/Index/
complete-documentation.cpp 31 void test1() { function
  /external/clang/test/Lexer/
c90.c 9 int test1(int a,int b) {return a//* This is a divide followed by block comment in c89 mode */ function
  /external/clang/test/PCH/
cxx-chain-function-template.cpp 13 void test1() { function
  /external/clang/test/Parser/
cxx11-brace-initializers.cpp 10 void test1() function
pointer-arithmetic.c 3 int *test1(int *a) { return a + 1; } function
  /external/clang/test/Sema/
return-noreturn.c 4 void test1() { // expected-warning {{function 'test1' could be declared with attribute 'noreturn'}} function
warn-outof-range-assign-enum.c 12 CCTestEnum test1 = -50; // expected-warning {{integer constant not in range of enumerated type 'CCTestEnum'}} variable
x86-builtin-palignr.c 6 __m64 test1(__m64 a, __m64 b, int c) { function
  /external/clang/test/SemaCXX/
extern-c.cpp 3 namespace test1 { namespace
unreachable-code.cpp 5 int test1() { function
warn-new-overaligned-3.cpp 7 namespace test1 { namespace
19 new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
20 new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.initlist/support.initlist.access/
access.pass.cpp 40 A test1 = {3, 2, 1}; local
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.initlist/support.initlist.range/
begin_end.pass.cpp 38 A test1 = {3, 2, 1}; local
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.memfn/
member_function_const.pass.cpp 21 char test1(int) const {return 'b';} function in struct:A
41 test1(F f) function
70 test1(std::mem_fn(&A::test1));
member_function_const_volatile.pass.cpp 21 char test1(int) const volatile {return 'b';} function in struct:A
41 test1(F f) function
70 test1(std::mem_fn(&A::test1));
member_function_volatile.pass.cpp 21 char test1(int) volatile {return 'b';} function in struct:A
41 test1(F f) function
70 test1(std::mem_fn(&A::test1));
  /external/apache-harmony/auth/src/test/resources/
auth.conf 14 com.intel.security.auth.module.LoginModule1 required debug1=true test1=false;
19 com.intel.security.auth.module.LoginModule2 required debug1="true" test1="false";
26 com.intel.security.auth.module.LoginModule4 required debug1=true test1=false; };
29 { com.intel.security.auth.module.LoginModule5 required debug1=true test1=false; };
31 Login6 { com.intel.security.auth.module.LoginModule6 required debug1=true test1=false; };
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 19 namespace test1 { namespace
32 void test1() { function in namespace:test2
47 class Test1 {
64 template <typename> class Test1 {
82 template <typename T> class Test1 {
90 template class Test1<int>;

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>