Home
last modified time | relevance | path

Searched defs:parseFunctionType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp137 Type Parser::parseFunctionType() { in parseFunctionType() function in Parser
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp185 static LLVMFunctionType parseFunctionType(AsmParser &parser) { in parseFunctionType() function
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3486 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h3486 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2709 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser