Searched refs:FuncType (Results 1 – 2 of 2) sorted by relevance
1725 template <typename AttrType, typename FuncType>1728 FuncType eglCreateImageFunc) { in eglCreateImageTmpl()1832 template <typename AttrType, typename FuncType>1834 FuncType eglCreateSyncFunc) { in eglCreateSyncTmpl()1945 template <typename AttrType, typename FuncType>1947 FuncType eglGetSyncAttribFunc) { in eglGetSyncAttribTmpl()2180 template <typename ReturnType, typename FuncType>2182 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()