Lines Matching refs:MAX_REPLACEABLES
474 int replacementIndexes[MAX_REPLACEABLES]) const { in expandString()
491 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector() argument
500 int start[MAX_REPLACEABLES]; in createPermutations()
501 int end[MAX_REPLACEABLES]; in createPermutations()
502 for (int i = 0; i < MAX_REPLACEABLES; i++) { in createPermutations()
511 int replacementIndexes[MAX_REPLACEABLES]; in createPermutations()
529 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { in getName()
533 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn() argument
539 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam() argument
549 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines() argument
586 for (int i = 0; i < MAX_REPLACEABLES; i ++) { in checkRSTPatternValidity()
708 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) in FunctionPermutation() argument