Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DTypeParser.cpp133 Type Parser::parseFunctionType() { in parseFunctionType() function in Parser
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp196 static LLVMFunctionType parseFunctionType(DialectAsmParser &parser, in parseFunctionType() function
/external/libcxxabi/src/demangle/
DItaniumDemangle.h3206 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h3501 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h3437 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h3501 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2806 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser