Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:TypeLoc

361   LocTy TypeLoc = Lex.getLoc();
373 if (ParseStructDefinition(TypeLoc, "",
379 return Error(TypeLoc, "non-struct types may not be recursive");
1724 SMLoc TypeLoc = Lex.getLoc();
1793 return Error(TypeLoc, "void type only allowed for function results");
1894 LocTy TypeLoc = Lex.getLoc();
1903 return Error(TypeLoc, "argument can not have void type");
1911 return Error(TypeLoc, "invalid type for function argument");
1914 TypeLoc, ArgTy,
1926 TypeLoc = Lex.getLoc();
1930 return Error(TypeLoc, "argument can not have void type");
1940 return Error(TypeLoc, "invalid type for function argument");
1942 ArgList.push_back(ArgInfo(TypeLoc, ArgTy,
1993 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
1998 return Error(TypeLoc, "redefinition of type");
2021 return Error(TypeLoc, "forward references to non-struct type");
2101 LocTy TypeLoc = Lex.getLoc();
2115 return Error(TypeLoc, "invalid vector element type");
2119 return Error(TypeLoc, "invalid array element type");
3575 SMLoc TypeLoc = Lex.getLoc();
3583 return Error(TypeLoc, "value doesn't match function result type '" +
3594 return Error(TypeLoc, "value doesn't match function result type '" +
3963 LocTy TypeLoc;
3966 ParseType(EltTy, TypeLoc))
3970 return Error(TypeLoc, "va_arg requires operand with first class type");
4034 Type *Ty = nullptr; LocTy TypeLoc;
4037 if (ParseType(Ty, TypeLoc) ||
4067 return Error(TypeLoc, "phi node must have first class type");