Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h296 bool parseAllocSizeArguments(unsigned &BaseSizeArg,
H A DLLParser.cpp2110 bool LLParser::parseAllocSizeArguments(unsigned &BaseSizeArg, in parseAllocSizeArguments() argument
2118 if (ParseUInt32(BaseSizeArg)) in parseAllocSizeArguments()
2126 if (HowMany == BaseSizeArg) in parseAllocSizeArguments()