Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h554 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5760 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() argument
5783 if (IsDefine) in parseFunctionHeader()
5793 if (!IsDefine) in parseFunctionHeader()
5976 if (IsDefine) in parseFunctionHeader()