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

<<11121314151617181920>>

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp 22 namespace test1 { namespace
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p4.cpp 16 namespace test1 { namespace
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p17.cpp 14 namespace test1 { namespace
  /external/clang/test/CodeGen/
2003-09-18-BitfieldTests.c 10 char *test1(BF *b) { function
conditional-gnu-ext.c 15 void test1 () { function
visibility.c 48 // CHECK-DEFAULT: define void @test1(
49 // CHECK-PROTECTED: define void @test1(
50 // CHECK-HIDDEN: define void @test1(
51 struct Test1 { int field; };
52 void __attribute__((visibility("default"))) test1(struct Test1 *v) { } function
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 24 char const * const *test1() function
  /external/clang/test/Parser/
cxx-casting.cpp 36 namespace test1 { namespace
61 test1::A LC:B> c; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}}
63 test1::A<:C B> d; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}}
67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
  /external/clang/test/Sema/
declspec.c 29 struct test1 { struct
ext_vector_comparisons.c 5 static int4 test1() { function
struct-decl.c 51 static struct test1 { // expected-warning {{'static' ignored on this declaration}} struct
typedef-retain.c 7 void test1(float4 a, int4 *result, int i) { function
vector-ops.c 6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { function
warn-documentation-fixits.cpp 6 int test1(int a);
warn-shadow.c 23 void (^test1)(int) = ^(int i) { // expected-warning {{declaration shadows a variable in the global scope}} \
  /external/clang/test/SemaCXX/
attr-weak.cpp 4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
warn-exit-time-destructors.cpp 3 namespace test1 { namespace
warn-func-not-needed.cpp 3 namespace test1 { namespace
warn-vla.cpp 3 void test1(int n) { function
using-directive.cpp 129 namespace test1 { namespace
130 namespace ns { typedef int test1; } typedef in namespace:test1::ns
134 test1 x;
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 5 static inline void **test1(__strong id* x) { function
  /external/clang/test/SemaTemplate/
temp.cpp 10 namespace test1 { namespace
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
AsyncChannelTest.java 34 public void test1() throws Exception { method in class:AsyncChannelTest
35 if (DBG) log("test1");
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 32 namespace test1 { namespace
72 void test1() { function in struct:test2::A
94 a.test1();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 23 test1() function
135 test1<unsigned short>();
136 test1<unsigned int>();
137 test1<unsigned long>();
138 test1<unsigned long long>();

Completed in 468 milliseconds

<<11121314151617181920>>