Home
last modified time | relevance | path

Searched refs:Flag1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dmisc-ps-eager-assume.m90 // 'Flag1 != Count > 0'.
97 extern short Flag1;
104 if( Flag1 != Count > 0 )
106 // Flag1 is true and Count > 0
108 // Flag1 is false and Count <= 0
111 if( Flag1 != Flag2 )
112 // Analyzer skips this so Flag1 and Flag2 have the
121 // happen when Flag1 and Flag2 are both true and Flag2 will only
/external/clang/test/Analysis/
Dmisc-ps-eager-assume.m90 // 'Flag1 != Count > 0'.
97 extern short Flag1;
104 if( Flag1 != Count > 0 )
106 // Flag1 is true and Count > 0
108 // Flag1 is false and Count <= 0
111 if( Flag1 != Flag2 )
112 // Analyzer skips this so Flag1 and Flag2 have the
121 // happen when Flag1 and Flag2 are both true and Flag2 will only
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dflags_test.cpp80 bool Flag1 = !ExpectedFlag1; in testTwoFlags() local
82 Parser.registerFlag(Name1, FlagDesc, scudo::FlagType::FT_bool, &Flag1); in testTwoFlags()
85 EXPECT_EQ(ExpectedFlag1, Flag1); in testTwoFlags()
/external/scudo/standalone/tests/
Dflags_test.cpp80 bool Flag1 = !ExpectedFlag1; in testTwoFlags() local
82 Parser.registerFlag(Name1, FlagDesc, scudo::FlagType::FT_bool, &Flag1); in testTwoFlags()
85 EXPECT_EQ(ExpectedFlag1, Flag1); in testTwoFlags()
/external/ImageMagick/coders/
Dmat.c116 unsigned short Flag1; member
1081 MATLAB_HDR.Flag1 = ReadBlobXXXShort(image2); in ReadMATImage()