Home
last modified time | relevance | path

Searched defs:negation (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dnegation.h26 struct _LIBCPP_NO_SPECIALIZATIONS negation : _Not<_Tp> {}; struct
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-assertion-result.cc60 AssertionResult negation(!success_); in operator !() local
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp127 Value negation = builder.create<arith::XOrIOp>( in process() local
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-matchers.cc53 bool negation, const char* matcher_name, in FormatMatcherDescription()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-matchers.h348 bool negation) { in DescribeImpl()
/llvm-project/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp60 MATCHER_P2(ContainsN,InnerMatcher,N,describeContainsN (InnerMatcher,N,negation)) MATCHER_P2() argument