Searched refs:f10 (Results 1 - 25 of 127) sorted by path

123456

/external/clang/test/Analysis/
H A Darray-struct.c90 void f10() { function
H A Ddead-stores.c91 int f10() { function
H A Dmalloc-overflow.c68 void * f10(int n) function
H A Dnull-deref-ps.c215 int* f10(int* p, signed char x, int y) { function
H A Dpr22954.c155 int f10() { function
H A Drange_casts.c96 void f10(long foo) function
H A Duninit-const.cpp12 int f10(void) { function
/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/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-1y.cpp57 decltype(auto) (&f10())[10]; // expected-error {{cannot form array of 'decltype(auto)'}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp91 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
H A Dp7-cxx11-nowarn.cpp89 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp38 virtual void f10() noexcept(false);
74 virtual void f10() noexcept(false);
/external/clang/test/CodeGen/
H A Darm-arguments.c59 // APCS-GNU-LABEL: define i32 @f10()
60 // AAPCS-LABEL: define arm_aapcscc i32 @f10()
62 struct s10 f10(void) {} function
H A Darm64-arguments.c46 // CHECK: define i64 @f10()
48 struct s10 f10(void) {} function
H A Dexprs.c119 void f10() {
H A Dfunction-attributes.c50 int f10(void) { return f10_t(); } function
H A Dlanai-arguments.c74 // CHECK: define void @f10(i32 inreg %bf1.coerce)
75 void f10(bitfield1 bf1) {} function
H A Dmicrosoft-call-conv.c65 void __fastcall f10(int x, ...) {}; function
66 // WIN: define void @f10({{.*}})
H A Dregparm-struct.c87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
88 // CHECK: declare void @f10(i32 inreg, i32 inreg, i32 inreg)
91 f10(x, 43);
H A Dstruct.c93 void f10(range *p) { function
H A Dswitch.c137 // CHECK-LABEL: define i32 @f10()
149 int f10() { function
H A Dwasm-arguments.c91 // WEBASSEMBLY32: define void @f10(%struct.bitfield1* byval align 4 %bf1)
92 // WEBASSEMBLY64: define void @f10(%struct.bitfield1* byval align 4 %bf1)
93 void f10(bitfield1 bf1) {} function
H A Dx86_32-arguments-darwin.c65 // CHECK: float @f10()
69 } f10(void) { while (1) {} } function
H A Dx86_64-arguments-nacl.c49 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
51 void f10(struct s10 a0) {} function
H A Dx86_64-arguments.c62 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
64 void f10(struct s10 a0) {} function

Completed in 459 milliseconds

123456