Lines Matching refs:NestedVariable
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()
530 EXPECT_GE((int)NestedVariable->getCoveragePercentage(), 100); in checkWarnings()
531 EXPECT_EQ((int)NestedVariable->getCoveragePercentage(), 900); in checkWarnings()
532 EXPECT_EQ(NestedVariable->getCoverageFactor(), 0x1200u); in checkWarnings()