Lines Matching +full:0 +full:x3010

3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
71 uint32_t LineNumber = 0, LVElement *Type = nullptr);
236 set(IntegerType, "int", 0x1000); in initElements()
237 set(UnsignedType, "unsigned", 0x1010); in initElements()
238 set(GlobalType, "GlobalType", 0x1020, 1020); in initElements()
239 set(LocalType, "LocalType", 0x1030, 1030); in initElements()
240 set(NestedType, "NestedType", 0x1040, 1040); in initElements()
242 set(TypeDefinitionOne, "INTEGER", 0x1050, 1050, IntegerType); in initElements()
243 set(TypeDefinitionTwo, "INT", 0x1060, 1060, TypeDefinitionOne); in initElements()
245 set(EnumeratorOne, "One", 0x1070, 1070); in initElements()
248 set(EnumeratorTwo, "Two", 0x1080, 1080); in initElements()
252 set(Aggregate, "Class", 0x2000, 2000); in initElements()
253 set(Enumeration, "Colors", 0x2010, 2010); in initElements()
254 set(FunctionOne, "FunctionOne", 0x2020, 2020, GlobalType); in initElements()
255 set(FunctionTwo, "FunctionTwo", 0x2030, 2030, GlobalType); in initElements()
256 set(Namespace, "Namespace", 0x2040, 2040); in initElements()
257 set(NestedScope, "", 0x2050, 2050); in initElements()
258 set(InnerScope, "", 0x2060, 2060); in initElements()
259 set(CompileUnit, "test.cpp", 0x2070, 2070); in initElements()
262 set(GlobalVariable, "GlobalVariable", 0x3000, 3000); in initElements()
263 set(LocalVariable, "LocalVariable", 0x3010, 3010, UnsignedType); in initElements()
264 set(ClassMember, "ClassMember", 0x3020, 3020, IntegerType); in initElements()
265 set(ParameterOne, "ParameterOne", 0x3030, 3030, UnsignedType); in initElements()
266 set(ParameterTwo, "ParameterTwo", 0x3040, 3040, UnsignedType); in initElements()
267 set(NestedVariable, "NestedVariable", 0x3050, 3050); in initElements()
270 set(LineOne, "", 0x4000, 4000); in initElements()
271 set(LineTwo, "", 0x4010, 4010); in initElements()
272 set(LineThree, "", 0x4020, 4020); in initElements()
291 std::tie(Reader, Element, Pass) = PassTable[0]; in compareReadersViews()
337 std::tie(Reader, Element, Pass) = PassTable[0]; in compareReadersElements()