HomeSort by: relevance | last modified time | path
    Searched refs:parseTypeAndValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 477 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS);
478 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) {
479 return parseTypeAndValue(V, &PFS);
481 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) {
483 return parseTypeAndValue(V, PFS);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 5738 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) {
5747 if (parseTypeAndValue(V, PFS))
6430 if (parseTypeAndValue(Op0, Loc, PFS))
6460 if (parseTypeAndValue(Cond, CondLoc, PFS) ||
6476 if (parseTypeAndValue(Constant, CondLoc, PFS) ||
6504 if (parseTypeAndValue(Address, AddrLoc, PFS) ||
6639 if (parseTypeAndValue(Exn, ExnLoc, PFS))
6834 if (parseTypeAndValue(LHS, Loc, PFS))
6974 if (parseTypeAndValue(LHS, Loc, PFS) ||
6994 if (parseTypeAndValue(LHS, Loc, PFS) |
    [all...]

Completed in 44 milliseconds