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

References

tools/clang/lib/CodeGen/CodeGenPGO.cpp
  724   assert(Type && "Hash is invalid: unexpected type 0");
  725   assert(unsigned(Type) < TooBig && "Hash is invalid: too many types");
  737   Working = Working << NumBitsPerType | Type;