Home
last modified time | relevance | path

Searched refs:options_args (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp23 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/
Dschedule_cmp.c21 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()
Dflow_cmp.c22 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()
Dcodegen.c39 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()
Dpip.c57 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/
DCommandAlias.h25 llvm::StringRef options_args, llvm::StringRef name,
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c52 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);