/freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
H A D | predicate.h | 28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Ar… variable
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 173 #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 D | nsan.cpp | 675 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 D | Alarm.cpp | 143 const auto predicate = [this] { return m_exit || m_recompute_next_alarm; }; in AlarmThread() local
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 221 #define GTEST_DEATH_TEST_(statement, predicate, regex_or_matcher, fail) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3431 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 D | fdt.hh | 666 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 D | tsan_interceptors_libdispatch.cpp | 289 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 D | gtest-internal-inl.h | 276 inline int CountIf(const Container& c, Predicate predicate) { in CountIf()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1113 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 959 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() function in HexagonExpandCondsets
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 369 llvm::function_ref<bool(Decl::Kind)> predicate, in FindExternalLexicalDecls()
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | 629 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 431 CheckPatternPredicateMatcher(StringRef predicate) in CheckPatternPredicateMatcher()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3641 ICmpInst::Predicate predicate = I.getPredicate(); in visitICmp() local 3664 FCmpInst::Predicate predicate = I.getPredicate(); in visitFCmp() local
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 3473 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate()
|