HomeSort by relevance Sort by last modified time
    Searched defs:test13 (Results 1 - 25 of 46) 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
pass-object-size.c 341 // CHECK-LABEL: define void @test13
342 void test13() { function
init.c 129 void test13(int x) { function
132 // CHECK: @test13
object-size.c 102 // CHECK-LABEL: define void @test13
103 void test13() { function
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 75 public static float[][] test13() { method in class:Blort
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java 41 ScriptC_set_target_api_13 test13 = new ScriptC_set_target_api_13(mRS); local
42 test13.invoke_check(13);
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 88 public static void test13(long x) { method in class:Blort
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 57 int test13(int *q) { function
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 426 namespace test13 { namespace
  /external/clang/test/CodeGenCXX/
eh.cpp 321 namespace test13 { namespace
linkage.cpp 163 namespace test13 { namespace
mangle-template.cpp 173 namespace test13 { namespace
  /external/clang/test/SemaCXX/
compare.cpp 420 void test13() { function in namespace:templates
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 781 void test13() function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 781 void test13() function
    [all...]
  /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/Parser/
char-literal-printing.c 19 char test13(void) { return '\n'; } function
  /external/clang/test/Sema/
asm.c 125 void test13(void) { function
builtins.c 104 int test13() { function
c89.c 72 struct test13 { struct
exprs.c 130 void test13( function
return.c 81 int test13() { function
switch.c 240 int test13(my_type_t t) { function

Completed in 848 milliseconds

1 2