Searched refs:explain (Results 1 - 14 of 14) sorted by last modified time

/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk762 # Handle it here rather than explain how.
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h206 namespace explain { namespace in namespace:opts
212 } // namespace explain
H A Dllvm-pdbutil.cpp121 cl::SubCommand ExplainSubcommand("explain",
728 namespace explain { namespace in namespace:opts
733 cl::list<uint64_t> Offsets("offset", cl::desc("The file offset to explain"),
749 } // namespace explain
1371 static void explain() { function
1374 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true));
1376 for (uint64_t Off : opts::explain::Offsets) {
1631 explain();
H A DExplainOutputStyle.cpp71 switch (opts::explain::InputType) {
72 case opts::explain::InputFileType::DBIStream: {
79 case opts::explain::InputFileType::PDBStream: {
/freebsd-current/share/mk/
H A Ddirdeps.mk759 # Handle it here rather than explain how.
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c4761 ** Changing the explain setting for a prepared statement does not change
4768 ** This routine returns SQLITE_OK if the explain mode is successfully
4769 ** changed, or an error code if the explain mode could not be changed.
4770 ** The explain mode cannot be changed while a statement is active.
5929 ** these functions, we will not explain what they do.
19777 u8 explain; /* True if the EXPLAIN flag is found on the query */ member in struct:Parse
23477 bft explain:2; /* 0: normal, 1: EXPLAIN, 2: EXPLAIN QUERY PLAN */ member in struct:Vdbe
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk36 # XXX: This is hard to explain to someone who doesn't know these
H A Dopt-jobs-no-action.mk42 @+echo hide-from-output 'begin explain'
64 @+echo hide-from-output 'end explain'
H A Dopt-jobs-no-action.exp1 begin explain
16 end explain
/freebsd-current/lib/libc/regex/
H A Dregerror.c81 const char *explain; member in struct:rerr
135 s = r->explain;
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c201 void (*explain)(const char *name); member in struct:cpu_type
1966 the_cpu.explain = explain_name_sb;
1975 the_cpu.explain = explain_name_ib;
1985 the_cpu.explain = explain_name_has;
1995 the_cpu.explain = explain_name_broad;
2560 (*the_cpu.explain)(the_cpu.ents[i].name);
2869 printf("-h -- Don't do the expression I put in -e xxx just explain what it does and exit\n");
2870 printf("-H -- Don't run anything, just explain all canned expressions\n");
2892 (*the_cpu.explain)(name);
/freebsd-current/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh149 +/* XXX explain */
/freebsd-current/contrib/nvi/regex/
H A Dregerror.c87 const char *explain; member in struct:rerr
138 s = r->explain;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c57 const char *explain; member in struct:rerr
108 s = r->explain;

Completed in 546 milliseconds