Searched refs:options_args (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandAlias.cpp | 23 llvm::StringRef options_args, in ProcessAliasOptionsArgs() argument 28 if (options_args.size() < 1) in ProcessAliasOptionsArgs() 31 Args args(options_args); in ProcessAliasOptionsArgs() 32 std::string options_string(options_args); in ProcessAliasOptionsArgs() 79 llvm::StringRef options_args, llvm::StringRef name, in CommandAlias() argument 83 m_underlying_command_sp(), m_option_string(std::string(options_args)), in CommandAlias() 87 if (ProcessAliasOptionsArgs(cmd_sp, options_args, m_option_args_sp)) { in CommandAlias()
|
/external/llvm-project/polly/lib/External/isl/ |
D | schedule_cmp.c | 21 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument 27 ISL_ARG_DEF(options, struct options, options_args) in ISL_ARGS_START() 64 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
D | flow_cmp.c | 22 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument 28 ISL_ARG_DEF(options, struct options, options_args) in ISL_ARGS_START() 72 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
D | codegen.c | 39 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument 47 ISL_ARG_DEF(cg_options, struct options, options_args) in ISL_ARGS_START() 48 ISL_ARG_CTX_DEF(cg_options, struct options, options_args) in ISL_ARGS_START() 215 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
D | pip.c | 57 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument 64 ISL_ARG_DEF(options, struct options, options_args) in ISL_ARGS_START() 356 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandAlias.h | 25 llvm::StringRef options_args, llvm::StringRef name,
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | ppcg.c | 52 ISL_ARGS_START(struct options, options_args) in ISL_ARGS_START() argument 61 ISL_ARG_DEF(options, struct options, options_args) in ISL_ARGS_START() 1019 options = isl_ctx_peek_options(ctx, &options_args); in check_options() 1042 ctx = isl_ctx_alloc_with_options(&options_args, options);
|