Home
last modified time | relevance | path

Searched refs:ParamNameSuffixSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DGenerator.cpp31 static const size_t ParamNameSuffixSize = variable
60 A = A.drop_front(ParamNamePrefixSize).drop_back(ParamNameSuffixSize); in parseCommandArgs()