Searched refs:Flag1 (Results 1 – 5 of 5) sorted by relevance
90 // 'Flag1 != Count > 0'.97 extern short Flag1;104 if( Flag1 != Count > 0 )106 // Flag1 is true and Count > 0108 // Flag1 is false and Count <= 0111 if( Flag1 != Flag2 )112 // Analyzer skips this so Flag1 and Flag2 have the121 // happen when Flag1 and Flag2 are both true and Flag2 will only
80 bool Flag1 = !ExpectedFlag1; in testTwoFlags() local82 Parser.registerFlag(Name1, FlagDesc, scudo::FlagType::FT_bool, &Flag1); in testTwoFlags()85 EXPECT_EQ(ExpectedFlag1, Flag1); in testTwoFlags()
116 unsigned short Flag1; member1081 MATLAB_HDR.Flag1 = ReadBlobXXXShort(image2); in ReadMATImage()