Searched refs:cl (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h25 cl::opt<std::string>
26 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
28 cl::opt<std::string>
30 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
31 cl::value_desc("cpu-name"),
32 cl::init(""));
34 cl::list<std::string>
36 cl::CommaSeparated,
37 cl::desc("Target specific attributes (-mattr=help for details)"),
38 cl
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_cmdline.c34 struct archive_cmdline *cl; local
37 assert((cl = __archive_cmdline_allocate()) != NULL);
38 if (cl == NULL)
40 assertEqualInt(ARCHIVE_OK, __archive_cmdline_parse(cl, "gzip"));
41 assertEqualInt(1, cl->argc);
42 assertEqualString("gzip", cl->path);
43 assertEqualString("gzip", cl->argv[0]);
44 assertEqualInt(ARCHIVE_OK, __archive_cmdline_free(cl));
46 assert((cl = __archive_cmdline_allocate()) != NULL);
47 if (cl
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_lookup.c87 seq_get_num_entries_db(struct _citrus_lookup *cl) argument
90 return (cl->cl_dbnum);
94 seq_next_db(struct _citrus_lookup *cl, struct _region *key, argument
98 if (cl->cl_key) {
100 _region_init(key, cl->cl_key, cl->cl_keylen);
101 return (_db_lookup_by_s(cl->cl_db, cl->cl_key, data,
102 &cl->cl_dblocator));
105 if (cl
116 seq_lookup_db(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
131 seq_close_db(struct _citrus_lookup *cl) argument
139 seq_open_db(struct _citrus_lookup *cl, const char *name) argument
171 seq_next_plain(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
211 seq_get_num_entries_plain(struct _citrus_lookup *cl) argument
223 seq_lookup_plain(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
246 seq_close_plain(struct _citrus_lookup *cl) argument
253 seq_open_plain(struct _citrus_lookup *cl, const char *name) argument
276 struct _citrus_lookup *cl; local
297 _citrus_lookup_seq_rewind(struct _citrus_lookup *cl) argument
307 _citrus_lookup_seq_next(struct _citrus_lookup *cl, struct _region *key, struct _region *data) argument
315 _citrus_lookup_seq_lookup(struct _citrus_lookup *cl, const char *key, struct _region *data) argument
323 _citrus_lookup_get_number_of_entries(struct _citrus_lookup *cl) argument
330 _citrus_lookup_seq_close(struct _citrus_lookup *cl) argument
342 struct _citrus_lookup *cl; local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DPluginLoader.h31 static cl::opt<PluginLoader, false, cl::parser<std::string> >
32 LoadOpt("load", cl::ZeroOrMore, cl::value_desc("pluginfilename"),
33 cl::desc("Load the specified plugin"));
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp25 static cl::opt<bool>
26 EnableV3("enable-hexagon-v3", cl::Hidden,
27 cl::desc("Enable Hexagon V3 instructions."));
29 static cl::opt<bool>
32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
33 cl::desc(
36 static cl
[all...]
/freebsd-10.0-release/lib/libc/i386/string/
H A Dstrcmp.S61 L2: movb (%eax),%cl
62 testb %cl,%cl
64 cmpb %cl,(%edx)
68 movb (%eax),%cl
69 testb %cl,%cl
71 cmpb %cl,(%edx)
75 movb (%eax),%cl
76 testb %cl,
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h30 extern llvm::cl::list<std::string> InputFilenames;
31 extern llvm::cl::opt<bool> FileHeaders;
32 extern llvm::cl::opt<bool> Sections;
33 extern llvm::cl::opt<bool> SectionRelocations;
34 extern llvm::cl::opt<bool> SectionSymbols;
35 extern llvm::cl::opt<bool> SectionData;
36 extern llvm::cl::opt<bool> Relocations;
37 extern llvm::cl::opt<bool> Symbols;
38 extern llvm::cl::opt<bool> DynamicSymbols;
39 extern llvm::cl
[all...]
H A Dllvm-readobj.cpp49 cl::list<std::string> InputFilenames(cl::Positional,
50 cl::desc("<input object files>"),
51 cl::ZeroOrMore);
54 cl::opt<bool> FileHeaders("file-headers",
55 cl::desc("Display file headers "));
56 cl::alias FileHeadersShort("h",
57 cl::desc("Alias for --file-headers"),
58 cl::aliasopt(FileHeaders));
61 cl
[all...]
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_rmclass.c197 struct rm_class *cl; local
220 cl = malloc(sizeof(struct rm_class), M_DEVBUF, M_NOWAIT | M_ZERO);
221 if (cl == NULL)
223 CALLOUT_INIT(&cl->callout_);
224 cl->q_ = malloc(sizeof(class_queue_t), M_DEVBUF, M_NOWAIT | M_ZERO);
225 if (cl->q_ == NULL) {
226 free(cl, M_DEVBUF);
233 cl->children_ = NULL;
234 cl->parent_ = parent;
235 cl
350 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
417 struct rm_class *cl, *clh; local
469 rmc_depth_compute(struct rm_class *cl) argument
495 rmc_depth_recompute(rm_class_t *cl) argument
550 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
753 rmc_queue_packet(struct rm_class *cl, mbuf_t *m) argument
847 rmc_satisfied(struct rm_class *cl, struct timeval *now) argument
880 rmc_under_limit(struct rm_class *cl, struct timeval *now) argument
964 struct rm_class *cl = NULL, *first = NULL; local
1122 struct rm_class *cl, *first = NULL; local
1260 rm_class_t *cl, *borrowed; local
1435 rmc_drop_action(struct rm_class *cl) argument
1445 rmc_dropall(struct rm_class *cl) argument
1486 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1564 rmc_restart(struct rm_class *cl) argument
1597 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
1609 _rmc_addq(rm_class_t *cl, mbuf_t *m) argument
1629 _rmc_dropq(rm_class_t *cl) argument
1638 _rmc_getq(rm_class_t *cl) argument
1652 _rmc_pollq(rm_class_t *cl) argument
[all...]
H A Daltq_hfsc.c160 #define is_a_parent_class(cl) ((cl)->cl_children != NULL)
233 struct hfsc_class *cl, *parent; local
264 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc,
266 if (cl == NULL)
276 struct hfsc_class *cl; local
281 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
284 return (hfsc_class_destroy(cl));
291 struct hfsc_class *cl; local
298 if ((cl
319 struct hfsc_class *cl; local
363 struct hfsc_class *cl; local
377 struct hfsc_class *cl, *p; local
557 hfsc_class_destroy(struct hfsc_class *cl) argument
645 hfsc_nextclass(struct hfsc_class *cl) argument
670 struct hfsc_class *cl; local
733 struct hfsc_class *cl; local
832 hfsc_addq(struct hfsc_class *cl, struct mbuf *m) argument
858 hfsc_getq(struct hfsc_class *cl) argument
872 hfsc_pollq(struct hfsc_class *cl) argument
878 hfsc_purgeq(struct hfsc_class *cl) argument
898 set_active(struct hfsc_class *cl, int len) argument
909 set_passive(struct hfsc_class *cl) argument
921 init_ed(struct hfsc_class *cl, int next_len) argument
949 update_ed(struct hfsc_class *cl, int next_len) argument
958 update_d(struct hfsc_class *cl, int next_len) argument
964 init_vf(struct hfsc_class *cl, int len) argument
1055 update_vf(struct hfsc_class *cl, int len, u_int64_t cur_time) argument
1140 update_cfmin(struct hfsc_class *cl) argument
1171 ellist_insert(struct hfsc_class *cl) argument
1193 ellist_remove(struct hfsc_class *cl) argument
1201 ellist_update(struct hfsc_class *cl) argument
1241 struct hfsc_class *p, *cl = NULL; local
1259 actlist_insert(struct hfsc_class *cl) argument
1280 actlist_remove(struct hfsc_class *cl) argument
1286 actlist_update(struct hfsc_class *cl) argument
1323 actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time) argument
1581 get_class_stats(struct hfsc_classstats *sp, struct hfsc_class *cl) argument
1659 struct hfsc_class *cl; local
2057 struct hfsc_class *cl, *parent; local
2091 struct hfsc_class *cl; local
2107 struct hfsc_class *cl; local
2133 struct hfsc_class *cl; local
2170 struct hfsc_class *cl; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDebug.cpp39 static cl::opt<bool, true>
40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
41 cl::location(DebugFlag));
45 static cl::opt<unsigned>
47 cl::desc("Buffer the last N characters of debug output "
50 cl::Hidden,
51 cl::init(0));
68 static cl::opt<DebugOnlyOpt, true, cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp33 static cl::opt<std::string>
34 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
36 static cl::opt<std::string>
37 OutputFilename("o", cl::desc("Override output filename"),
38 cl::value_desc("filename"));
40 static cl::opt<bool>
41 Force("f", cl::desc("Enable binary output on terminals"));
43 static cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp37 static cl::opt<bool>
38 FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
39 "on program to find bugs"), cl::init(false));
41 static cl::list<std::string>
42 InputFilenames(cl::Positional, cl::OneOrMore,
43 cl::desc("<input llvm ll/bc files>"));
45 static cl::opt<unsigned>
46 TimeoutValue("timeout", cl::init(300), cl
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp33 static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden,
34 cl::desc("Disable Post Regalloc"));
35 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
36 cl::desc("Disable branch folding"));
37 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden,
38 cl::desc("Disable tail duplication"));
39 static cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp57 static cl::opt<std::string> BuildPath(
58 "p", cl::desc("Build path"), cl::Optional);
60 static cl::list<std::string> SourcePaths(
61 cl::Positional, cl::desc("<source0> [... <sourceN>]"), cl::OneOrMore);
65 cl::ParseCommandLineOptions(argc, argv);
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DMain.cpp32 cl::opt<std::string>
33 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
34 cl::init("-"));
36 cl::opt<std::string>
38 cl::desc("Dependency filename"),
39 cl::value_desc("filename"),
40 cl::init(""));
42 cl::opt<std::string>
43 InputFilename(cl
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp19 cl::opt<bool>
20 EnableARMEHABI("arm-enable-ehabi", cl::Hidden,
21 cl::desc("Generate ARM EHABI tables"),
22 cl::init(false));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp31 static cl::opt<bool, true>
33 cl::desc("enable/disable all ARC Optimizations"),
34 cl::location(EnableARCOpts),
35 cl::init(true));
/freebsd-10.0-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp33 static cl::opt<bool>
34 ClUseSymbolTable("use-symbol-table", cl::init(true),
35 cl::desc("Prefer names in symbol table to names "
38 static cl::opt<bool>
39 ClPrintFunctions("functions", cl::init(true),
40 cl::desc("Print function names as well as line "
43 static cl::opt<bool>
44 ClPrintInlining("inlining", cl::init(true),
45 cl::desc("Print all inlined frames for a given address"));
47 static cl
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp24 static cl::opt<bool, true>
25 Debug("debug-compile", cl::desc("Compile for debugging"), cl::Hidden,
26 cl::location(CompileForDebugging), cl::init(false));
/freebsd-10.0-release/share/examples/sunrpc/msg/
H A Drprintmsg.c13 CLIENT *cl; local
34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
35 if (cl == NULL) {
47 result = printmessage_1(&message, cl);
53 clnt_perror(cl, server);
/freebsd-10.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp32 static cl::list<std::string>
33 InputFilenames(cl::Positional, cl::OneOrMore,
34 cl::desc("<input bitcode files>"));
36 static cl::opt<std::string>
37 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
38 cl::value_desc("filename"));
40 static cl::opt<bool>
41 Force("f", cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp45 cl::opt<OutputFormatTy>
47 cl::desc("Specify output format"),
48 cl::values(clEnumVal(bsd, "BSD format"),
51 clEnumValEnd), cl::init(bsd));
52 cl::alias OutputFormat2("f", cl::desc("Alias for --format"),
53 cl::aliasopt(OutputFormat));
55 cl::list<std::string>
56 InputFilenames(cl::Positional, cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp37 static cl::opt<std::string>
38 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
39 cl::init("-"), cl::value_desc("filename"));
41 static cl::opt<std::string>
42 OutputFilename("o", cl::desc("Specify output filename"),
43 cl::value_desc("filename"), cl::init("-"));
45 static cl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp60 cl::opt<std::string>
61 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
63 cl::list<std::string>
64 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
66 cl::opt<bool> ForceInterpreter("force-interpreter",
67 cl::desc("Force interpretation: disable JIT"),
68 cl
[all...]

Completed in 312 milliseconds

1234567891011>>