Searched refs:retValue (Results 1 – 4 of 4) sorted by relevance
48 #define RETURN_QUIET_ERROR(retValue, ...) { \ argument53 return retValue; \
915 bool retValue = false; in CheckVectorElementCallArgs() local923 retValue = true; in CheckVectorElementCallArgs()933 retValue = true; in CheckVectorElementCallArgs()935 return retValue; in CheckVectorElementCallArgs()
634 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() local635 return findEnumForBlockReturn(retValue); in findEnumForBlockReturn()668 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() local669 if (S.Context.hasSameType(retValue->getType(), returnType)) in adjustBlockReturnsToEnum()674 assert(retValue->getType()->isIntegralOrUnscopedEnumerationType()); in adjustBlockReturnsToEnum()676 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum()678 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue); in adjustBlockReturnsToEnum()
530 U32 retValue; in agtiapi_CharIoctl() local554 retValue = agtiapi_getdevlist(pCard, pIoctlPayload); in agtiapi_CharIoctl()555 if (retValue == 0) in agtiapi_CharIoctl()573 retValue = agtiapi_getCardInfo( pCard, in agtiapi_CharIoctl()576 if (retValue == 0) in agtiapi_CharIoctl()622 retValue = agtiapi_ResetCard (pCard, &flags); in agtiapi_CharIoctl()624 if(retValue == AGTIAPI_SUCCESS) in agtiapi_CharIoctl()