Searched refs:tgtTypes (Results 1 – 1 of 1) sorted by relevance
6 …cErrorCode VecTypeCompareAny_Private(VecType srcType, PetscBool *match, const char tgtTypes[], ...) in VecTypeCompareAny_Private() argument14 va_start(Argp, tgtTypes); in VecTypeCompareAny_Private()15 while (tgtTypes && tgtTypes[0]) { in VecTypeCompareAny_Private()16 PetscCall(PetscStrcmp(srcType, tgtTypes, &flg)); in VecTypeCompareAny_Private()21 tgtTypes = va_arg(Argp, const char *); in VecTypeCompareAny_Private()