Searched refs:f10 (Results 1 - 25 of 102) sorted by relevance

12345

/external/clang/test/Sema/
H A Dwarn-unused-function.c37 static void f10(void); // expected-warning{{unused}}
38 static void f10(void);
H A Dattr-args.c13 inline __attribute__((unused(a))) void *f10(); // expected-error {{'unused' attribute takes no arguments}}
H A Dpragma-unused.c47 int f10(int x) { function
H A Dattr-alias-elf.c38 void f10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
H A Dattr-ownership.c14 void f10(int i) __attribute__((ownership_holds(foo, 1))); // expected-error {{'ownership_holds' attribute only applies to pointer arguments}}
H A Dvarargs.c80 void f10(int a, ...) { function
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp38 virtual void f10() noexcept(false);
74 virtual void f10() noexcept(false);
/external/v8/test/mjsunit/compiler/
H A Dloopcount.js89 function f10(x) { function
92 f10(42);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv.c65 void __fastcall f10(int x, ...) {}; function
66 // WIN: define void @f10({{.*}})
H A Dswitch.c137 // CHECK-LABEL: define i32 @f10()
149 int f10() { function
H A Dfunction-attributes.c50 int f10(void) { return f10_t(); } function
H A Dx86_64-arguments-nacl.c49 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
51 void f10(struct s10 a0) {} function
/external/llvm/test/MC/Mips/
H A Dmips-reginfo-fp32.s29 # ceil.w.s - Reads $f8 and writes to $f10.
30 ceil.w.s $f10, $f8
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips32r2.s10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/v8/test/webkit/
H A DtoString-elision-trailing-comma.js65 function f10() { function
125 testToStringAndLength("f10", 5);
/external/llvm/test/MC/SystemZ/
H A Dregs-good.s62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab]
71 ler %f10,%f11
80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab]
89 ldr %f10,%f11
129 #CHECK: .cfi_offset %f10, 208
163 .cfi_offset %f10,208
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s18 std %f10, 176(%r15)
26 .cfi_offset %f10, -208
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S67 fmuls %f2, M2, %f10 ! FGM Group f5 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
81 fmuls %f7, %f7, %f10 ! FGM Group f7 available
83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available
132 fmuls %f2, M2, %f10 ! FGM Group f5 available
137 fadds %f3, %f10, %f3 ! FGA Group f10 available
208 fmuls %f7, %f7, %f10 ! FG
[all...]
/external/clang/test/Analysis/
H A Dmalloc-overflow.c68 void * f10(int n) function
H A Duninit-const.cpp12 int f10(void) { function
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp69 void f10(poly16x8_t v) {} function
H A Dtypeid-should-throw.cpp57 void f10(A *x, A *y) { typeid(*y ?: *x); } function
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp38 extern "C" A *f10( void );
/external/compiler-rt/test/cfi/
H A Dutils.h25 virtual void f10() {} function in class:Deriver

Completed in 576 milliseconds

12345