HomeSort by relevance Sort by last modified time
    Searched defs:test13 (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/CodeGen/
switch-dce.c 220 // CHECK: @test13
221 // CHECK: call void @test13(i32 97)
225 // CHECK: call void @test13(i32 42)
227 void test13(int x) { function
229 case 42: test13(97); // fallthrough
231 default: test13(42); break;
conditional.c 69 // CHECK: @test13
72 void test13() { function
ext-vector.c 245 // CHECK: @test13
247 int4 test13(int4 *V) { function
object-size.c 102 // CHECK: define void @test13
103 void test13() { function
init.c 129 void test13(int x) { function
132 // CHECK: @test13
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java 47 ScriptC_set_target_api_13 test13 = local
51 test13.invoke_check(13);
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 75 public static float[][] test13() { method in class:Blort
  /external/clang/test/Sema/
asm.c 122 void test13(void) { function
builtins.c 85 int test13() { function
c89.c 72 struct test13 { struct
exprs.c 129 void test13( function
return.c 81 int test13() { function
switch.c 240 int test13(my_type_t t) { function
format-strings.c 268 void test13(short x) { function
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 88 public static void test13(long x) { method in class:Blort
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 425 namespace test13 { namespace
  /external/clang/test/CodeGenCXX/
eh.cpp 318 namespace test13 { namespace
mangle-template.cpp 176 namespace test13 { namespace
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) {
  /external/clang/test/Misc/
diag-template-diffing.cpp 395 void test13() { function
  /external/clang/test/Parser/
char-literal-printing.c 19 char test13(void) { return '\n'; } function
declarators.c 85 struct test13 { int a; } (test13x); struct
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 16 class test13 : virtual test12 { virtual void f(); }; class in inherits:test12
17 class test14 : virtual test13 { virtual void f(); };
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 352 public void test13() throws Exception { method in class:EventRecurrenceTest
    [all...]
  /external/clang/test/CXX/class.access/
p4.cpp 326 namespace test13 { namespace

Completed in 358 milliseconds

1 2