Home | History | Annotate | Download | only in Format

Lines Matching full:alignof

3469   verifyFormat("n * alignof char16;", getGoogleStyle());
3471 verifyFormat("alignof(char);", getGoogleStyle());
3771 verifyFormat("int a = alignof(int) * b;", getGoogleStyle());
3781 verifyFormat("int a = alignof(int *) + b;", getGoogleStyle());
4722 verifyFormat("int a = alignof [foo bar:baz];", getGoogleStyle());