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

1 2 3 4 5 6 7

  /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::__anon15769::__anon15770
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
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 77 func f6() { func
78 // START f6 OMIT
  /prebuilts/go/darwin-x86/test/
escape4.go 49 func f6() *byte { func
switch5.go 61 func f6() int { func
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21655.go 30 func f6(a []float32, i int64) float32 { func
issue22881.go 16 f0, f1, f2, f3, f4, f5, f6, f7,
62 func f6(m map[int]int) { func
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 77 func f6() { func
78 // START f6 OMIT
  /prebuilts/go/linux-x86/test/
escape4.go 49 func f6() *byte { func
switch5.go 61 func f6() int { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21655.go 30 func f6(a []float32, i int64) float32 { func
issue22881.go 16 f0, f1, f2, f3, f4, f5, f6, f7,
62 func f6(m map[int]int) { func
  /toolchain/binutils/binutils-2.27/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
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/eigen/unsupported/test/
alignedvector3.cpp 64 FastType f6 = RefType::Zero(); local
66 VERIFY_IS_APPROX(f6,f7);
67 f6 = r4+r1;
68 VERIFY_IS_APPROX(f6,r4+r1);
69 f6 -= Scalar(2)*r4;
70 VERIFY_IS_APPROX(f6,r1-r4);
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 61 @ CHECK-LABEL: f6:
62 f6: label

Completed in 1180 milliseconds

1 2 3 4 5 6 7