Searched refs:abstractFlag (Results 1 – 1 of 1) sorted by relevance
97 int abstractFlag = 0x0400; // unexpected in testModifiers001() local123 if ( (returnedModifiers & abstractFlag) != 0 ) { in testModifiers001()189 int abstractFlag = 0x0400; // unexpected in testModifiers002() local215 if ( (returnedModifiers & abstractFlag) == 0 ) { in testModifiers002()