/llvm-project/flang/tools/f18/ |
H A D | CMakeLists.txt | 30 set(opts "") global() variable 37 set(opts -fc1 -xcuda) global() variable 54 set(opts "--target=ppc64le") global() variable
|
/llvm-project/llvm/utils/ |
H A D | llvm-mca-compare.py | 95 def verify_program_inputs(opts): argument 112 def run_llvm_mca_tool(opts, file_name): argument 195 def console_print_results(matrix_of_code_regions, opts): argument 302 def draw_plot_files_summary(array_of_summary, opts): argument 432 array_average_resource_pressure_per_file, opts, name_target_info_resources argument
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | analyze.py | 479 def run(opts): argument 516 def report_failure(opts): argument 586 def run_analyzer(opts, continuation=report_failure): argument 649 def ctu_collect_phase(opts): argument 720 def dispatch_ctu(opts, continuation=run_analyzer): argument 750 def filter_debug_flags(opts, continuation=dispatch_ctu): argument 761 def language_check(opts, continuation=filter_debug_flags): argument 797 def arch_check(opts, continuation=language_check): argument
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.ctor/ |
H A D | unsync_with_default_resource.pass.cpp | 24 std::pmr::pool_options opts{0, 0}; in main() local 34 std::pmr::pool_options opts{1024, 2048}; in main() local
|
H A D | sync_with_default_resource.pass.cpp | 24 std::pmr::pool_options opts{0, 0}; in main() local 34 std::pmr::pool_options opts{1024, 2048}; in main() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/ |
H A D | permissions.pass.cpp | 39 const perm_options opts{}; ((void)opts); in test_signatures() local 51 { in test_error_reporting() 100 perm_options opts; in basic_permissions_test() member 158 perm_options opts = perm_options::replace; in test_no_resolve_symlink_on_symlink() member
|
/llvm-project/flang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 119 parseDiagnosticArgs(clang::DiagnosticOptions & opts,llvm::opt::ArgList & args) parseDiagnosticArgs() argument 126 parseDebugArgs(Fortran::frontend::CodeGenOptions & opts,llvm::opt::ArgList & args,clang::DiagnosticsEngine & diags) parseDebugArgs() argument 159 parseVectorLibArg(Fortran::frontend::CodeGenOptions & opts,llvm::opt::ArgList & args,clang::DiagnosticsEngine & diags) parseVectorLibArg() argument 231 parseCodeGenArgs(Fortran::frontend::CodeGenOptions & opts,llvm::opt::ArgList & args,clang::DiagnosticsEngine & diags) parseCodeGenArgs() argument 425 parseTargetArgs(TargetOptions & opts,llvm::opt::ArgList & args) parseTargetArgs() argument 440 setUpFrontendBasedOnAction(FrontendOptions & opts) setUpFrontendBasedOnAction() argument 460 parseFrontendArgs(FrontendOptions & opts,llvm::opt::ArgList & args,clang::DiagnosticsEngine & diags) parseFrontendArgs() argument 776 parsePreprocessorArgs(Fortran::frontend::PreprocessorOptions & opts,llvm::opt::ArgList & args) parsePreprocessorArgs() argument 1046 LangOptions &opts = invoc.getLangOpts(); parseFloatingPointArgs() local 1130 LangOptions &opts = invoc.getLangOpts(); parseVScaleArgs() local 1192 const llvm::opt::OptTable &opts = clang::driver::getDriverOptTable(); createFromArgs() local [all...] |
/llvm-project/llvm/utils/lit/lit/ |
H A D | main.py | 229 mark_xfail(selected_tests, opts) global() argument 246 run_tests(tests, lit_config, opts, discovered_tests) global() argument 312 print_results(tests, elapsed, opts) global() argument [all...] |
H A D | display.py | 4 def create_display(opts, tests, total_tests, workers): argument 80 def __init__(self, opts, tests, header, progress_bar): argument
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | strtol_strict.c | 54 char *opts = getenv("ASAN_OPTIONS"); test3() local 72 char *opts = getenv("ASAN_OPTIONS"); test4() local
|
/llvm-project/bolt/unittests/Profile/ |
H A D | DataAggregator.cpp | 16 namespace opts { namespace
|
/llvm-project/llvm/utils/llvm-locstats/ |
H A D | llvm-locstats.py | 238 def parse_locstats(opts, binary): argument 438 def verify_program_inputs(opts): argument [all...] |
/llvm-project/llvm/tools/llvm-dwarfdump/fuzzer/ |
H A D | llvm-dwarfdump-fuzzer.cpp | 36 DIDumpOptions opts; in LLVMFuzzerTestOneInput() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
H A D | ctor.pass.cpp | 65 directory_options opts = directory_options::none; in test_construction_from_bad_path() local 248 const directory_options opts = directory_options::skip_permission_denied; in test_options_post_conditions() local 263 const directory_options opts = directory_options::follow_directory_symlink; in test_options_post_conditions() local
|
H A D | copy.pass.cpp | 55 const directory_options opts = directory_options::skip_permission_denied; in test_copy_valid_iterator() local
|
H A D | move.pass.cpp | 57 const directory_options opts = directory_options::skip_permission_denied; in test_move_valid_iterator() local
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | HugifyRuntimeLibrary.cpp | 22 namespace opts { namespace
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/ |
H A D | sync_allocate_reuse_blocks.pass.cpp | 33 std::pmr::pool_options opts{1, 256}; in main() local
|
H A D | unsync_allocate_overaligned_request.pass.cpp | 33 std::pmr::pool_options opts{1, 1024}; main() local
|
H A D | unsync_allocate_reuse_blocks.pass.cpp | 33 std::pmr::pool_options opts{1, 256}; in main() local
|
H A D | sync_allocate_overaligned_request.pass.cpp | 33 std::pmr::pool_options opts{1, 1024}; main() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | PLTCall.cpp | 21 namespace opts { namespace
|
/llvm-project/bolt/lib/Core/ |
H A D | CallGraphWalker.cpp | 20 namespace opts { namespace
|
/llvm-project/libcxx/src/filesystem/ |
H A D | directory_iterator.cpp | 42 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() argument 117 __dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __root_(root) { in __dir_stream() argument 170 directory_iterator::directory_iterator(const path& p, error_code* ec, directory_options opts) { in directory_iterator() argument
|
/llvm-project/bolt/tools/llvm-bolt-fuzzer/ |
H A D | llvm-bolt-fuzzer.cpp | 17 namespace opts { namespace
|