Searched refs:FuncType (Results 1 – 2 of 2) sorted by relevance
1722 template <typename AttrType, typename FuncType>1725 FuncType eglCreateImageFunc) { in eglCreateImageTmpl()1829 template <typename AttrType, typename FuncType>1831 FuncType eglCreateSyncFunc) { in eglCreateSyncTmpl()1942 template <typename AttrType, typename FuncType>1944 FuncType eglGetSyncAttribFunc) { in eglGetSyncAttribTmpl()2177 template <typename ReturnType, typename FuncType>2179 FuncType eglWaitSyncFunc) { in eglWaitSyncTmpl()
1559 const clang::FunctionType* FuncType = PointeeType->getAs<clang::FunctionType>(); in VisitCallExpr() local1561 if (!FuncType) { in VisitCallExpr()1565 RetTy = FuncType->getReturnType(); in VisitCallExpr()