Home
last modified time | relevance | path

Searched defs:ParseTypeAndValue (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.h379 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() function
382 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() function
H A DLLParser.cpp3232 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() function in LLParser