Searched refs:AlignLoc (Results 1 – 3 of 3) sorted by relevance
1117 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local1120 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()1122 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()1187 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1193 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()
1780 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local1783 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()1785 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()1919 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1925 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()
1996 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local1999 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()2001 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()2185 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local2191 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()