Home | History | Annotate | Download | only in AsmParser

Lines Matching full:parsetype

67   if (ParseType(Ty) || parseConstantValue(Ty, C))
82 if (ParseType(Ty))
723 if (ParseType(Ty) ||
854 ParseType(Ty, TyLoc))
1963 /// ParseType - Parse a type.
1964 bool LLParser::ParseType(Type *&Result, const Twine &Msg, bool AllowVoid) {
2107 if (ParseType(ArgTy, ArgLoc))
2168 if (ParseType(Ty) || ParseValue(Ty, Input, PFS))
2211 if (ParseType(ArgTy) ||
2239 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true;
2338 return ParseType(ResultTy);
2377 if (ParseType(Ty)) return true;
2385 if (ParseType(Ty)) return true;
2415 if (ParseType(EltTy)) return true;
2938 ParseType(DestTy) ||
3155 if (ParseType(Ty) ||
3254 return ParseType(Ty) ||
4317 if (ParseType(Ty, TypeMsg, Loc))
4528 return ParseType(Ty) ||
4562 ParseType(RetType, RetTypeLoc, true /*void allowed*/))
5100 if (ParseType(Ty, true /*void allowed*/)) return true;
5257 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
5372 if (ParseType(ArgTy, ArgLoc))
5631 ParseType(DestTy))
5671 ParseType(EltTy, TypeLoc))
5742 if (ParseType(Ty, TypeLoc) ||
5790 if (ParseType(Ty, TyLoc))
5860 ParseType(RetType, RetTypeLoc, true /*void allowed*/) ||
5968 if (ParseType(Ty, TyLoc)) return true;
6021 if (ParseType(Ty) ||
6228 if (ParseType(Ty) ||