HomeSort by relevance Sort by last modified time
    Searched full:test14 (Results 1 - 25 of 84) 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: test14:
250 ; NOSSE2: test14:
253 ; NOSSE1: test14:
256 ; NOCMOV: test14:
select.ll 288 define i32 @test14(i32 %a, i32 %b) nounwind {
292 ; CHECK: test14:
298 ; ATOM: test14:
fast-isel-x86-64.ll 164 define void @test14(i8 %tmp) nounwind ssp noredzone {
169 ; CHECK: 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: 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: @test14
193 ; BE: @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: @test14
fcmp.ll 124 define i32 @test14(double %a) nounwind {
129 ; CHECK: @test14
mul.ll 117 define <16 x i8> @test14(<16 x i8> %a) {
118 ; CHECK: @test14
sext.ll 152 define i32 @test14(i16 %x) nounwind {
157 ; CHECK: @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>'}}
  /external/clang/test/CXX/class.access/
p4.cpp 345 namespace test14 { namespace
352 foo(); // expected-error {{temporary of type 'test14::A' has private destructor}}
364 const X &xr = Y1(); // expected-error{{temporary of type 'test14::X' has private destructor}}
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 363 namespace test14 { namespace
372 A::B::i = 5; // expected-error {{'B' is a private member of 'test14::A'}}

Completed in 692 milliseconds

1 2 3 4