Home
last modified time | relevance | path

Searched defs:f9 (Results 1 – 25 of 104) sorted by relevance

12345

/llvm-project/clang/test/Sema/
H A Dattr-ownership.c12 int f9 __attribute__((ownership_takes(foo, 1))); // expected-warning {{'ownership_takes' attribute only applies to non-K&R-style functions}} variable
H A Darray-parameter.c33 void f9(int a[2]) // expected-warning {{argument 'a' of type 'int[2]' with mismatched bound}} in f9() function
H A Dwarn-cast-function-type-strict.c18 typedef int (f9)(const int); typedef
H A Dattr-noreturn.c64 void __attribute__((noreturn)) f9(int n) { in f9() function
/llvm-project/clang/test/SemaObjCXX/
H A Darc-overloading.mm148 int &f9(__strong id&); function
149 float &f9(const __autoreleasing id&); function
H A Dconditional-expr.mm57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { function
/llvm-project/lld/test/ELF/
H A Darm-thunk-many-passes.s110 f9: bx lr label
/llvm-project/lld/test/ELF/linkerscript/Inputs/
H A Darm-thunk-many-passes.s66 f9: bx lr label
/llvm-project/clang/test/CXX/dcl/dcl.decl/
H A Dp3.cpp44 void (*(f9 requires (true)))(); // expected-error{{trailing requires clause should be placed outside parentheses}} variable
/llvm-project/llvm/test/MC/ARM/
H A Dltorg.s78 f9: label
H A Dltorg-darwin.s84 f9: label
H A Dldr-pseudo-darwin.s92 f9: label
H A Dldr-pseudo.s92 f9: label
/llvm-project/clang/test/PCH/
H A Dcxx11-exception-spec.cpp39 decltype(f<9>()) f9; variable
/llvm-project/llvm/test/MC/AArch64/
H A Dldr-pseudo.s99 f9: label
/llvm-project/clang/test/SemaObjC/
H A Dconditional-expr-4.m76 int f9(int cond, id<P1> a, A *b) { function
H A Dconditional-expr-3.m57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) { function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-return-with-void-value.cpp47 void f9() { in f9() function
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dsync-builtins-i128-16Al.c111 __int128 f9() { in f9() function
H A Dgnu-atomic-builtins-i128-16Al.c128 __int128 f9() { in f9() function
H A Dgnu-atomic-builtins-i128-8Al.c133 __int128 f9() { in f9() function
/llvm-project/clang/test/CodeGen/
H A Dinline2.c58 extern inline int f9(void) { return 0; } in f9() function
H A Dmicrosoft-call-conv.c63 void __fastcall f9(int x, int y) {}; in f9() function
/llvm-project/libcxxabi/test/
H A Dcatch_pointer_reference.pass.cpp310 void f9() in f9() function
/llvm-project/flang/test/Semantics/
H A Dresolve18.f90126 type f9 type
128 interface f9 interface
134 function f9(x) function

12345