Searched defs:MAX_REPLACEABLES (Results 1 – 2 of 2) sorted by relevance
491 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector()533 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn()539 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam()549 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines()708 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) in FunctionPermutation()
329 const int MAX_REPLACEABLES = 4; variable