Searched refs:functype (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp83 typedef int functype(int, int); typedef in struct:InstantiateFunctionTypedef::X
84 functype func1;
85 __attribute__((noreturn)) functype func2;
88 __attribute__((stdcall)) functype stdfunc1;
91 __attribute__((pcs("aapcs"))) functype pcsfunc; // expected-warning {{calling convention 'pcs' ignored for this target}}
/external/eigen/blas/
H A Dlevel2_impl.h14 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int , Scalar *, int, Scalar); typedef
15 static functype func[4];
75 typedef void (*functype)(int, const Scalar *, int, Scalar *); typedef
76 static functype func[16];
130 typedef void (*functype)(int, int, const Scalar *, int, const Scalar *, int, Scalar *, int, Scalar); typedef
131 static functype func[16];
331 typedef void (*functype)(int, int, const Scalar *, int, Scalar *); typedef
332 static functype func[16];
H A Dlevel3_impl.h15 typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar, internal::level3_blocking<Scalar,Scalar>&, Eigen::internal::GemmParallelInfo<DenseIndex>*); typedef
16 static functype func[12];
69 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, internal::level3_blocking<Scalar,Scalar>&); typedef
70 static functype func[32];
155 typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar, internal::level3_blocking<Scalar,Scalar>&); typedef
156 static functype func[32];
308 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar); typedef
309 static functype func[8];
501 typedef void (*functype)(DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar); typedef
502 static functype fun
[all...]

Completed in 227 milliseconds