Searched refs:matches (Results 51 - 75 of 213) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp31 return Pred.matches(Srcs, Inst);
59 // Only sample this load if it really matches the descriptor
60 if (Pred.matches(Srcs, NewLoad))
149 return Pred.matches(Srcs, UndefValue::get(PtrTy->getElementType()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp24 // - points are awarded if the filename matches (ignoring extension)
25 // - points are awarded if the directory structure matches
170 if (Opt.matches(OPT_INPUT) || Opt.matches(OPT_o) ||
171 (ClangCLMode && (Opt.matches(OPT__SLASH_Fa) ||
172 Opt.matches(OPT__SLASH_Fe) ||
173 Opt.matches(OPT__SLASH_Fi) ||
174 Opt.matches(OPT__SLASH_Fo))))
287 if (Opt.matches(OPT__SLASH_TC) || Opt.matches(OPT__SLASH_T
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Ddevs.c93 struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
107 * Make sure that the userland devstat version matches the kernel
189 (last_type ==DS_MATCHTYPE_PATTERN) ? matches : NULL,
247 free(matches);
248 matches = NULL;
253 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
264 s1->dinfo->devices, num_devices, matches, num_matches,
/freebsd-11-stable/contrib/libucl/lua/
H A Dtest.lua16 -- Input to to_value matches the output of to_string:
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.h162 int numdevs, struct devstat_match *matches,
166 int devstat_buildmatch(char *match_str, struct devstat_match **matches,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp80 if (A->getOption().matches(clang::driver::options::OPT_msoft_float))
82 else if (A->getOption().matches(options::OPT_mhard_float))
H A DPPC.cpp137 if (A->getOption().matches(options::OPT_msoft_float))
139 else if (A->getOption().matches(options::OPT_mhard_float))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp455 StringList matches, descriptions; local
456 sub_result.GetMatches(matches);
458 request.AddCompletions(matches, descriptions);
491 StringList matches; local
492 int result = CompleteCode(current_code, matches);
494 assert(matches.GetSize() == 1);
495 request.AddCompletion(matches.GetStringAtIndex(0), "",
498 request.AddCompletions(matches);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp178 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx))
180 else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext))
182 else if (A.getOption().matches(options::OPT_z)) {
197 if (A->getOption().matches(OnOpt))
389 if (A->getOption().matches(options::OPT_O4) ||
390 A->getOption().matches(options::OPT_Ofast))
392 else if (A->getOption().matches(options::OPT_O))
394 else if (A->getOption().matches(options::OPT_O0))
416 if (A->getOption().matches(options::OPT_glldb))
418 else if (A->getOption().matches(option
[all...]
H A DHexagon.cpp63 if (A->getOption().matches(options::OPT_mno_hexagon_hvx))
65 if (A->getOption().matches(options::OPT_mhexagon_hvx_EQ)) {
69 } else if (A->getOption().matches(options::OPT_mhexagon_hvx)) {
81 else if (A->getOption().matches(options::OPT_mhexagon_hvx_length_EQ))
104 if (A->getOption().matches(options::OPT_mlong_calls))
499 if (A->getOption().matches(options::OPT_O0))
501 if (A->getOption().matches(options::OPT_Ofast) ||
502 A->getOption().matches(options::OPT_O4))
568 return A->getOption().matches(options::OPT_fvectorize);
H A DClang.cpp457 ExceptionArg->getOption().matches(options::OPT_fcxx_exceptions) ||
458 ExceptionArg->getOption().matches(options::OPT_fexceptions);
498 assert(A.getOption().matches(options::OPT_gN_Group) &&
500 if (A.getOption().matches(options::OPT_g0) ||
501 A.getOption().matches(options::OPT_ggdb0))
503 if (A.getOption().matches(options::OPT_gline_tables_only) ||
504 A.getOption().matches(options::OPT_ggdb1))
506 if (A.getOption().matches(options::OPT_gline_directives_only))
603 bool OmitFP = A && A->getOption().matches(options::OPT_fomit_frame_pointer);
605 A && A->getOption().matches(option
[all...]
H A DWebAssembly.cpp100 if (A->getOption().matches(options::OPT_O4) ||
101 A->getOption().matches(options::OPT_Ofast))
103 else if (A->getOption().matches(options::OPT_O0))
105 else if (A->getOption().matches(options::OPT_O))
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c253 in case we want to do some simple parsing. Return the array of matches,
260 char **matches; local
262 matches = (char **)NULL;
268 matches = rl_completion_matches (text, command_generator);
270 return (matches);
293 /* Return the next name which partially matches from the command list. */
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.c837 int matches = 0; local
895 matches++;
899 if (matches)
904 sym_arr = alloca (matches * sizeof (struct symbol *));
905 matches = 0;
920 sym_arr[matches++] = (struct symbol *) msymbol;
924 qsort (sym_arr, matches, sizeof (struct minimal_symbol *),
928 for (ix = 0; ix < matches; ix++) /* Now do the output. */
988 int matches = 0; local
1030 matches
[all...]
H A Dcorelow.c128 list if nothing matches. Returns pointer to set that is
136 int matches = 0;; local
147 matches++;
150 if (matches > 1)
153 bfd_get_filename (abfd), matches);
155 else if (matches == 0)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h236 /// Visits all matches that this BoundNodesTree represents.
306 virtual bool matches(const T &Node,
313 return matches(DynNode.getUnchecked<T>(), Finder, Builder);
322 /// Returns true if the matcher matches the provided node.
329 bool matches(const T &Node,
359 /// matches.
363 /// matches, but doesn't stop at the first match.
402 /// Returns true if the matcher matches the given \c DynNode.
403 bool matches(const ast_type_traits::DynTypedNode &DynNode,
406 /// Same as matches(), bu
546 bool matches(const T &Node, function in class:clang::ast_matchers::internal::Matcher
[all...]
/freebsd-11-stable/lib/libcam/
H A Dcamlib.c295 ccb.cdm.matches = (struct dev_match_result *)malloc(bufsize);
296 if (ccb.cdm.matches == NULL) {
312 free(ccb.cdm.matches);
313 ccb.cdm.matches = NULL;
368 switch(ccb.cdm.matches[0].type) {
374 periph_result = &ccb.cdm.matches[0].result.periph_result;
376 free(ccb.cdm.matches);
377 ccb.cdm.matches = NULL;
395 free(ccb.cdm.matches);
396 ccb.cdm.matches
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp75 return A->getOption().matches(Pos);
82 return A->getOption().matches(Pos) || A->getOption().matches(PosAlias);
104 if (Arg->getOption().matches(Id)) {
111 if (Arg->getOption().matches(Id)) {
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp541 int *matches = new int[len + 1]; local
542 merge(matches, first_list, second_list);
547 a_delete matches; local
550 merge(matches, matches, list);
551 if (*matches < 0) {
552 a_delete matches; local
557 *temp_listp = matches;
558 return matches;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk19 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h28 // below). Return the total number of matches.
64 StringList &matches, TildeExpressionResolver &Resolver);
71 StringList &matches,
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h110 u_int32_t num_matches; /* number of matches returned */
111 caddr_t32 matches; /* struct pci_conf ptr */ member in struct:pci_conf_io32
/freebsd-11-stable/sys/sys/
H A Dpciio.h97 u_int32_t num_matches; /* number of matches returned */
98 struct pci_conf *matches; /* match buffer */ member in struct:pci_conf_io
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp364 llvm::SmallVector<llvm::StringRef, 2> matches; local
366 avoid_regexp_to_use->Execute(frame_function_name, &matches);
367 if (return_value && matches.size() > 1) {
368 std::string match = matches[1].str();
370 "Stepping out of function \"%s\" because it matches "
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h102 /// Find the index of the file in the file spec list that matches \a file
115 /// The index of the file that matches \a file if it is found,
195 FileSpecList &matches);

Completed in 188 milliseconds

123456789