Searched refs:targets (Results 76 - 100 of 243) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp11 // -mcpu=y, and -mattr=a,-b,+c. Clients should initialize targets prior to
29 // MCJIT can generate code for remote targets, but the old JIT and Interpreter
50 auto I = find_if(TargetRegistry::targets(),
53 if (I == TargetRegistry::targets().end()) {
55 *ErrorStr = "No available targets are compatible with this -march, "
56 "see -version for the available targets.\n";
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-blame-cmd.c177 apr_array_header_t *targets;
182 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
183 opt_state->targets,
187 if (! targets->nelts)
217 for (i = 0; i < targets->nelts; i++)
220 const char *target = APR_ARRAY_IDX(targets, i, const char *);
273 _("Could not perform blame on all targets because some "
274 "targets don't exist"));
176 apr_array_header_t *targets; local
H A Dnull-info-cmd.c204 apr_array_header_t *targets = NULL;
212 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
213 opt_state->targets,
217 svn_opt_push_implicit_dot_target(targets, pool);
224 for (i = 0; i < targets->nelts; i++)
227 const char *target = APR_ARRAY_IDX(targets, i, const char *);
256 /* If one of the targets is a non-existent URL or wc-entry,
285 _("Could not display info for all targets because some "
286 "targets don't exist"));
202 apr_array_header_t *targets = NULL; local
H A Dnull-export-cmd.c320 apr_array_header_t *targets;
326 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
327 opt_state->targets,
330 /* We want exactly 1 or 2 targets for this subcommand. */
331 if (targets->nelts < 1)
333 if (targets->nelts > 2)
337 from = APR_ARRAY_IDX(targets, 0, const char *);
318 apr_array_header_t *targets; local
H A Dcl.h85 apr_array_header_t *targets; /* target list from file */ /* UTF-8! */
181 * targets, store the rest of the targets in TARGETS_P and return success. */
83 apr_array_header_t *targets; /* target list from file */ /* UTF-8! */ member in struct:svn_cl__opt_state_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dlog.c333 const apr_array_header_t *targets,
343 const char *url_or_path = APR_ARRAY_IDX(targets, 0, const char *);
346 if (targets->nelts == 0)
354 MAX(1, targets->nelts - 1),
368 if (targets->nelts > 1)
371 for (i = 1; i < targets->nelts; i++)
375 target = APR_ARRAY_IDX(targets, i, const char *);
394 /* Remember that our targets are URLs. */
403 if (targets->nelts > 1)
414 target = APR_ARRAY_IDX(targets,
329 resolve_log_targets(apr_array_header_t **relative_targets, const char **ra_target, svn_opt_revision_t *peg_revision, const apr_array_header_t *targets, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
640 run_ra_get_log(apr_array_header_t *revision_ranges, apr_array_header_t *paths, apr_array_header_t *log_segments, svn_client__pathrev_t *actual_loc, svn_ra_session_t *ra_session, const apr_array_header_t *targets, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t real_receiver, void *real_receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
839 svn_client_log5(const apr_array_header_t *targets, const svn_opt_revision_t *peg_revision, const apr_array_header_t *opt_rev_ranges, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t real_receiver, void *real_receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
H A Dadd.c840 /* We use add_dir_recursive for all directory targets
1006 apr_array_header_t *targets,
1018 SVN_ERR(add_url_parents(ra_session, parent_url, targets, temppool, pool));
1020 APR_ARRAY_PUSH(targets, const char *) = url;
1038 apr_array_header_t *targets;
1069 /* Condense our list of mkdir targets. */
1070 SVN_ERR(svn_uri_condense_targets(&common, &targets, urls, FALSE,
1073 /*Remove duplicate targets introduced by make_parents with more targets. */
1074 SVN_ERR(svn_hash_from_cstring_keys(&targets_hash, targets, poo
1002 add_url_parents(svn_ra_session_t *ra_session, const char *url, apr_array_header_t *targets, apr_pool_t *temppool, apr_pool_t *pool) argument
1036 apr_array_header_t *targets; local
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk4 # The include file <bsd.subdir.mk> contains the default targets
18 # Each of the targets will execute the same target in the
22 # +++ targets +++
28 # See SUBDIR_TARGETS for list of targets that will recurse.
91 # Convenience targets to run 'build${target}' and 'install${target}' when
142 # Only recurse on directly-called targets. I.e., don't recurse on dependencies
183 # Ensure all targets exist
H A Dbsd.init.mk38 # Some targets need to know when something may build. This is used to
39 # optimize targets that are only needed when building something, such as
45 # - make install is used without other targets. This is to avoid breaking
47 # - non-build targets are called
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dpropget-cmd.c323 apr_array_header_t *args, *targets;
342 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
343 opt_state->targets,
347 svn_opt_push_implicit_dot_target(targets, pool);
363 SVN_ERR(svn_cl__revprop_prepare(&opt_state->start_revision, targets,
435 && ((targets->nelts > 1) || (opt_state->depth != svn_depth_empty)
442 for (i = 0; i < targets->nelts; i++)
444 const char *target = APR_ARRAY_IDX(targets, i, const char *);
478 || targets->nelts > 1
321 apr_array_header_t *args, *targets; local
H A Dblame-cmd.c252 apr_array_header_t *targets;
259 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
260 opt_state->targets,
264 if (! targets->nelts)
329 for (i = 0; i < targets->nelts; i++)
332 const char *target = APR_ARRAY_IDX(targets, i, const char *);
426 _("Could not perform blame on all targets because some "
427 "targets don't exist"));
250 apr_array_header_t *targets; local
H A Dutil.c925 svn_cl__args_to_target_array_print_reserved(apr_array_header_t **targets,
932 svn_error_t *err = svn_client_args_to_target_array2(targets,
970 const apr_array_header_t *targets,
983 *paths = (apr_array_header_t *)targets;
989 for (i = 0; i < targets->nelts; i++)
991 const char *target = APR_ARRAY_IDX(targets, i, const char *);
1075 const apr_array_header_t *targets,
1081 true_targets = apr_array_make(pool, targets->nelts, sizeof(const char *));
1083 for (i = 0; i < targets->nelts; i++)
1085 const char *target = APR_ARRAY_IDX(targets,
923 svn_cl__args_to_target_array_print_reserved(apr_array_header_t **targets, apr_getopt_t *os, const apr_array_header_t *known_targets, svn_client_ctx_t *ctx, svn_boolean_t keep_last_origpath_on_truepath_collision, apr_pool_t *pool) argument
966 svn_cl__changelist_paths(apr_array_header_t **paths, const apr_array_header_t *changelists, const apr_array_header_t *targets, svn_depth_t depth, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1072 svn_cl__eat_peg_revisions(apr_array_header_t **true_targets_p, const apr_array_header_t *targets, apr_pool_t *pool) argument
1102 svn_cl__assert_homogeneous_target_type(const apr_array_header_t *targets) argument
1122 svn_cl__check_targets_are_local_paths(const apr_array_header_t *targets) argument
1149 svn_cl__propset_print_binary_mime_type_warning(apr_array_header_t *targets, const char *propname, const svn_string_t *propval, apr_pool_t *scratch_pool) argument
[all...]
H A Dcl.h198 apr_array_header_t *targets; /* target list from file */
533 svn_cl__walk_conflicts(apr_array_header_t *targets,
645 const apr_array_header_t *targets,
913 If all targets are to be included, may set *PATHS to TARGETS without
918 const apr_array_header_t *targets,
926 * targets, store the rest of the targets in TARGETS_P and return success. */
950 /* Return, in @a *true_targets_p, a shallow copy of @a targets with any
963 * It is safe to pass the address of @a targets as @a true_targets_p.
968 const apr_array_header_t *targets,
194 apr_array_header_t *targets; /* target list from file */ member in struct:svn_cl__opt_state_t
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp48 if (TargetRegistry::targets().begin() == TargetRegistry::targets().end()) {
52 const Target *target = &*TargetRegistry::targets().begin();
61 auto I = find_if(TargetRegistry::targets(),
63 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr;
/freebsd-11-stable/targets/
H A DMakefile42 target_dirs = targets targets/pseudo
56 DIRDEPS = targets/pseudo/check-commit
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_path.h364 /** Find the common prefix of the canonicalized paths in @a targets
369 * all of the targets. If the targets have no common prefix, or
374 * to an array of targets relative to @a *pcommon, and if
376 * descendants of another path/URL in @a targets. If *pcommon
389 * If there are no items in @a targets, set @a *pcommon and (if
403 const apr_array_header_t *targets,
408 /** Copy a list of canonicalized @a targets, one at a time, into @a
409 * pcondensed_targets, omitting any targets that are found earlier in
411 * of targets i
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_log.h207 svn_log__lock(apr_hash_t *targets, svn_boolean_t steal,
216 svn_log__unlock(apr_hash_t *targets, svn_boolean_t break_lock,
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
18 section.p syms.p targets.p \
34 $(srcdir)/../syms.c $(srcdir)/../targets.c \
44 $(srcdir)/../targets.c $(srcdir)/../init.c
173 targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
175 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
176 $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.h119 TAILQ_HEAD(, cfiscsi_target) targets; member in struct:cfiscsi_softc
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLanai.h22 namespace targets { namespace in namespace:clang
90 } // namespace targets
H A DMSP430.h22 namespace targets { namespace in namespace:clang
95 } // namespace targets
H A DPNaCl.h23 namespace targets { namespace in namespace:clang
83 } // namespace targets
H A DXCore.h22 namespace targets { namespace in namespace:clang
79 } // namespace targets
H A DTCE.h22 namespace targets { namespace in namespace:clang
123 } // namespace targets
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c904 apr_array_header_t *targets;
907 SVN_ERR(svn_opt__args_to_target_array(&targets, os,
911 if (targets->nelts < 2)
913 if (targets->nelts > 2)
916 to_url = APR_ARRAY_IDX(targets, 0, const char *);
917 from_url = APR_ARRAY_IDX(targets, 1, const char *);
1582 apr_array_header_t *targets;
1586 SVN_ERR(svn_opt__args_to_target_array(&targets, os,
1590 if (targets->nelts < 1)
1592 if (targets
902 apr_array_header_t *targets; local
1579 apr_array_header_t *targets; local
1761 apr_array_header_t *targets; local
1870 apr_array_header_t *targets; local
[all...]

Completed in 126 milliseconds

12345678910