HomeSort by relevance Sort by last modified time
    Searched defs:f5 (Results 76 - 100 of 219) sorted by null

1 2 34 5 6 7 8 9

  /external/clang/test/CodeGen/
stdcall-fastcall.c 11 void __attribute__((stdcall)) f5(void) { function
12 // CHECK-LABEL: define x86_stdcallcc void @f5()
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc void @f5()
exprs.c 90 struct f5_a f5() {return ((union f5_z)f5_a).y;} function
lanai-arguments.c 38 // CHECK: define void @f5(i8 inreg %a, i16 inreg %b)
39 void f5(char a, short b) {} function
wasm-arguments.c 49 // WEBASSEMBLY32: define void @f5(i8 signext %a, i16 signext %b)
50 // WEBASSEMBLY64: define void @f5(i8 signext %a, i16 signext %b)
51 void f5(char a, short b) {} function
x86_64-arguments-nacl.c 28 // CHECK-LABEL: define double @f5()
29 long double f5(void) { function
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} function
16 // CHECK: "\01?f5@@YAXPBDIDPBX0I@Z"
mangle-neon-vectors.cpp 49 void f5(float32x2_t v) { } function
mangle-unnamed.cpp 41 int f5() { function
  /external/clang/test/Sema/
warn-unused-function.c 18 static void __attribute__((used)) f5() {} function
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped. function
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegistrationTest.java 97 NumberFormat f5 = NumberFormat.getCurrencyInstance(SRC_LOC); local
107 logln("f5 unreg cur: " + f5.format(n));
115 if (!f5.format(n).equals(f2.format(n))) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegistrationTest.java 94 NumberFormat f5 = NumberFormat.getCurrencyInstance(SRC_LOC); local
104 logln("f5 unreg cur: " + f5.format(n));
112 if (!f5.format(n).equals(f2.format(n))) {
  /external/libcxx/test/std/thread/futures/futures.async/
async.pass.cpp 72 void f5(int j) function
145 std::future<void> f = std::async(f5, 3);
150 std::future<void> f = std::async(std::launch::deferred, f5, 3);
  /external/libcxxabi/test/
catch_pointer_reference.pass.cpp 194 void f5() function
437 f5();
  /prebuilts/go/darwin-x86/test/interface/
struct.go 65 func f5() { func
69 check(i.Get() == 2, "f5 i")
70 check(s.i == 2, "f5 s")
145 f5()
  /prebuilts/go/darwin-x86/test/
nilcheck.go 185 func f5(m map[string]struct{}) bool { func
  /prebuilts/go/linux-x86/test/interface/
struct.go 65 func f5() { func
69 check(i.Get() == 2, "f5 i")
70 check(s.i == 2, "f5 s")
145 f5()
  /prebuilts/go/linux-x86/test/
nilcheck.go 185 func f5(m map[string]struct{}) bool { func
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.async/
async.pass.cpp 72 void f5(int j) function
145 std::future<void> f = std::async(f5, 3);
150 std::future<void> f = std::async(std::launch::deferred, f5, 3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_pointer_reference.pass.cpp 194 void f5() function
437 f5();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 83 f5: label
91 bpos .S2 f5,b2
92 [!b1] bpos .S2 f5+4,b2
unwind-1.s 79 f5: label
unwind-2.s 79 f5: label
  /external/clang/test/Analysis/
uninit-const.cpp 95 void f5(void) { function
uninit-vals-ps.c 54 int f5(void) { function

Completed in 506 milliseconds

1 2 34 5 6 7 8 9