HomeSort by relevance Sort by last modified time
    Searched defs:f5 (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/llvm/test/MC/ARM/
ldr-pseudo.s 38 @ CHECK-LABEL: f5:
39 f5: label
99 ldr r0, =f5
195 @ CHECK: .long f5
ltorg-darwin.s 41 b f5
50 @ CHECK-LABEL: f5:
51 f5: label
ltorg.s 39 b f5
46 @ CHECK-LABEL: f5:
47 f5: label
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 58 void f5(int i) function
185 std::future<void> f = std::async(f5, 3);
191 std::future<void> f = std::async(std::launch::deferred, f5, 3);
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 25 float f5 = 0.0f; local
  /external/chromium_org/v8/test/mjsunit/
switch.js 168 function f5(x) { function
178 assertTrue(f5(-2), "negcase.-2");
179 assertFalse(f5(-1), "negcase.-1");
180 assertTrue(f5(0), "negcase.-0");
181 assertEquals(42, f5(1), "negcase.1");
182 assertFalse(f5(2), "negcase.2");
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 46 function f5() { function
120 testToStringAndLength("f5", 3);
  /external/clang/test/Analysis/
stream.c 41 void f5(void) { function
malloc-overflow.c 32 void * f5(struct s4 *s) function
outofbound.c 41 void f5() { function
  /external/clang/test/CodeGen/
functions.c 40 void f5() { f4(42); } //expected-warning {{too many arguments}} function
pointer-arithmetic.c 18 FP f5(FP a, int b) { return a + b; } function
le32-arguments.c 33 // CHECK-LABEL: define void @f5(i8 zeroext %a, i16 zeroext %b)
34 void f5(unsigned char a, unsigned short b) {} function
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()
  /external/clang/test/Sema/
alias-redefinition.c 23 void f5() {} function
24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}}
varargs.c 37 void f5() { function
vector-cast.c 51 void f5() { function
vla.c 56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constant array as an extension}} function
  /external/libcxxabi/test/
catch_class_04.cpp 172 void f5() function
203 f5();
catch_ptr.cpp 148 void f5() function
175 f5();
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_04.cpp 172 void f5() function
203 f5();
catch_ptr.cpp 148 void f5() function
175 f5();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_04.cpp 172 void f5() function
203 f5();
catch_ptr.cpp 148 void f5() function
175 f5();
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7-1y.cpp 49 typedef decltype(auto) f5(); // expected-error {{'decltype(auto)' can only be used as a return type in a function declaration}} typedef

Completed in 641 milliseconds

12 3 4 5 6