Home
last modified time | relevance | path

Searched defs:FAIL (Results 1 – 5 of 5) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DReturnCode.py20 FAIL = 2 variable in ReturnCode
/llvm-project/clang/test/Analysis/
H A Dsetgid-setuid-order.c251 const int FAIL = -1; variable
/llvm-project/llvm/utils/lit/lit/
H A DTest.py54 FAIL = ResultCode("FAIL", "Failed", True) variable
/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.c42 #define FAIL(E) return (imath_errno = (E), false) macro
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h1754 #define FAIL() GTEST_FAIL() macro