Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/
H A DStringExtras.cpp101 auto check = [&input](size_t j, function_ref<bool(int)> predicate) { in convertToSnakeFromCamelCase()
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h222 GTEST_DEATH_TEST_(statement,predicate,regex_or_matcher,fail) global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3976 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 Dfdt.hh666 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 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-src/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h275 CountIf(const Container & c,Predicate predicate) CountIf() argument
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1113 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp957 /// 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 DClangASTSource.cpp370 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument
/freebsd-src/sys/kern/
H A Dkern_linker.c629 linker_file_foreach(linker_predicate_t *predicate, void *context) in linker_file_foreach() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp700 executeCmpInst(unsigned predicate,GenericValue Src1,GenericValue Src2,Type * Ty) executeCmpInst() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3444 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 Dcatch.hpp3473 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate()