Home
last modified time | relevance | path

Searched refs:parseTypeAtBeginning (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DParser.cpp202 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 DLLParser.cpp97 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning() function in LLParser
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DParser.h202 Type *parseTypeAtBeginning(StringRef Asm, unsigned &Read, SMDiagnostic &Err,
H A DLLParser.h189 bool parseTypeAtBeginning(Type *&Ty, unsigned &Read,