Searched defs:f3 (Results 1 - 25 of 268) sorted by relevance

1234567891011

/external/clang/test/CodeGen/
H A Dredef-ext-inline.c5 int f3 (void) {return f1();} function
H A Dalways_inline.c19 int f3(void) { return f2(); } function
H A Dattr-availability.c11 // CHECK-10_4-LABEL: define void @f3
12 // CHECK-10_5-LABEL: define void @f3
13 // CHECK-10_6-LABEL: define void @f3
14 void f3() __attribute__((availability(macosx,introduced=10.5)));
15 void f3() { } function
H A Dmangle-windows-rtd.c9 void __fastcall f3(void) {} function
10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
H A Dppc64-extend.c10 int f3(void) { return 0; } function
11 // CHECK: define signext i32 @f3() [[NUW]]
H A Dbitfield-assign.c39 void f3(void) { function
H A Dbounds-checking.c24 // CHECK-LABEL: @f3
25 void f3() { function
/external/clang/test/Sema/
H A Darg-duplicate.c3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
/external/strace/tests/
H A Dstack-fcall-3.c4 int f3(int i) function
H A Dstack-fcall.h6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
/external/strace/tests-m32/
H A Dstack-fcall-3.c4 int f3(int i) function
H A Dstack-fcall.h6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
/external/strace/tests-mx32/
H A Dstack-fcall-3.c4 int f3(int i) function
H A Dstack-fcall.h6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
/external/clang/test/Analysis/
H A Dchroot.c20 void f3(void) { function
H A Dfunc.c20 void f3(void (*f)(void), void (*g)(void)) { function
/external/clang/test/SemaTemplate/
H A Dfunction-template-specialization-noreturn.cpp7 template <int N> void __attribute__((noreturn)) f3() { __builtin_unreachable(); } function
8 template <> void f3<1>() { } // expected-warning {{function declared 'noreturn' should not return}} function
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s18 f3: label
/external/clang/test/SemaCXX/
H A Dattr-regparm.cpp9 void f3(); // expected-note{{previous declaration is here}}
15 void __attribute__((regparm(2))) X0::f3() { } // expected-error{{function declared with regparm(2) attribute was previously declared without the regparm attribute}} function in class:X0
/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-1.h7 void f3(int *ptr) { // expected-warning{{pointer is missing a nullability type specifier}} function
/external/libcxx/test/std/depr/exception.unexpected/set.unexpected/
H A Dget_unexpected.pass.cpp21 void f3() function
38 std::set_terminate(f3);
H A Dset_unexpected.pass.cpp21 void f3() function
34 std::set_terminate(f3);
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo-diagnostics.s16 f3: label
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp24 void f3(int a) { // expected-note{{'a' declared here}} function
27 int f() { return a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp26 void f3() { function

Completed in 3082 milliseconds

1234567891011