Home
last modified time | relevance | path

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

12345678910>>...17

/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.h50 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
64 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
93 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
128 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
154 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
168 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
182 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
197 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
213 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
229 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/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) const { in match() function
76 template <typename OpTy> bool match(OpTy *V) const { in match() function
88 template <typename ITy> bool match(ITy *V) const { return isa<Class>(V); } in match() function
146 template <typename ITy> bool match(ITy *V) const { return check(V); } in match() function
178 template <typename ITy> bool match(ITy *V) const { in match() function
199 template <typename ITy> bool match(ITy *V) const { return !M.match(V); } in match() function
214 template <typename ITy> bool match(ITy *V) const { in match() function
229 template <typename ITy> bool match(ITy *V) const { in match() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionPatternMatch.h21 template <typename Pattern> bool match(const SCEV *S, const Pattern &P) { in match() function
28 bool match(const SCEV *S) const { in match() function
60 template <typename ITy> bool match(ITy *V) const { return isa<Class>(V); } in match() function
76 template <typename ITy> bool match(ITy *V) const { in match() function
100 template <typename ITy> bool match(ITy *S) const { return S == Expr; } in match() function
120 bool match(const SCEV *S) const { in match() function
140 bool match(const SCEV *S) const { in match() function
171 bool match(const SCEV *S) const { in match() function
213 bool match(const SCEV *S) const { in match() function
224 bool match(const Loop *L) const { return L == this->L; } in match() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h49 bool match(SDValue N, unsigned Opcode) const { in match() function
96 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
117 bool match(const MatchContext &Ctx, SDValue N) { in match() function
133 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
153 bool match(const MatchContext &Ctx, SDValue N) { in match() function
170 bool match(const MatchContext &Ctx, SDValue N) { in match() function
199 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
215 bool match(const MatchContext &Ctx, SDValue N) { in match() function
241 bool match(const OrigMatchContext &, SDValue N) { in match() function
258 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { in match() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h373 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
386 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
409 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
460 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
487 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
503 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
517 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
533 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
552 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
568 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function
[all …]
/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
32 template <typename Pattern> bool match(VPUser *U, const Pattern &P) { in match() function
38 template <typename ITy> bool match(ITy *V) const { return isa<Class>(V); } in match() function
49 template <typename ITy> bool match(ITy *V) const { in match() function
64 bool match(VPValue *VPV) const { return VPV == Val; } in match() function
76 bool match(VPValue *const V) const { return V == Val; } in match() function
97 bool match(VPValue *VPV) const { in match() function
160 template <typename ITy> bool match(ITy *V) const { in match() function
175 template <typename ITy> bool match(ITy *V) const { in match() function
214 bool match(const VPValue *V) const { in match() function
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcheck-expect.lua111 local function match(pattern, action) function
114 match = function() end function
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dsoftware.c137 pkgconf_pkg_t *match = dep->match; in spdxtool_software_sbom_to_object() local
172 pkgconf_pkg_t *match = dep->match; in spdxtool_software_sbom_to_object() local
463 pkgconf_pkg_t *match = dep->match; in spdxtool_software_package_to_object() local
509 pkgconf_pkg_t *match = dep->match; in spdxtool_software_package_to_object() 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/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/lld/Common/
H A DStrings.cpp41 bool SingleStringMatcher::match(StringRef s) const { in match() function in SingleStringMatcher
45 bool StringMatcher::match(StringRef s) const { in match() function in StringMatcher
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c112 pkgconf_pkg_t *match = dep->match; in sbom_name() local
288 pkgconf_pkg_t *match = dep->match; in write_sbom_relationships() local
300 pkgconf_pkg_t *match = dep->match; in write_sbom_relationships() local
333 pkgconf_pkg_t *match = dep->match; in generate_sbom_from_world() local
/freebsd/lib/libc/locale/
H A Dcollate.c319 collate_large_t *match; in _collate_lookup() local
792 collate_large_t *match; in __collate_collating_symbol() local
804 collate_chain_t *match; in __collate_collating_symbol() local
859 collate_large_t *match; in __collate_equiv_class() local
870 collate_chain_t *match; in __collate_equiv_class() local
953 collate_large_t *match; in __collate_equiv_match() local
/freebsd/sys/net/
H A Dif_media.c167 struct ifmedia_entry *match; in ifmedia_set() local
210 struct ifmedia_entry *match; in ifmedia_ioctl() local
348 struct ifmedia_entry *match, *next; in ifmedia_match() local
/freebsd/usr.sbin/moused/moused/
H A Dquirks.c141 struct match { struct
165 bool has_match; /* to check for empty sections */ argument
169 struct match match; argument
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) { in NameMatches() argument
/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/libarchive/libarchive/
H A Darchive_pathmatch.c61 int match = 1, nomatch = 0; in pm_list() local
108 int match = 1, nomatch = 0; in pm_list_w() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp180 bool match = false; in main() local
214 bool match = false; in main() local
247 bool match = false; in main() local
/freebsd/sys/x86/x86/
H A Ducode.c63 const void *(*match)(const uint8_t *, size_t *); member
381 map_ucode(const void *match, uintptr_t free, size_t len) in map_ucode()
425 const uint8_t *fileaddr, *match; in ucode_load_bsp() local

12345678910>>...17