Home
last modified time | relevance | path

Searched refs:SubType (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dregister-base.h28 template <typename SubType, int kAfterLastRegister>
34 static constexpr SubType no_reg() { return SubType{kCode_no_reg}; } in no_reg()
36 static constexpr SubType from_code(int8_t code) { in from_code()
38 return SubType{code}; in from_code()
48 inline constexpr bool operator==(SubType other) const { in operator ==()
51 inline constexpr bool operator!=(SubType other) const { in operator !=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitecture.h25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch,
/third_party/glfw/deps/mingw/
H A Dxinput.h199 BYTE SubType; member
/third_party/mksh/
H A Deval.c208 typedef struct SubType { struct
210 struct SubType *prev; /* old type */
211 struct SubType *next; /* poped type (to avoid re-allocating) */
217 } SubType; typedef
248 SubType st_head, *st; in expand()
418 SubType *newst; in expand()
420 newst = alloc(sizeof(SubType), ATEMP); in expand()
/third_party/glfw/src/
H A Dwin32_joystick.c151 switch (xic->SubType) in getDeviceDescription()
527 xic.SubType & 0xff); in _glfwDetectJoystickConnectionWin32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp834 RecTy *SubType = ParseType(); in ParseType() local
835 if (!SubType) return nullptr; in ParseType()
842 return ListRecTy::get(SubType); in ParseType()
/third_party/python/Lib/test/
H A Dtest_descr.py1045 class SubType(types.ModuleType): class
1052 m.__class__ = SubType
1053 self.assertTrue(m.__class__ is SubType)

Completed in 18 milliseconds