Searched refs:parseTypeAtBeginning (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 202 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots); in parseType() 215 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning() function in llvm 223 .parseTypeAtBeginning(Ty, Read, Slots)) in parseTypeAtBeginning()
|
| H A D | LLParser.cpp | 97 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 202 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
|
| H A D | LLParser.h | 189 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,
|