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

1 2 3 4

  /external/llvm/test/CodeGen/X86/
fmul-zero.ll 4 define void @test14(<4 x float>*) nounwind {
cmov-fp.ll 242 define float @test14(i32 %a, i32 %b, float %x) nounwind {
247 ; SSE-LABEL: test14:
250 ; NOSSE2-LABEL: test14:
253 ; NOSSE1-LABEL: test14:
256 ; NOCMOV-LABEL: test14:
fp-select-cmp-and.ll 133 define float @test14(float %a, float %b, float %eps) {
138 ; CHECK-LABEL: @test14
vec_compare.ll 206 define <2 x i64> @test14(<2 x i64> %A, <2 x i64> %B) nounwind {
207 ; CHECK-LABEL: test14:
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java 58 ScriptC_set_target_api_14 test14 = local
62 test14.invoke_check(14);
  /external/clang/test/Sema/
c89.c 81 /* Make sure we allow *test14 as a "function designator" */
82 int test14() { return (&*test14)(); } function
block-misc.c 129 void test14() {
134 // References test14's "X": outer block is non constant.
attr-deprecated.c 94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 17 class test14 : virtual test13 { virtual void f(); }; class in inherits:test13
18 class test15 : virtual test14 { virtual void f(); };
  /external/llvm/test/CodeGen/AArch64/
movw-consts.ll 97 define void @test14() {
98 ; CHECK-LABEL: test14:
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 122 ; @test14
124 define i1 @test14() {
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 79 public static int[][][] test14() { method in class:Blort
  /external/llvm/test/Transforms/ConstProp/
loads.ll 185 define i64 @test14() nounwind {
190 ; LE-LABEL: @test14(
193 ; BE-LABEL: @test14(
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 93 public static void test14(short x) { method in class:Blort
  /external/clang/test/Parser/
char-literal-printing.c 20 wchar_t test14(void) { return L'\n'; } function
declarators.c 93 void test14() // expected-error {{expected ';' after top level declarator}}
  /external/clang/test/CodeGen/
object-size.c 109 // CHECK: define void @test14
110 void test14() { function
ext-vector.c 251 // CHECK: @test14
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { function
  /external/llvm/test/Transforms/InstCombine/
div.ll 114 define i32 @test14(i8 %x) nounwind {
118 ; CHECK-LABEL: @test14(
fcmp.ll 124 define i32 @test14(double %a) nounwind {
129 ; CHECK-LABEL: @test14(
mul.ll 117 define <16 x i8> @test14(<16 x i8> %a) {
118 ; CHECK-LABEL: @test14(
sext.ll 152 define i32 @test14(i16 %x) nounwind {
157 ; CHECK-LABEL: @test14(
  /external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp 240 namespace Test14 {
248 // CHECK-DAG: @"\01??_8E@Test14@@7B@" =
249 // CHECK-DAG: @"\01??_8E@Test14@@7BC@1@@" =
250 // CHECK-DAG: @"\01??_8E@Test14@@7BB@1@@" =
251 // CHECK-DAG: @"\01??_8D@Test14@@7B@" =
252 // CHECK-DAG: @"\01??_8D@Test14@@7BC@1@@" =
253 // CHECK-DAG: @"\01??_8D@Test14@@7BB@1@@" =
254 // CHECK-DAG: @"\01??_8C@Test14@@7B01@@" =
255 // CHECK-DAG: @"\01??_8C@Test14@@7BB@1@@" =
256 // CHECK-DAG: @"\01??_8B@Test14@@7B@"
    [all...]
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 106 #elif TEST14
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 297 namespace test14 { namespace
306 void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<long>'}}

Completed in 1563 milliseconds

1 2 3 4