Searched refs:matches (Results 226 - 242 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp873 size_t matches = 0; variable
885 matches = variable_list.GetSize();
890 matches = variable_list.GetSize();
893 if (matches == 0) {
898 for (uint32_t global_idx = 0; global_idx < matches; ++global_idx) {
1993 "Unable to find an image that matches '%s'.\n", arg_cstr);
2135 "Unable to find an image that matches '%s'.\n", arg_cstr);
2224 "Unable to find an image that matches '%s'.\n", arg_cstr);
2343 "Unable to find an image that matches '%s'.\n", arg.c_str());
2430 "Unable to find an image that matches '
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1516 // This matches GetTempPath logic to some degree. GetTempPath is not used
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp81 // Creates an AST visitor that matches `Matcher` on all
180 // Sets 'Matched' to true if 'Matcher' matches 'Node'
187 if (Matcher->matches(DynTypedNode::create(Node), Finder,
236 return innerMatcher.matches(*Node.getSubExpr(), Finder, Builder);
244 // Returns a matcher that matches any expression 'e' such that `innerMatcher`
245 // matches 'e' and 'e' is in an Unspecified Lvalue Context.
262 // Returns a matcher that matches any expression `e` such that `InnerMatcher`
263 // matches `e` and `e` is in an Unspecified Pointer Context (UPC).
289 // A matcher that matches pointer subtractions:
306 // Returns a matcher that matches an
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2275 // Verify whether the search string parameter matches the return type.
2533 if (StdCopy.matches(Call))
2535 if (StdCopyBackward.matches(Call))
H A DStdLibraryFunctionsChecker.cpp717 bool matches(const FunctionDecl *FD) const;
798 bool Result = Sign.matches(FD) && validateByConstraints(FD);
1494 bool StdLibraryFunctionsChecker::Signature::matches( function in class:StdLibraryFunctionsChecker::Signature
/freebsd-current/usr.sbin/bhyve/
H A Dpci_passthru.c800 pc.matches = conf;
/freebsd-current/sys/cam/
H A Dcam_ccb.h586 struct dev_match_result *matches; member in struct:ccb_dev_match
/freebsd-current/sys/dev/drm2/
H A DdrmP.h1732 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h979 struct cfg80211_wowlan_nd_match *matches[0]; member in struct:cfg80211_wowlan_nd_info
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c1388 - the *_parse() function takes argc/argv[], matches the function
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c2723 * Scan tree for a host that matches the address.
3945 * `sa1' matches `sa2' when filtered by the netmask in `samask'.
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp1177 if (Filters.matches(*Coverage, Function))
/freebsd-current/sys/cam/scsi/
H A Dscsi_enc_ses.c911 cdm.matches = &match_result;
1002 * \param periph A periph instance that matches elm.
1030 * \param periph A periph instance that matches elm.
1148 * descriptor that matches one created from the SES additional
1602 * matches the order reported in the config page (i.e. the
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1027 // or matches "/usr/libexec/locationd" "/usr/libexec/terminusd"
1042 if (arg && arg->getOption().matches(OPT_no_fixup_chains))
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2118 // Look for a slice in the universal binary that matches each ArchFlag.
2190 // Returns true If the binary contains a slice that matches the host
2309 // matches the host architecture dump only that.
2558 } else if (A->getOption().matches(OPT_s)) {
/freebsd-current/
H A DMakefile.inc1286 # Everything matches, disable the bootstrap compiler.
326 # Everything matches, disable the bootstrap linker.
363 .info SYSTEM_COMPILER: Determined that CC=${CC} matches the source tree. Not bootstrapping a cross-compiler.
368 .info SYSTEM_LINKER: Determined that LD=${LD} matches the source tree. Not bootstrapping a cross-linker.
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h1340 * Note that "64" matches the number of ack bits in a block-ack packet.
5509 * @IWM_LMAC_SCAN_FLAG_MATCH: Send match found notification on matches
6088 * matches passed in the scan offload request
6096 * @matches: array of match information, one for each match
6107 struct iwm_scan_offload_profile_match matches[IWM_SCAN_MAX_PROFILES]; member in struct:iwm_scan_offload_profiles_query
6669 * @cap: capabilities for all channels which matches the MCC
6692 * @cap: capabilities for all channels which matches the MCC
6722 * @cap: capabilities for all channels which matches the MCC

Completed in 242 milliseconds

12345678910