Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp56 return parseFunctionType(); in parseType()
137 Type Parser::parseFunctionType() { in parseFunctionType() function in Parser
H A DParser.h195 Type parseFunctionType();
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp185 static LLVMFunctionType parseFunctionType(AsmParser &parser) { in parseFunctionType() function
467 .Case("func", [&] { return parseFunctionType(parser); }) in dispatchParse()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h414 bool parseFunctionType(Type *&Result);
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2518 Node *parseFunctionType();
3486 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3761 Result = getDerived().parseFunctionType(); in parseType()
3962 Result = getDerived().parseFunctionType(); in parseType()
3968 Result = getDerived().parseFunctionType(); in parseType()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h2518 Node *parseFunctionType();
3486 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3761 Result = getDerived().parseFunctionType(); in parseType()
3962 Result = getDerived().parseFunctionType(); in parseType()
3968 Result = getDerived().parseFunctionType(); in parseType()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2479 if (parseFunctionType(Result)) in parseType()
2709 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser