Searched defs:parseTypeAndValue (Results 1 – 2 of 2) sorted by relevance
502 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { in parseTypeAndValue() function505 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue() function
5833 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue() function in LLParser