HomeSort by relevance Sort by last modified time
    Searched refs:test6 (Results 26 - 50 of 264) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/CodeGen/
switch-dce.c 95 // CHECK: @test6
99 void test6() { function
inline.c 13 // CHECK1-LABEL: define i32 @test6
35 // CHECK2-LABEL: define i32 @test6
119 __inline int test6() { return 0; } function
120 extern int test6();
alignment.c 65 void test6(float4align64 *p) { function
68 // CHECK-LABEL: @test6
blocks-1.c 57 void test6() { function
builtin-memfns.c 46 // CHECK: @test6
48 int test6(char *X) { function
packed-nest-unpacked.c 43 void test6() { function
44 // CHECK: @test6
  /external/clang/test/CodeGenCXX/
throw-expressions.cpp 47 int test6(bool x, bool y, int z) { function
assign-construct-memcpy.cpp 71 void test6(foo &&x) { function
73 // CHECK-POD: test6
76 // CHECK-NONPOD: test6
debug-info-enum-class.cpp 114 namespace test6 { namespace in namespace:A::B::PR14029
118 // CHECK-NOT: test6
  /external/clang/test/Sema/
attr-visibility.c 18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
arm-neon-types.c 34 void test6(float *p, int32x2_t v) { function
block-args.c 54 void test6(void) { function
  /external/clang/test/SemaCXX/
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
err_init_conversion_failed.cpp 28 void test6() { function
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 95 namespace test6 { namespace
99 using test6::foo;
  /external/libcxxabi/test/
catch_ptr_02.pass.cpp 113 void test6 () function
209 test6();
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 58 .macro test6 $a
63 test6 zed2 label
macros-gas.s 58 .macro test6 $a
63 test6 zed2 label
  /libcore/ojluni/src/test/java/time/test/java/time/
TestPeriod.java 98 Period test6 = Period.ofDays(6); local
102 assertEquals(test5.hashCode() == test6.hashCode(), false);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_ptr_02.pass.cpp 100 void test6 () function
192 test6();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_ptr_02.pass.cpp 104 void test6 () function
200 test6();
  /cts/common/host-side/tradefed/tests/res/testtype/
testJar2.jar 
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 48 static public int test6(boolean b) { method in class:Blort
  /external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 88 namespace test6 { namespace
97 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test6::X<int>'}}
  /external/clang/test/Parser/
expressions.c 49 int test6(void) { function

Completed in 2928 milliseconds

12 3 4 5 6 7 8 91011