reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 9404       assert(!Signed && "Can't use 'S' modifier multiple times!");
 9405       Signed = true;
 9408       assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
 9486     assert(HowLong == 0 && !Signed && !Unsigned &&
 9491     assert(HowLong == 0 && !Signed && !Unsigned &&
 9496     assert(HowLong == 0 && !Signed && !Unsigned &&
 9501     assert(HowLong < 3 && !Signed && !Unsigned &&
 9529     if (Signed)
 9537     assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!");
 9541     assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'z'!");
 9545     assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'w'!");
 9626     if (Signed)
 9637     assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'K'!");