Searched refs:FuncType (Results 1 – 2 of 2) sorted by relevance
1706 template <typename AttrType, typename FuncType>1709 FuncType eglCreateImageFunc) { in eglCreateImageTmpl()1813 template <typename AttrType, typename FuncType>1815 FuncType eglCreateSyncFunc) { in eglCreateSyncTmpl()1926 template <typename AttrType, typename FuncType>1928 FuncType eglGetSyncAttribFunc) { in eglGetSyncAttribTmpl()2161 template <typename ReturnType, typename FuncType>2163 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()