Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c41 struct match { struct
50 struct match *match = arg2; in matching_iidesc() argument
64 struct match match = { NULL, name }; in lookup_tdesc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h41 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
159 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
[all …]
/freebsd/contrib/nvi/regex/
H A Dengine.c54 #define match smat macro
65 #define match lmat macro
69 struct match { struct
72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
76 const RCHAR_T *coldp; /* can be no match starting before here */ argument
92 static const RCHAR_T *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta… argument
/freebsd/lib/libc/regex/
H A Dengine.c54 #define match smat macro
65 #define match lmat macro
76 #define match mmat macro
80 struct match { struct
83 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
87 const char *coldp; /* can be no match starting before here */ argument
104 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… argument
/freebsd/contrib/mandoc/
H A Ddbm.c173 dbm_page_byname(const struct dbm_match *match) in dbm_page_byname()
180 dbm_page_bysect(const struct dbm_match *match) in dbm_page_bysect()
187 dbm_page_byarch(const struct dbm_match *match) in dbm_page_byarch()
194 dbm_page_bydesc(const struct dbm_match *match) in dbm_page_bydesc()
201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) in dbm_page_bymacro()
235 static const struct dbm_match *match; in page_bytitle() local
315 static const struct dbm_match *match; in page_byarch() local
351 static const struct dbm_match *match; in page_bymacro() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h28 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
33 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
44 template <typename ITy> bool match(ITy *V) { in match() function
61 bool match(VPValue *VPV) { in match() function
92 template <typename ITy> bool match(ITy *V) { in match() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h47 bool match(SDValue N, unsigned Opcode) const { in match() function
92 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
112 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
132 bool match(const MatchContext &Ctx, SDValue N) { in match() function
145 bool match(const MatchContext &Ctx, SDValue N) { in match() function
174 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
190 bool match(const MatchContext &Ctx, SDValue N) { in match() function
216 bool match(const OrigMatchContext &, SDValue N) { in match() function
233 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
250 bool match(const MatchContext &Ctx, SDValue N) { in match() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h49 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
53 template <typename Pattern> bool match(ArrayRef<int> Mask, const Pattern &P) { in match() function
62 template <typename OpTy> bool match(OpTy *V) { in match() function
76 template <typename OpTy> bool match(OpTy *V) { in match() function
88 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
146 template <typename ITy> bool match(ITy *V) { return check(V); } in match() function
178 template <typename ITy> bool match(ITy *V) { in match() function
199 template <typename ITy> bool match(ITy *V) { return !M.match(V); } in match() function
214 template <typename ITy> bool match(ITy *V) { in match() function
229 template <typename ITy> bool match(ITy *V) { in match() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h346 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
359 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
382 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
433 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
460 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
476 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
490 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
506 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
525 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
541 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function
[all …]
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp38 bool SingleStringMatcher::match(StringRef s) const { in match() function in SingleStringMatcher
42 bool StringMatcher::match(StringRef s) const { in match() function in StringMatcher
/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c62 const struct acpi_q_rule *match; member
107 aq_match_header(ACPI_TABLE_HEADER *hdr, const struct acpi_q_rule *match) in aq_match_header()
139 const struct acpi_q_rule *match; in acpi_table_quirks() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h194 template <typename T> void match(const T &Node, ASTContext &Context) { in match() function
302 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match() function
313 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() function
319 match(MatcherT Matcher, ASTContext &Context) { in match() function
/freebsd/sys/net/
H A Dif_media.c166 struct ifmedia_entry *match; in ifmedia_set() local
209 struct ifmedia_entry *match; in ifmedia_ioctl() local
331 struct ifmedia_entry *match, *next; in ifmedia_match() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) { in NameMatches() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c60 int match = 1, nomatch = 0; pm_list() local
107 int match = 1, nomatch = 0; pm_list_w() local
[all...]
/freebsd/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh86 match() { function
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp133 ATF_TEST_CASE_HEAD(match) in ATF_TEST_CASE_HEAD() argument
137 ATF_TEST_CASE_BODY(match) in ATF_TEST_CASE_BODY() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp177 bool match = false; in main() local
211 bool match = false; in main() local
244 bool match = false; in main() local
/freebsd/contrib/kyua/engine/
H A Dfilters.hpp102 typedef std::pair< bool, utils::optional< test_filter > > match; typedef in engine::test_filters
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_access.c65 int match = NO; in login_access() local
133 int match = NO; in list_match() local
/freebsd/crypto/heimdal/appl/rsh/
H A Dlogin_access.c65 int match = NO; in login_access() local
133 int match = NO; in list_match() local
/freebsd/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c57 int match = NO; in login_access() local
116 int match = NO; in list_match() local
/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp183 const ::regmatch_t* match = &_pimpl->_matches[index]; in get() local
278 text::regex::match(const std::string& str) const in match() function in text::regex
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcopy_ccache.c105 krb5_boolean match; in _gsskrb5_krb5_import_cred() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c192 struct acpi_dev_present_ctx *match = context; in acpi_dev_present_cb() local
246 struct acpi_dev_present_ctx match; in lkpi_acpi_dev_present() local
263 struct acpi_dev_present_ctx match; in lkpi_acpi_dev_get_first_match_dev() local

12345678910>>...15