HomeSort by relevance Sort by last modified time
    Searched full:test12 (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/ARCMT/
safe-arc-assign.m 5 void test12(id collection) {
safe-arc-assign.m.result 5 void test12(id collection) {
  /external/clang/test/CodeGen/
conditional.c 64 // CHECK: @test12
66 double test12(int c) { function
init.c 124 struct test12 { struct
125 struct test12 (*p)(void);
object-size.c 95 // CHECK-LABEL: define void @test12
96 void test12() { function
switch-dce.c 201 // CHECK: @test12
204 void test12() { function
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java 34 ScriptC_set_target_api_12 test12 = new ScriptC_set_target_api_12(mRS); local
35 test12.invoke_check(12);
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 15 class test12 : virtual test11 { virtual void f(); }; class in inherits:test11
16 class test13 : virtual test12 { virtual void f(); };
undefined-internal.cpp 273 namespace test12 { namespace
281 void g(int); // expected-warning {{function 'test12::(anonymous namespace)::Cls::g' has internal linkage but is not defined}}
286 operator T4(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T4' has internal linkage but is not defined}}
287 operator T5(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T5' has internal linkage but is not defined}}
288 operator T6&(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator test12::T6 &' has internal linkage but is not defined}}
292 Cls2(T7); // expected-warning {{function 'test12::(anonymous namespace)::Cls2::Cls2' has internal linkage but is not defined}}
ast-print.cpp 125 // CHECK: test12
134 void test12() { function
goto.cpp 119 namespace test12 { namespace
  /external/llvm/test/CodeGen/AArch64/
movw-consts.ll 83 define void @test12() {
84 ; CHECK-LABEL: test12:
arm64-rounding.ll 122 ; CHECK: test12
125 define double @test12(double %a) #0 {
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 94 ; @test12
96 define i64 @test12() {
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 71 public static double[][] test12() { method in class:Blort
  /external/llvm/test/Transforms/InstCombine/
mul.ll 95 define i32 @test12(i32 %a, i32 %b) {
96 ; CHECK-LABEL: @test12(
101 ; CHECK: [[TEST12:%.*]] = ashr i32 %a, 31
102 ; CHECK-NEXT: %e = and i32 [[TEST12]], %b
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 458 namespace Test12 {
466 // CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' (2 entries).
467 // CHECK-NEXT: 0 | void Test12::Y::f()
471 // MANGLING-DAG: @"\01??_7Z@Test12@@6BA@@@" = {{.*}}@"\01?f@Y@Test12@@UAEXXZ"
475 // CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' in 'Test12::W' (2 entries)
    [all...]
microsoft-abi-vbtables.cpp 197 namespace Test12 {
206 // CHECK-DAG: @"\01??_8E@Test12@@7BC@1@D@1@@" =
207 // CHECK-DAG: @"\01??_8E@Test12@@7BB@1@D@1@@" =
208 // CHECK-DAG: @"\01??_8E@Test12@@7BD@1@@" =
209 // CHECK-DAG: @"\01??_8E@Test12@@7BC@1@@" =
210 // CHECK-DAG: @"\01??_8E@Test12@@7BB@1@@" =
211 // CHECK-DAG: @"\01??_8C@Test12@@7B01@@" =
212 // CHECK-DAG: @"\01??_8C@Test12@@7BB@1@@" =
213 // CHECK-DAG: @"\01??_8D@Test12@@7BC@1@@" =
214 // CHECK-DAG: @"\01??_8D@Test12@@7BB@1@@"
    [all...]
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 83 public static void test12(int x) { method in class:Blort
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.c 51 int test12(int *q) { function
  /external/clang/test/Parser/
char-literal-printing.c 18 wchar_t test12(void) { return L'\f'; } function
  /external/clang/test/Sema/
statements.c 47 int test12(enum Numbers num) {
builtins.c 89 void test12(void) __attribute__((__noreturn__));
90 void test12(void) { function
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 206 define float @test12(i32 %a, i32 %b, float %x) nounwind {
211 ; SSE-LABEL: test12:
214 ; NOSSE2-LABEL: test12:
217 ; NOSSE1-LABEL: test12:
220 ; NOCMOV-LABEL: test12:
fast-isel-x86-64.ll 133 define void @test12(i8 %tmp) nounwind ssp noredzone {
139 call void @test12(i8 0) noredzone
144 ; CHECK-LABEL: test12:

Completed in 3068 milliseconds

1 2 3 4 5 6 7