HomeSort by relevance Sort by last modified time
    Searched defs:f6 (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/v8/test/mjsunit/regress/
math-min.js 42 function f6() { function
53 f6();
60 %OptimizeFunctionOnNextCall(f6);
66 f6();
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 12 int (*f6)() [[carries_dependency]]; // expected-error {{'carries_dependency' attribute cannot be applied to types}} variable
  /external/clang/test/CodeGen/
x86_64-arguments-win32.c 24 // CHECK-LABEL: define void @f6({ double, double }* %a)
25 void f6(_Complex double a) {} function
2007-09-28-PackedUnionMember.c 12 unsigned short f6; member in struct:H::__anon7163::__anon7164
inline2.c 29 // CHECK-GNU89-LABEL: define i32 @f6()
30 // CHECK-C99-LABEL: define i32 @f6()
31 inline int f6(void);
32 extern inline int f6(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 37 void __fastcall f6(int a) {} function
38 // CHECK: define x86_fastcallcc void @"\01@f6@4"
39 // X64: define void @f6(
ms_abi.c 107 void __attribute__((sysv_abi)) f6(__builtin_ms_va_list ap) { function
108 // FREEBSD-LABEL: define void @f6
110 // WIN64-LABEL: define x86_64_sysvcc void @f6
  /external/v8/test/mjsunit/compiler/
loopcount.js 58 function f6() { var x = 0x3fffffff; x++; return x+1; } function
59 assertEquals(0x40000001, f6());
variables.js 72 function f6(arguments) { return arguments; } function
73 assertEquals(6, f6(6));
  /external/v8/test/mjsunit/es6/
new-target.js 381 function f6() { with ({'new.target': 42}) return new.target } function
382 assertSame(f6, new f6);
block-scoping-sloppy.js 147 function f6() { function
156 assertEquals(3, f6(6));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
11 f6: .field 01111b ; default to 16-bit field label
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 5 friend void f6(int) { } // expected-error{{redefinition of}} \ function in struct:X1
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 60 template<int ...Values> int_tuple<Values...> f6() {} function
62 template int_tuple<1, 2, 3> f6();
  /external/clang/test/Parser/
cxx-stmt.cpp 62 int f6() { function
63 int k, // expected-note {{change this ',' to a ';' to call 'f6'}}
64 f6(), // expected-error {{expected ';'}} expected-warning {{interpreted as a function declaration}} expected-note {{replace paren}}
  /external/clang/test/Sema/
attr-unused.c 41 int f6(int x __attribute__((__unused__))) { function
builtin-object-size.c 48 void f6(void) function
decl-in-prototype.c 30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}} function
pragma-unused.c 27 void f6(void) { function
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 60 @ CHECK-LABEL: f6:
61 f6: label
ldr-pseudo.s 60 @ CHECK-LABEL: f6:
61 f6: label
ltorg-darwin.s 57 b f6
66 @ CHECK-LABEL: f6:
67 f6: label
ltorg.s 53 b f6
60 @ CHECK-LABEL: f6:
61 f6: label
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc.s 72 f6: label
79 movl f6(%rip), %eax
84 .quad f6
104 // CHECK-NEXT: Symbol: f6
148 // CHECK-NEXT: Symbol: f6
  /external/testng/src/test/java/test/priority/
BaseSample.java 43 public void f6() { add("f6"); } method in class:BaseSample

Completed in 1945 milliseconds

1 2 3 4 5 6