Searched refs:parseTypeAndValue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 477 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS); 478 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { in parseTypeAndValue() function 479 return parseTypeAndValue(V, &PFS); in parseTypeAndValue() 481 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue() function 483 return parseTypeAndValue(V, PFS); in parseTypeAndValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5738 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { in parseTypeAndValue() function in LLParser 5747 if (parseTypeAndValue(V, PFS)) in parseTypeAndBasicBlock() 6430 if (parseTypeAndValue(Op0, Loc, PFS)) in parseBr() 6460 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch() 6476 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch() 6504 if (parseTypeAndValue(Address, AddrLoc, PFS) || in parseIndirectBr() 6639 if (parseTypeAndValue(Exn, ExnLoc, PFS)) in parseResume() 6834 if (parseTypeAndValue(LHS, Loc, PFS)) in parseUnaryOp() 6974 if (parseTypeAndValue(LHS, Loc, PFS) || in parseArithmetic() 6994 if (parseTypeAndValue(LHS, Loc, PFS) || in parseLogical() [all …]
|