Searched refs:AlignLoc (Results 1 – 1 of 1) sorted by relevance
1525 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local1528 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()1530 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()1631 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1637 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()