Searched refs:matches (Results 101 - 125 of 213) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp56 // Find the index of the file in the file spec list that matches "file_spec"
59 // Returns the valid index of the file that matches "file_spec" if it is found,
119 FileSpecList &matches) {
117 GetFilesMatchingPartialPath(const char *path, bool dir_okay, FileSpecList &matches) argument
H A DDisassembler.cpp809 llvm::SmallVector<llvm::StringRef, 2> matches; local
810 if (g_reg_exp.Execute(line, &matches))
811 value = matches[1].str();
872 llvm::SmallVector<llvm::StringRef, 3> matches; local
874 bool reg_exp_success = g_reg_exp.Execute(line, &matches);
878 key = matches[1].str();
879 value = matches[2].str();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp286 llvm::SmallVector<llvm::StringRef, 3> matches; local
287 if (g_regex.Execute(host_and_port, &matches)) {
288 host_str = matches[1].str();
289 port_str = matches[2].str();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h134 StringList &matches) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp98 return Op.SourcePreds[0].matches({}, Src);
190 if (Pred.matches({}, &*I))
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1194 int matches = 0; local
1209 matches++;
1216 matches += ipoib_match_gid_pkey_addr(child_priv, gid,
1218 if (matches > 1)
1223 return matches;
1230 * net_device, if the number of matches >= 1
1238 int matches = 0; local
1246 matches += ipoib_match_gid_pkey_addr(priv, gid, pkey_index,
1249 if (matches > 1)
1253 return matches;
1263 int matches; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp71 if (A->getOption().matches(options::OPT_O4) ||
72 A->getOption().matches(options::OPT_Ofast))
74 else if (A->getOption().matches(options::OPT_O0))
76 else if (A->getOption().matches(options::OPT_O)) {
384 if (A->getOption().matches(options::OPT_Xarch__)) {
385 // Skip this argument unless the architecture matches BoundArch.
H A DXCore.cpp42 if (!A->getOption().matches(options::OPT_g0))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp134 // the frontend matches that.
169 if (A->getOption().matches(options::OPT_msoft_float)) {
171 } else if (A->getOption().matches(options::OPT_mhard_float)) {
479 if (A->getOption().matches(options::OPT_mcrc))
526 if (A->getOption().matches(options::OPT_mlong_calls))
539 if (A->getOption().matches(options::OPT_mexecute_only)) {
549 if (B->getOption().matches(options::OPT_mlong_calls))
562 if (A->getOption().matches(options::OPT_munaligned_access)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp806 // this file unless the FileSpec matches. For inline functions, we don't
1112 uint32_t matches = 0;
1116 if (max_matches > 0 && matches >= max_matches)
1137 matches = variables.GetSize() - old_size;
1151 uint32_t matches = 0;
1154 if (max_matches > 0 && matches >= max_matches)
1172 matches = variables.GetSize() - old_size;
1472 uint32_t matches = 0; local
1480 if (max_matches > 0 && matches >= max_matches)
1509 ++matches;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h228 StringList *matches = nullptr,
314 // This version just returns matches, and doesn't compute the substring. It
320 StringList &matches,
513 StringList *matches = nullptr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp129 if (A->getOption().matches(options::OPT_O0))
132 if (A->getOption().matches(options::OPT_Ofast))
135 assert(A->getOption().matches(options::OPT_O));
152 if (A->getOption().matches(options::OPT_O)) {
174 } else if (A->getOption().matches(GroupWithValue)) {
195 if (O.matches(options::OPT_fno_builtin_)) {
698 if (InlineOpt.matches(options::OPT_finline_functions))
700 else if (InlineOpt.matches(options::OPT_finline_hint_functions))
1151 if (A->getOption().matches(OPT_mlink_builtin_bitcode)) {
1288 if (O.matches(OPT_fpcc_struct_retur
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c69 bool printmatch; /* Printing matches? */
248 * Process any matches in the current parsing context, return a boolean
257 * XXX TODO: This should loop over pc->matches and handle things on a
264 /* Count the matches if we have a match limit */
458 * matches. The matching lines are passed to printline() to display the
585 chkmatch = pc->matches[matchidx - 1];
590 pc->matches[matchidx - 1] = pmatch;
595 pc->matches[matchidx++] = pmatch;
618 /* One pass if we are not recording matches */
622 /* If we didn't have any matches o
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk25 # lexical ordering of the target names matches the expected order
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp234 if (A->getOption().matches(options::OPT_mcpu_EQ) && A->containsValue("")) {
337 if ((A->getOption().matches(options::OPT_Wl_COMMA) ||
338 A->getOption().matches(options::OPT_Xlinker)) &&
354 if (A->getOption().matches(options::OPT_Wp_COMMA) &&
368 if (A->getOption().matches(options::OPT_l)) {
386 if (A->getOption().matches(options::OPT__DASH_DASH)) {
454 if (A->getOption().matches(options::OPT_mlittle_endian)) {
476 if (A->getOption().matches(options::OPT_m64)) {
480 } else if (A->getOption().matches(options::OPT_mx32) &&
484 } else if (A->getOption().matches(option
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp28 return Config.ToRemove.matches(Sec.CanonicalName);
45 return !Config.OnlySection.matches(Sec.CanonicalName);
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c357 char **matches = dlg_malloc(char *, (size_t) (d_list->length + f_list->length)); local
362 matches[data_len++] = d_list->data[i];
367 matches[data_len++] = f_list->data[i];
370 matches = dlg_realloc(char *, data_len + 1, matches);
371 match_list->data = matches;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp317 if (arg->getOption().matches(OPT_source_on_crash)) {
324 if (arg->getOption().matches(OPT_one_line_on_crash)) {
331 if (arg->getOption().matches(OPT_source)) {
338 if (arg->getOption().matches(OPT_source_before_file)) {
345 if (arg->getOption().matches(OPT_one_line)) {
352 if (arg->getOption().matches(OPT_one_line_before_file)) {
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c627 * and check to see whether it matches the unit passed
1248 * If there are no match entries, then this bus matches no
1360 * If there are no match entries, then this device matches no
1481 * If there are no match entries, then this peripheral matches no
1631 cdm->matches[j].type = DEV_MATCH_BUS;
1632 cdm->matches[j].result.bus_result.path_id = bus->path_id;
1633 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id;
1634 cdm->matches[j].result.bus_result.unit_number =
1636 strlcpy(cdm->matches[j].result.bus_result.dev_name,
1638 sizeof(cdm->matches[
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dregrename.c793 int matches = recog_op_alt[i][alt].matches; local
794 if (matches >= 0)
795 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
1628 int matches = recog_op_alt[i][alt].matches;
1629 if (matches >= 0)
1630 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
1631 if (matches >
1627 int matches = recog_op_alt[i][alt].matches; local
[all...]
H A Dopts.c100 the struct definition matches the base name of the source file
277 int matches, int result)
291 matches ? "bas" : "hdr",
299 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
300 dump_struct_debug (type, usage, criterion, generic, matches, result)
304 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
275 dump_struct_debug(tree type, enum debug_info_usage usage, enum debug_struct_file criterion, int generic, int matches, int result) argument
/freebsd-11-stable/contrib/bmake/
H A Dvar.c285 regmatch_t *matches; member in struct:__anon114
374 * and substitute the short version in for 'name' if it matches one of
1338 * Place the word in the buffer if it matches the given pattern.
1344 * before adding the word, if it matches
1378 * Place the word in the buffer if it matches the given pattern.
1385 * before adding the word, if it matches
1435 * before adding the word, if it matches
1504 * Anchored at start and beginning of word matches pattern
1509 * Also anchored at end and matches to the end (word
1708 xrv = regexec(&pat->re, wp, pat->nsub, pat->matches, flag
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp619 llvm::SmallVector<llvm::StringRef, 4> matches; local
621 &matches)) {
623 StringConvert::ToUInt32(matches[1].str().c_str(), UINT32_MAX, 10);
625 StringConvert::ToUInt32(matches[2].str().c_str(), UINT32_MAX, 10);
627 StringConvert::ToUInt32(matches[3].str().c_str(), UINT32_MAX, 10);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp140 llvm::SmallVector<llvm::StringRef, 4> matches; local
141 if (g_bitfield_regex.Execute(slice_str, &matches)) {
142 std::string reg_name_str = matches[1].str();
143 std::string msbit_str = matches[2].str();
144 std::string lsbit_str = matches[3].str();
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp234 bool DynTypedMatcher::matches(const ast_type_traits::DynTypedNode &DynNode, function in class:clang::ast_matchers::internal::DynTypedMatcher
304 // If the inner matcher matches, the result is false, and
312 return !InnerMatchers[0].matches(DynNode, Finder, &Discard);
337 if (InnerMatcher.matches(DynNode, Finder, &BuilderInner)) {
352 if (InnerMatcher.matches(DynNode, Finder, &Result)) {
367 if (InnerMatcher.matches(DynNode, Finder, &BuilderInner))
474 /// A match will be a pattern that was fully consumed, that also matches the
537 // If it matches (or we can skip it), continue.

Completed in 242 milliseconds

123456789