Lines Matching +full:0 +full:x3010

3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
68 uint32_t LineNumber = 0, LVElement *Type = nullptr);
184 EXPECT_EQ(Root->lineCount(), 0u); in addElements()
186 EXPECT_EQ(Root->symbolCount(), 0u); in addElements()
187 EXPECT_EQ(Root->typeCount(), 0u); in addElements()
197 EXPECT_EQ(CompileUnit->lineCount(), 0u); in addElements()
207 EXPECT_EQ(Namespace->lineCount(), 0u); in addElements()
209 EXPECT_EQ(Namespace->symbolCount(), 0u); in addElements()
231 EXPECT_EQ(NestedScope->scopeCount(), 0u); in addElements()
238 EXPECT_EQ(Enumeration->lineCount(), 0u); in addElements()
239 EXPECT_EQ(Enumeration->scopeCount(), 0u); in addElements()
240 EXPECT_EQ(Enumeration->symbolCount(), 0u); in addElements()
246 EXPECT_EQ(Aggregate->lineCount(), 0u); in addElements()
249 EXPECT_EQ(Aggregate->typeCount(), 0u); in addElements()
253 EXPECT_EQ(Array->lineCount(), 0u); in addElements()
254 EXPECT_EQ(Array->scopeCount(), 0u); in addElements()
255 EXPECT_EQ(Array->symbolCount(), 0u); in addElements()
268 set(IntegerType, "int", 0x1000); in initElements()
269 set(UnsignedType, "unsigned", 0x1010); in initElements()
270 set(GlobalType, "GlobalType", 0x1020, 1020); in initElements()
271 set(LocalType, "LocalType", 0x1030, 1030); in initElements()
272 set(NestedType, "NestedType", 0x1040, 1040); in initElements()
274 set(TypeDefinitionOne, "INTEGER", 0x1040, 1040, IntegerType); in initElements()
275 set(TypeDefinitionTwo, "INT", 0x1050, 1050, TypeDefinitionOne); in initElements()
279 set(EnumeratorOne, "one", 0x1060, 1060); in initElements()
283 set(EnumeratorTwo, "two", 0x1070, 1070); in initElements()
287 set(TypeSubrange, "", 0x1080, 1080, IntegerType); in initElements()
302 set(TypeParam, "INTEGER", 0x1090, 1090, UnsignedType); in initElements()
306 set(TypeImport, "", 0x1090, 1090, Aggregate); in initElements()
310 set(Aggregate, "Class", 0x2000, 2000); in initElements()
311 set(Enumeration, "Colors", 0x2010, 2010); in initElements()
312 set(Function, "function", 0x2020, 2020, GlobalType); in initElements()
313 set(ClassFunction, "foo", 0x2030, 2030, TypeDefinitionTwo); in initElements()
314 set(Namespace, "nsp", 0x2040, 2040); in initElements()
315 set(NestedScope, "", 0x2050, 2050); in initElements()
316 set(Array, "", 0x2060, 2060, UnsignedType); in initElements()
317 set(InlinedFunction, "bar", 0x2070, 2070, TypeDefinitionOne); in initElements()
318 set(CompileUnit, "test.cpp", 0x2080, 2080); in initElements()
321 set(GlobalVariable, "GlobalVariable", 0x3000, 3000); in initElements()
322 set(LocalVariable, "LocalVariable", 0x3010, 3010, TypeDefinitionOne); in initElements()
323 set(ClassMember, "Member", 0x3020, 3020, IntegerType); in initElements()
324 set(Parameter, "Param", 0x3030, 3030, UnsignedType); in initElements()
325 set(NestedVariable, "NestedVariable", 0x3040, 3040); in initElements()
328 set(LocalLine, "", 0x4000, 4000); in initElements()
329 set(NestedLine, "", 0x4010, 4010); in initElements()