Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c145 #define ISNOTEQUAL(a, b) (!ISEQUAL(a, b)) macro
147 if (ISNOTEQUAL(p,q)) { in testNestedDisjunctiveMacro()