Home
last modified time | relevance | path

Searched refs:opt_binary (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dreduce_pipeline.py69 args.opt_binary, '-disable-symbolication', '-disable-output',
91 args.opt_binary, '-disable-symbolication', '-disable-output', passes,
130 args.opt_binary, '-disable-symbolication', '-S', '-o', intermediate,
138 args.opt_binary, '-disable-symbolication', '-disable-output', passesB,
166 args.opt_binary, '-disable-symbolication', '-disable-output', passesA,
193 args.opt_binary, '-disable-symbolication', '-disable-output',
H A Dupdate_analyze_test_checks.py61 opt_basename = os.path.basename(args.opt_binary)
125 raw_tool_outputs = common.invoke_tool(args.opt_binary, opt_args, test)
/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Dexedat.c62 int opt_binary = FALSE; variable
238 else if (opt_binary) { in update_file()
392 opt_binary = TRUE; in main()
433 ((opt_allegro) && (opt_binary)) || in main()
454 if ((!opt_allegro) && (!opt_binary)) { in main()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemflush.cc25 static int opt_binary= 0; variable
69 (uint64_t) opt_binary); in main()
133 opt_binary= true; in options_parse()
H A Dmemping.cc27 static bool opt_binary= false; variable
132 opt_binary= true; in options_parse()
167 opt_binary= true; in options_parse()
H A Dmemdump.cc39 static bool opt_binary=0; variable
103 (uint64_t)opt_binary); in main()
181 opt_binary= true; in options_parse()
H A Dmemexist.cc24 static int opt_binary= 0; variable
71 (uint64_t) opt_binary); in main()
182 opt_binary = 1; in options_parse()
H A Dmemtouch.cc33 static int opt_binary= 0; variable
78 (uint64_t)opt_binary); in main()
187 opt_binary = true; in options_parse()
H A Dmemrm.cc25 static int opt_binary= 0; variable
73 (uint64_t) opt_binary); in main()
188 opt_binary = 1; in options_parse()
H A Dmemcat.cc31 static int opt_binary= 0; variable
81 (uint64_t)opt_binary); in main()
224 opt_binary = 1; in options_parse()
H A Dmemstat.cc43 static bool opt_binary= false; variable
136 memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, opt_binary); in main()
405 opt_binary= true; in options_parse()
439 opt_binary= true; in options_parse()
H A Dmemcp.cc45 static bool opt_binary= false; variable
162 memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, opt_binary); in main()
350 opt_binary= true; in options_parse()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemflush.cc25 static int opt_binary= 0; variable
69 (uint64_t) opt_binary); in main()
133 opt_binary= true; in options_parse()
H A Dmemping.cc27 static bool opt_binary= false; variable
132 opt_binary= true; in options_parse()
167 opt_binary= true; in options_parse()
H A Dmemdump.cc39 static bool opt_binary=0; variable
103 (uint64_t)opt_binary); in main()
181 opt_binary= true; in options_parse()
H A Dmemexist.cc24 static int opt_binary= 0; variable
71 (uint64_t) opt_binary); in main()
182 opt_binary = 1; in options_parse()
H A Dmemtouch.cc33 static int opt_binary= 0; variable
78 (uint64_t)opt_binary); in main()
187 opt_binary = true; in options_parse()
H A Dmemrm.cc25 static int opt_binary= 0; variable
73 (uint64_t) opt_binary); in main()
188 opt_binary = 1; in options_parse()
H A Dmemcat.cc31 static int opt_binary= 0; variable
81 (uint64_t)opt_binary); in main()
224 opt_binary = 1; in options_parse()
H A Dmemstat.cc43 static bool opt_binary= false; variable
136 memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, opt_binary); in main()
405 opt_binary= true; in options_parse()
439 opt_binary= true; in options_parse()
H A Dmemcp.cc45 static bool opt_binary= false;
162 memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, opt_binary);
350 opt_binary= true;
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dupdate_test_checks.py59 opt_basename = os.path.basename(initial_args.opt_binary)
110 raw_tool_output = common.invoke_tool(ti.args.opt_binary, opt_args, ti.path)
H A Dupdate_analyze_test_checks.py61 opt_basename = os.path.basename(args.opt_binary)
119 raw_tool_outputs = common.invoke_tool(args.opt_binary, opt_args, test)
/dports/devel/llvm70/llvm-7.0.1.src/utils/
H A Dupdate_test_checks.py67 opt_basename = os.path.basename(args.opt_binary)
125 raw_tool_output = common.invoke_tool(args.opt_binary, opt_args, test)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dupdate_analyze_test_checks.py61 opt_basename = os.path.basename(args.opt_binary)
119 raw_tool_outputs = common.invoke_tool(args.opt_binary, opt_args, test)

123456789