Home
last modified time | relevance | path

Searched defs:fi2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/C/C99/
H A Dn809.c30 _Imaginary float fi2; // expected-error {{imaginary types are not supported}} variable
/llvm-project/clang/test/SemaObjC/
H A Dformat-arg-attribute.m35 extern NSString *fi2 (NSString *) __attribute__((format_arg(1))); function
/llvm-project/clang/test/CodeGen/
H A Dbig-atomic-ops.c37 void fi2(_Atomic(int) *i) { in fi2() function
H A Datomic-ops.c41 void fi2(_Atomic(int) *i) { in fi2() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp106 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}} in test() local
H A Dcxx1y-generic-lambdas-capturing.cpp850 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}} in test() local