Searched refs:DECLTYPE_AUTO (Results 1 – 1 of 1) sorted by relevance
60 #define DECLTYPE_AUTO(left, right) decltype(right) left = right macro61 const DECLTYPE_AUTO(oldmalloc_, PetscTrMalloc);62 const DECLTYPE_AUTO(oldfree_, PetscTrFree);63 const DECLTYPE_AUTO(oldrealloc_, PetscTrRealloc);64 #undef DECLTYPE_AUTO