Searched defs:MAX_REPLACEABLES (Results 1 – 2 of 2) sorted by relevance
487 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector()529 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn()535 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam()545 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines()704 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) in FunctionPermutation()
327 const int MAX_REPLACEABLES = 4; variable