/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringExtras.cpp | 101 auto check = [&input](size_t j, function_ref<bool(int)> predicate) { in convertToSnakeFromCamelCase()
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 222 GTEST_DEATH_TEST_(statement,predicate,regex_or_matcher,fail) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3976 CmpInst(Type * ty,OtherOps op,Predicate predicate,Value * LHS,Value * RHS,const Twine & Name,Instruction * InsertBefore,Instruction * FlagsSource) CmpInst() argument 3991 CmpInst(Type * ty,OtherOps op,Predicate predicate,Value * LHS,Value * RHS,const Twine & Name,BasicBlock * InsertAtEnd) CmpInst() argument 4004 Create(OtherOps Op,Predicate predicate,Value * S1,Value * S2,const Twine & Name,Instruction * InsertBefore) Create() argument 4024 Create(OtherOps Op,Predicate predicate,Value * S1,Value * S2,const Twine & Name,BasicBlock * InsertAtEnd) Create() argument 4304 isUnsigned(Predicate predicate) isUnsigned() argument 4312 isSigned(Predicate predicate) isSigned() argument 4402 isOrdered(Predicate predicate) isOrdered() argument 4411 isUnordered(Predicate predicate) isUnordered() argument 4420 isTrueWhenEqual(Predicate predicate) isTrueWhenEqual() argument 4428 isFalseWhenEqual(Predicate predicate) isFalseWhenEqual() argument [all...] |
/freebsd-src/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-src/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-src/contrib/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 275 CountIf(const Container & c,Predicate predicate) CountIf() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1113 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 957 /// the copy under the given condition (using the same predicate register as in predicate() function in HexagonExpandCondsets [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 370 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument
|
/freebsd-src/sys/kern/ |
H A D | kern_linker.c | 629 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 700 executeCmpInst(unsigned predicate,GenericValue Src1,GenericValue Src2,Type * Ty) executeCmpInst() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3444 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE; visitICmp() local 3471 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE; visitFCmp() local
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 3473 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate()
|