Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DTypeParser.cpp52 return parseFunctionType(); in parseType()
133 Type Parser::parseFunctionType() { in parseFunctionType() function in Parser
DParser.h151 Type parseFunctionType();
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp196 static LLVMFunctionType parseFunctionType(DialectAsmParser &parser, in parseFunctionType() function
456 .Case("func", [&] { return parseFunctionType(parser, stack); }) in parseTypeImpl()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h412 bool parseFunctionType(Type *&Result);
DLLParser.cpp2568 if (parseFunctionType(Result)) in parseType()
2806 bool LLParser::parseFunctionType(Type *&Result) { in parseFunctionType() function in LLParser
/external/libcxxabi/src/demangle/
DItaniumDemangle.h2260 Node *parseFunctionType();
3206 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3472 Result = getDerived().parseFunctionType(); in parseType()
3639 Result = getDerived().parseFunctionType(); in parseType()
3645 Result = getDerived().parseFunctionType(); in parseType()
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h2503 Node *parseFunctionType();
3501 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3771 Result = getDerived().parseFunctionType(); in parseType()
3946 Result = getDerived().parseFunctionType(); in parseType()
3952 Result = getDerived().parseFunctionType(); in parseType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2439 Node *parseFunctionType();
3437 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3707 Result = getDerived().parseFunctionType(); in parseType()
3882 Result = getDerived().parseFunctionType(); in parseType()
3888 Result = getDerived().parseFunctionType(); in parseType()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h2503 Node *parseFunctionType();
3501 Node *AbstractManglingParser<Derived, Alloc>::parseFunctionType() { in parseFunctionType() function
3771 Result = getDerived().parseFunctionType(); in parseType()
3946 Result = getDerived().parseFunctionType(); in parseType()
3952 Result = getDerived().parseFunctionType(); in parseType()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...