Home
last modified time | relevance | path

Searched defs:tf1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Driscv-fp16.c30 typedef __fp16 (*tf1) (void); // expected-error {{function return value cannot have __fp16 type; di… typedef
H A Dfp16-sema.c29 typedef __fp16 (*tf1) (void); // expected-error {{function return value cannot have __fp16 type; di… typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreturn-const-ref-from-parameter.cpp31 const T& tf1(const T &a) { return a; } tf1() function
92 T tf1(T a) { return a; } tf1() function