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

1 2 3 4 5

  /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:
avx512-insert-extract.ll 147 ;CHECK-LABEL: test14
154 define i64 @test14(<8 x i64>%a, <8 x i64>%b, i64 %a1, i64 %b1) {
avx512-mov.ll 112 ; CHECK-LABEL: @test14
115 define <4 x i32> @test14(i32 %x) {
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java 48 ScriptC_set_target_api_14 test14 = new ScriptC_set_target_api_14(mRS); local
49 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(); };
alignof.cpp 62 long long int test14[2]; variable
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expression is a GNU extension}}
ast-print.cpp 157 // CHECK: void test14() {
164 void test14() { function
err_init_conversion_failed.cpp 42 void test14(const float2 in, const float2 out) { function
  /external/llvm/test/CodeGen/AArch64/
movw-consts.ll 97 define void @test14() {
98 ; CHECK-LABEL: test14:
arm64-rounding.ll 142 ; CHECK: test14
145 define double @test14(double %a) #1 {
  /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
  /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-LABEL: 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/LoopIdiom/
basic-address-space.ll 63 define i32 @test14() nounwind {
64 ; CHECK-LABEL: @test14(
  /external/llvm/test/Transforms/ConstProp/
loads.ll 185 define i64 @test14() nounwind {
190 ; LE-LABEL: @test14(
193 ; BE-LABEL: @test14(
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 108 #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 500 milliseconds

1 2 3 4 5