Searched refs:FUNC_PARAM_NONE (Results 1 – 2 of 2) sorted by relevance
366 FUNC_PARAM_NONE = 0, /// Default for an unspecified entry in a C-array. enumerator
795 static const FunctionParamInfo saInvalidInfo = { FUNC_PARAM_NONE, FUNC_PARAMCONV_ORG, false }; in getParamInfo()814 if( (mpParamInfo + 1 < mpParamInfoEnd) && (mpParamInfo[ 1 ].meValid != FUNC_PARAM_NONE) ) in operator ++()