Home
last modified time | relevance | path

Searched refs:VersionInfoType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h88 using VersionInfoType = struct {
155 VersionInfoType VersionInfo;
255 const VersionInfoType &getVersionInfo() const { return VersionInfo; } in getVersionInfo()
/third_party/python/Python/
Dsysmodule.c2593 static PyTypeObject VersionInfoType; variable
2618 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
2813 if (VersionInfoType.tp_name == NULL) { in _PySys_InitCore()
2814 if (_PyStructSequence_InitType(&VersionInfoType, in _PySys_InitCore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp763 const MCAssembler::VersionInfoType &VersionInfo = in writeObject()
/third_party/python/Tools/c-analyzer/
DTODO916 Python/sysmodule.c:VersionInfoType static PyTypeObject VersionInfoType