HomeSort by relevance Sort by last modified time
    Searched defs:f0 (Results 226 - 250 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
warn-unused-function.c 9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} function
10 int x = sizeof(f0());
anonymous-struct-union.c 79 struct s0 { union { int f0; }; }; member in union:s0::__anon16468
86 int f0; // expected-note{{previous declaration is here}} member in struct:s1
88 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon16470
attr-aligned.c 54 char f0[__alignof__(array_with_overaligned_char) == 16 ? 1 : -1] = { 0 }; variable
conditional-expr.c 91 int f0(int a) { function
  /external/clang/test/SemaCXX/
expressions.cpp 14 void f0() { function
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 60 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}} function in namespace:N
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegistrationTest.java 86 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); local
102 logln("f0 swap int: " + f0.format(n));
109 if (!f3.format(n).equals(f0.format(n))) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegistrationTest.java 83 NumberFormat f0 = NumberFormat.getIntegerInstance(SWAP_LOC); local
99 logln("f0 swap int: " + f0.format(n));
106 if (!f3.format(n).equals(f0.format(n))) {
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 36 int f0() function
118 test<int>(checkInt, DPID, f0);
119 test<int>(checkInt, false, std::launch::async, f0);
120 test<int>(checkInt, true, std::launch::deferred, f0);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
  /prebuilts/go/darwin-x86/test/
const.go 30 f0 = 0.0
89 assert(f0 == c0, "f0")
103 i = f0
104 assert(i == f0, "i == f0")
110 f = f0
111 assert(f == f0, "f == f0")
29 f0 = 0.0 const
  /prebuilts/go/linux-x86/test/
const.go 30 f0 = 0.0
89 assert(f0 == c0, "f0")
103 i = f0
104 assert(i == f0, "i == f0")
110 f = f0
111 assert(f == f0, "f == f0")
29 f0 = 0.0 const
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async.pass.cpp 36 int f0() function
118 test<int>(checkInt, DPID, f0);
119 test<int>(checkInt, false, std::launch::async, f0);
120 test<int>(checkInt, true, std::launch::deferred, f0);
121 test<int>(checkInt, DPID, AnyPolicy, f0);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-1.s 5 f0: label
unwind-2.s 5 f0: label
  /external/capstone/suite/MC/Sparc/
sparc-fp-instructions.s.cs 2 0x89,0xa0,0x18,0x80 = fitos %f0, %f4
3 0x89,0xa0,0x19,0x00 = fitod %f0, %f4
4 0x89,0xa0,0x19,0x80 = fitoq %f0, %f4
5 0x89,0xa0,0x1a,0x20 = fstoi %f0, %f4
6 0x89,0xa0,0x1a,0x40 = fdtoi %f0, %f4
7 0x89,0xa0,0x1a,0x60 = fqtoi %f0, %f4
8 0x89,0xa0,0x19,0x20 = fstod %f0, %f4
9 0x89,0xa0,0x19,0xa0 = fstoq %f0, %f4
10 0x89,0xa0,0x18,0xc0 = fdtos %f0, %f4
11 0x89,0xa0,0x19,0xc0 = fdtoq %f0, %f
42 0x81,0xa8,0x0a,0x24 = fcmps %fcc0, %f0, %f4 package
43 0x81,0xa8,0x0a,0x44 = fcmpd %fcc0, %f0, %f4 package
44 0x81,0xa8,0x0a,0x64 = fcmpq %fcc0, %f0, %f4 package
45 0x81,0xa8,0x0a,0xa4 = fcmpes %fcc0, %f0, %f4 package
46 0x81,0xa8,0x0a,0xc4 = fcmped %fcc0, %f0, %f4 package
47 0x81,0xa8,0x0a,0xe4 = fcmpeq %fcc0, %f0, %f4 package
48 0x85,0xa8,0x0a,0x24 = fcmps %fcc2, %f0, %f4 package
49 0x85,0xa8,0x0a,0x44 = fcmpd %fcc2, %f0, %f4 package
50 0x85,0xa8,0x0a,0x64 = fcmpq %fcc2, %f0, %f4 package
51 0x85,0xa8,0x0a,0xa4 = fcmpes %fcc2, %f0, %f4 package
52 0x85,0xa8,0x0a,0xc4 = fcmped %fcc2, %f0, %f4 package
53 0x85,0xa8,0x0a,0xe4 = fcmpeq %fcc2, %f0, %f4 package
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 21 template<typename T> void f0(T) { function in namespace:N0
25 template<> void f0(NonDefaultConstructible) { } function in namespace:N0
28 f0(NDC);
31 template<> void f0(int);
32 template<> void f0(long);
35 template<> void N0::f0(int) { } // okay function in class:N0
38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0
41 template<> void N0::f0(double) { } function in class:N0
  /external/clang/test/CodeGen/
builtins-arm.c 5 void *f0() function
decl.c 89 struct test8s { int f0; char f1; } test8g = {}; member in struct:test8s
exprs.c 57 void f0(void (*fp)(void), void (*fp2)(void)) { function
93 struct s6 { int f0; }; member in struct:s6
95 return (a0 ? a1 : a2).f0;
lanai-arguments.c 6 // CHECK: define void @f0(i32 inreg %i, i32 inreg %j, i64 inreg %k)
7 void f0(int i, long j, long long k) {} function
wasm-arguments.c 8 // WEBASSEMBLY32: define void @f0(i32 %i, i32 %j, i64 %k, double %l, fp128 %m)
9 // WEBASSEMBLY64: define void @f0(i32 %i, i64 %j, i64 %k, double %l, fp128 %m)
10 void f0(int i, long j, long long k, double l, long double m) {} function
x86_64-arguments-nacl.c 18 // CHECK: define { i64, i64 } @f0()
19 struct PP_Var f0() { function
66 struct s13_0 { long long f0[3]; }; member in struct:s13_0
67 struct s13_1 { long long f0[2]; }; member in struct:s13_1
  /external/clang/test/CodeGenCXX/
implicit-copy-constructor.cpp 61 template<class T> struct X0 { void f0(T * ) { } }; function in struct:X0
70 pdata.f0( new impl(*i));
temp-order.cpp 45 static unsigned f0(bool val = false) { function
161 print("f0", f0());
162 if (f0() != ORDER3(3, 7, 2))
vtable-linkage.cpp 171 virtual void f0();
177 void G<T>::f0() {} function in class:G

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>