Searched defs:VBase (Results 1 – 8 of 8) sorted by relevance
845 struct VBase : virtual X struct847 VBase(int v) : X(v) {} in VBase() function849 VBase(const VBase& other) : X(static_cast<const X&>(other)) {} in VBase() function
252 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7, field in NormalizerBuilder
101 #define VBase 0x1161u macro
97 #define VBase 0x1161u macro
104 #define VBase 0x1161 macro
484 #define VBase 0x1161 macro
1027 DenseSet<Instruction*> VBase; in collectUsedInstructions() local