Searched refs:NestedVariable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | WarningInternalTest.cpp | 82 LVSymbol *NestedVariable = nullptr; member in __anon538c05990111::ReaderTestWarningInternal 232 CREATE(NestedVariable, createSymbol); in createElements() 294 add(NestedScope, NestedVariable); in addElements() 347 set(NestedVariable, "NestedVariable", 0x3010, 310, IntegerType); in initElements() 436 add(NestedVariable, LineThree, LineFour); in initElements() 437 add(NestedVariable, LineOne, LineSix); in initElements() 488 EXPECT_EQ(IterOffset->second, NestedVariable); in checkWarnings() 510 EXPECT_EQ(IterLocations->first, NestedVariable->getOffset()); in checkWarnings() 528 EXPECT_EQ(IterCoverages->first, NestedVariable->getOffset()); in checkWarnings() 529 EXPECT_EQ(IterCoverages->second, NestedVariable); in checkWarnings() [all …]
|
H A D | SelectElementsTest.cpp | 43 LVSymbol *NestedVariable = nullptr; member in __anon63092e030111::ReaderTestSelection 116 CREATE(NestedVariable, createSymbol, setIsVariable); in createElements() 171 add(NestedScope, NestedVariable); in addElements() 222 set(NestedVariable, "NestedVariable", 0x6200, 620, IntegerType); in initElements() 274 EXPECT_FALSE(NestedVariable->getIsMatched()); in checkKindPatterns() 317 EXPECT_FALSE(NestedVariable->getIsMatched()); in checkGenericPatterns() 358 EXPECT_TRUE(NestedVariable->getIsMatched()); // NestedVariable in checkFlexiblePatterns()
|
H A D | LocationRangesTest.cpp | 95 LVSymbol *NestedVariable = nullptr; member in __anonf99b6c7f0111::ReaderTestLocations 140 CREATE(NestedVariable, createSymbol); in createElements() 202 add(NestedScope, NestedVariable); in addElements() 220 set(NestedVariable, "NestedVariable", 0x3010, 310, IntegerType); in initElements() 300 add(NestedVariable, LineThree, LineFour); in initElements() 321 NestedVariable->getLocations(Locations); in initElements()
|
H A D | LogicalElementsTest.cpp | 58 LVSymbol *NestedVariable = nullptr; member in __anonb3007c9e0111::ReaderTestElements 141 CREATE(NestedVariable, createSymbol); in createElements() 227 add(NestedScope, NestedVariable); in addElements() 325 set(NestedVariable, "NestedVariable", 0x3040, 3040); in initElements()
|
H A D | CompareElementsTest.cpp | 59 LVSymbol *NestedVariable = nullptr; member in __anon8e4c552a0111::ReaderTestCompare 136 CREATE(NestedVariable, createSymbol, setIsVariable); in createElements() 214 Insert(true, NestedScope, NestedVariable); in addElements() 267 set(NestedVariable, "NestedVariable", 0x3050, 3050); in initElements()
|