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

Declarations

tools/clang/utils/TableGen/NeonEmitter.cpp
  465   std::string getInstTypeCode(Type T, ClassKind CK) const;

References

tools/clang/utils/TableGen/NeonEmitter.cpp
 1155   std::string typeCode = getInstTypeCode(BaseType, LocalCK);
 1173     S += "_" + getInstTypeCode(InBaseType, LocalCK);