Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-src/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-src/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-src/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-src/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-src/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-src/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
72 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } match() function
130 template <typename ITy> bool match(ITy *V) { return check(V); } match() function
157 template <typename ITy> bool match(ITy *V) { match() function
178 template <typename ITy> bool match(ITy *V) { return !M.match(V); } match() function
193 template <typename ITy> bool match(ITy *V) { match() function
208 template <typename ITy> bool match(ITy *V) { match() function
235 template <typename ITy> bool match(ITy *V) { match() function
260 template <typename ITy> bool match(ITy *V) { match() function
311 template <typename ITy> bool match(ITy *V) { match() function
335 template <typename ITy> bool match(ITy *V) { match() function
385 template <typename ITy> bool match(ITy *V) { match() function
411 template <typename ITy> bool match(ITy *V) { match() function
537 template <typename ITy> bool match(ITy *V) { match() function
710 template <typename ITy> bool match(ITy *V) { match() function
776 template <typename ITy> bool match(ITy *V) { return V == Val; } match() function
789 template <typename ITy> bool match(ITy *const V) { return V == Val; } match() function
810 template <typename ITy> bool match(ITy *V) { match() function
833 template <typename ITy> bool match(ITy *V) { match() function
850 template <typename ITy> bool match(ITy *V) { match() function
888 template <typename ITy> bool match(ITy *V) { match() function
920 template <typename OpTy> bool match(OpTy *V) { match() function
943 template <typename OpTy> bool match(OpTy *V) { match() function
968 template <typename OpTy> inline bool match(unsigned Opc, OpTy *V) { match() function
978 template <typename OpTy> bool match(OpTy *V) { return match(Opcode, V); } match() function
1009 template <typename OpTy> bool match(OpTy *V) { match() function
1140 template <typename OpTy> bool match(OpTy *V) { match() function
1230 template <typename OpTy> bool match(OpTy *V) { match() function
1249 template <typename OpTy> bool match(OpTy *V) { match() function
1291 template <typename OpTy> bool match(OpTy *V) { match() function
1383 template <typename OpTy> bool match(OpTy *V) { match() function
1410 template <typename OpTy> bool match(OpTy *V) { match() function
1453 template <typename OpTy> bool match(OpTy *V) { match() function
1469 template <typename OpTy> bool match(OpTy *V) { match() function
1488 template <typename OpTy> bool match(OpTy *V) { match() function
1518 template <typename OpTy> bool match(OpTy *V) { match() function
1574 template <typename OpTy> bool match(OpTy *V) { match() function
1586 bool match(ArrayRef<int> Mask) { match() function
1593 bool match(ArrayRef<int> Mask) { match() function
1601 bool match(ArrayRef<int> Mask) { return MaskRef == Mask; } match() function
1607 bool match(ArrayRef<int> Mask) { match() function
1659 template <typename OpTy> bool match(OpTy *V) { match() function
1671 template <typename OpTy> bool match(OpTy *V) { match() function
1685 template <typename OpTy> bool match(OpTy *V) { match() function
1700 template <typename OpTy> bool match(OpTy *V) { match() function
1840 template <typename OpTy> bool match(OpTy *V) { match() function
1861 template <typename OpTy> bool match(OpTy *V) { match() function
1897 template <typename OpTy> bool match(OpTy *V) { match() function
1938 static bool match(ICmpInst::Predicate Pred) { match() function
1945 static bool match(ICmpInst::Predicate Pred) { match() function
1952 static bool match(ICmpInst::Predicate Pred) { match() function
1959 static bool match(ICmpInst::Predicate Pred) { match() function
1966 static bool match(FCmpInst::Predicate Pred) { match() function
1973 static bool match(FCmpInst::Predicate Pred) { match() function
1980 static bool match(FCmpInst::Predicate Pred) { match() function
1987 static bool match(FCmpInst::Predicate Pred) { match() function
2101 template <typename OpTy> bool match(OpTy *V) { match() function
2167 template <typename OpTy> bool match(OpTy *V) { match() function
2187 template <typename OpTy> bool match(OpTy *V) { match() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h347 template<typename Fn> void match(Fn F) const { F(Array); } match() function
360 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } match() function
383 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } match() function
434 template<typename Fn> void match(Fn F) const { F(Child, Quals); } match() function
461 template<typename Fn> void match(Fn F) const { F(Ty); } match() function
477 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } match() function
491 template<typename Fn> void match(Fn F) const { F(Name); } match() function
507 template <typename Fn> void match(Fn F) const { F(Size, Signed); } match() function
526 template<typename Fn> void match(Fn F) const { F(Kind, Child); } match() function
542 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } match() function
561 template<typename Fn> void match(Fn F) const { F(Base, Tag); } match() function
579 template<typename Fn> void match(Fn F) const { F(Conditions); } match() function
598 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); } match() function
623 template<typename Fn> void match(Fn F) const { F(Pointee); } match() function
705 template<typename Fn> void match(Fn F) const { F(Pointee, RK); } match() function
748 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } match() function
782 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } match() function
816 template<typename Fn> void match(Fn F) const { match() function
865 template<typename Fn> void match(Fn F) const { F(E); } match() function
881 template<typename Fn> void match(Fn F) const { F(Types); } match() function
909 template <typename Fn> void match(Fn F) const { F(Base); } match() function
936 template<typename Fn> void match(Fn F) const { match() function
995 template<typename Fn> void match(Fn F) const { F(OpName); } match() function
1011 template<typename Fn> void match(Fn F) const { F(Special, Child); } match() function
1028 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } match() function
1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1063 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1083 template <typename Fn> void match(Fn F) const { match() function
1103 template <typename Fn> void match(Fn F) const { F(Module, Name); } match() function
1121 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } match() function
1139 template<typename Fn> void match(Fn F) const { F(Qualifier, Name); } match() function
1161 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } match() function
1179 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1196 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1220 template<typename Fn> void match(Fn F) const { F(Kind, Index); } match() function
1247 template <typename Fn> void match(Fn F) const { F(Param, Arg); } match() function
1265 template<typename Fn> void match(Fn F) const { F(Name); } match() function
1282 template<typename Fn> void match(Fn F) const { F(Constraint, Name); } match() function
1301 template<typename Fn> void match(Fn F) const { F(Name, Type); } match() function
1327 template <typename Fn> void match(Fn F) const { F(Name, Params, Requires); } match() function
1353 template<typename Fn> void match(Fn F) const { F(Param); } match() function
1400 template<typename Fn> void match(Fn F) const { F(Data); } match() function
1448 template<typename Fn> void match(Fn F) const { F(Elements); } match() function
1466 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1511 template<typename Fn> void match(Fn F) const { F(Params, Requires); } match() function
1609 template<typename Fn> void match(Fn F) const { F(Name, TemplateArgs); } match() function
1626 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1657 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1699 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1730 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } match() function
1745 template<typename Fn> void match(Fn F) const { F(Base); } match() function
1760 template<typename Fn> void match(Fn F) const { F(Count); } match() function
1784 template<typename Fn> void match(Fn F) const { match() function
1824 template<typename Fn> void match(Fn F) const { F(Bindings); } match() function
1846 template <typename Fn> void match(Fn F) const { match() function
1877 template <typename Fn> void match(Fn F) const { match() function
1897 template <typename Fn> void match(Fn F) const { match() function
1917 template <typename Fn> void match(Fn F) const { match() function
1940 template <typename Fn> void match(Fn F) const { match() function
1965 template<typename Fn> void match(Fn F) const { match() function
1996 template <typename Fn> void match(Fn F) const { match() function
2020 template <typename Fn> void match(Fn F) const { match() function
2045 template<typename Fn> void match(Fn F) const { F(Pack); } match() function
2064 template <typename Fn> void match(Fn F) const { match() function
2089 template<typename Fn> void match(Fn F) const { match() function
2124 template <typename Fn> void match(Fn F) const { match() function
2147 template <typename Fn> void match(Fn F) const { match() function
2164 template<typename Fn> void match(Fn F) const { F(Number); } match() function
2180 template <typename Fn> void match(Fn F) const { match() function
2205 template <typename Fn> void match(Fn F) const { match() function
2226 template<typename Fn> void match(Fn F) const { F(Ty, Inits); } match() function
2245 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); } match() function
2270 template<typename Fn> void match(Fn F) const { F(First, Last, Init); } match() function
2295 template<typename Fn> void match(Fn F) const { match() function
2337 template<typename Fn> void match(Fn F) const { F(Op); } match() function
2351 template<typename Fn> void match(Fn F) const { F(Value); } match() function
2364 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2379 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2398 template<typename Fn> void match(Fn F) const { F(Ty, Integer); } match() function
2420 template<typename Fn> void match(Fn F) const { F(Type, Value); } match() function
2447 template<typename Fn> void match(Fn F) const { F(Parameters, Requirements); } match() function
2477 template <typename Fn> void match(Fn F) const { match() function
2504 template <typename Fn> void match(Fn F) const { F(Type); } match() function
2519 template <typename Fn> void match(Fn F) const { F(Constraint); } match() function
2552 template<typename Fn> void match(Fn F) const { F(Contents); } match() function
[all...]
/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) { in NameMatches()
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c59 int match = 1, nomatch = 0; in pm_list() local
106 int match = 1, nomatch = 0; in pm_list_w() local
/freebsd-src/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh86 match() { function
/freebsd-src/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-src/contrib/kyua/engine/
H A Dfilters.hpp102 typedef std::pair< bool, utils::optional< test_filter > > match; typedef in engine::test_filters
/freebsd-src/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
[all...]
/freebsd-src/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-src/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-src/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-src/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-src/crypto/heimdal/lib/gssapi/krb5/
H A Dcopy_ccache.c105 krb5_boolean match; in _gsskrb5_krb5_import_cred() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp32 bool match = true; Find() local
/freebsd-src/contrib/netbsd-tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c29 bool match; in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp193 bool GlobPattern::match(StringRef S) const { in match() function in GlobPattern
207 bool GlobPattern::SubGlobPattern::match(StringRef Str) const { in match() function in GlobPattern::SubGlobPattern

12345678910>>...15