Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h358 bool parseConstVCallList(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp9286 if (parseConstVCallList(lltok::kw_typeTestAssumeConstVCalls, in parseOptionalTypeIdInfo()
9291 if (parseConstVCallList(lltok::kw_typeCheckedLoadConstVCalls, in parseOptionalTypeIdInfo()
9388 bool LLParser::parseConstVCallList( in parseConstVCallList() function in LLParser