Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dpredicate.h28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Ar… variable
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp675 double rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_float_d()
683 __float128 rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_double_q()
691 long double rhs_shadow, int predicate, bool result, in __nsan_fcmp_fail_double_l()
700 int predicate, bool result, bool shadow_result) { in __nsan_fcmp_fail_longdouble_q()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp143 const auto predicate = [this] { return m_exit || m_recompute_next_alarm; }; in AlarmThread() local
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h221 #define GTEST_DEATH_TEST_(statement, predicate, regex_or_matcher, fail) \ argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3431 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3444 CmpInst *CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3743 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned()
3751 bool CmpInst::isSigned(Predicate predicate) { in isSigned()
3841 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered()
3850 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered()
3859 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual()
3867 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual()
/freebsd/usr.bin/dtc/
H A Dfdt.hh666 inline void delete_children_if(std::function<bool(node_ptr &)> predicate) in delete_children_if()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp289 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h276 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1113 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp959 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() function in HexagonExpandCondsets
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp369 llvm::function_ref<bool(Decl::Kind)> predicate, in FindExternalLexicalDecls()
/freebsd/sys/kern/
H A Dkern_linker.c629 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h431 CheckPatternPredicateMatcher(StringRef predicate) in CheckPatternPredicateMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3641 ICmpInst::Predicate predicate = I.getPredicate(); in visitICmp() local
3664 FCmpInst::Predicate predicate = I.getPredicate(); in visitFCmp() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3473 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate()