Searched defs:MAX_REPLACEABLES (Results 1 – 2 of 2) sorted by relevance
439 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector()481 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn()487 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam()497 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines()615 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) in FunctionPermutation()
319 const int MAX_REPLACEABLES = 4; variable