Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h268 template <typename arg_type>\
307 template <typename arg_type>\
360 template <typename arg_type>\
418 template <typename arg_type>\
480 template <typename arg_type>\
552 template <typename arg_type>\
628 template <typename arg_type>\
707 template <typename arg_type>\
795 template <typename arg_type>\
888 template <typename arg_type>\
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp84 arg_type = &makeArgumentID<TrackingDeleter &&>(); in operator =()
90 arg_type = &makeArgumentID<T&&>(); in operator =()
98 TypeID const* tmp = arg_type; in reset()
99 arg_type = nullptr; in reset()
103 mutable TypeID const* arg_type; member
131 arg_type = &makeArgumentID<T&&>(); in operator =()
139 TypeID const* tmp = arg_type; in reset()
140 arg_type = nullptr; in reset()
144 mutable TypeID const* arg_type; member
149 return d.arg_type && *d.arg_type == makeArgumentID<ExpectT>(); in checkArg()
[all …]
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp371 if (g_argument_table[i].arg_type == arg_type) in FindArgumentDataByType()
384 if (entry->arg_type != arg_type) in GetArgumentHelp()
432 if (entry->arg_type != arg_type) in GetArgumentName()
651 id_arg.arg_type = ID; in AddIDsArgumentData()
656 id_range_arg.arg_type = IDRange; in AddIDsArgumentData()
667 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() argument
668 assert(arg_type < eArgTypeLastArg && in GetArgumentTypeAsCString()
670 return g_argument_table[arg_type].arg_name; in GetArgumentTypeAsCString()
674 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString() argument
675 assert(arg_type < eArgTypeLastArg && in GetArgumentDescriptionAsCString()
[all …]
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp53 TrackingDeleter() : arg_type(&makeArgumentID<>()) {} in TrackingDeleter()
56 : arg_type(&makeArgumentID<TrackingDeleter const&>()) {} in TrackingDeleter()
59 : arg_type(&makeArgumentID<TrackingDeleter &&>()) {} in TrackingDeleter()
62 TrackingDeleter(T&&) : arg_type(&makeArgumentID<T&&>()) {} in TrackingDeleter()
65 arg_type = &makeArgumentID<TrackingDeleter const&>(); in operator =()
70 arg_type = &makeArgumentID<TrackingDeleter &&>(); in operator =()
76 arg_type = &makeArgumentID<T&&>(); in operator =()
84 TypeID const* tmp = arg_type; in reset()
85 arg_type = nullptr; in reset()
89 mutable TypeID const* arg_type; member
[all …]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp46 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsSet()
575 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove()
579 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsRemove()
671 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace()
675 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsReplace()
683 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsReplace()
767 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertBefore()
775 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsInsertBefore()
863 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsInsertAfter()
871 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsInsertAfter()
[all …]
H A DCommandObjectLog.cpp61 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
68 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()
220 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
227 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()
283 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
331 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDump()
442 depth_arg.arg_type = eArgTypeCount; in CommandObjectLogTimerEnable()
561 bool_arg.arg_type = eArgTypeBoolean; in CommandObjectLogTimerIncrement()
H A DCommandObjectHelp.cpp56 command_arg.arg_type = eArgTypeCommand; in CommandObjectHelp()
185 const CommandArgumentType arg_type = in DoExecute() local
187 if (arg_type != eArgTypeLastArg) { in DoExecute()
189 CommandObject::GetArgumentHelp(output_strm, arg_type, m_interpreter); in DoExecute()
H A DCommandObjectCommands.cpp47 file_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsSource()
355 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsAlias()
363 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
371 options_arg.arg_type = eArgTypeAliasOptions; in CommandObjectCommandsAlias()
629 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsUnalias()
717 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete()
1247 cmd_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsScriptImport()
1380 cmd_arg.arg_type = eArgTypeCommand; in CommandObjectCommandsScriptAdd()
1689 cmd_arg.arg_type = eArgTypeCommand; in CommandObjectCommandsScriptDelete()
1838 cmd_arg.arg_type = eArgTypeCommand; in CommandObjectCommandsContainerAdd()
[all …]
H A DCommandObjectRegister.cpp52 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterRead()
310 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterWrite()
318 value_arg.arg_type = eArgTypeValue; in CommandObjectRegisterWrite()
H A DCommandObjectWatchpointCommand.cpp169 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandAdd()
463 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandDelete()
531 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()
H A DCommandObjectPlugin.cpp26 cmd_arg.arg_type = eArgTypeFilename; in CommandObjectPluginLoad()
H A DCommandObjectBreakpointCommand.cpp192 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandAdd()
458 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandDelete()
575 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandList()
H A DCommandObjectApropos.cpp28 search_word_arg.arg_type = eArgTypeSearchWord; in CommandObjectApropos()
H A DCommandOptionArgumentTable.cpp305 g_argument_table[I].arg_type == I,
H A DCommandObjectType.cpp579 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatAdd()
768 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatterDelete()
1043 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatterList()
1454 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryAdd()
1746 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDefine()
1848 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryEnable()
1916 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDelete()
2025 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDisable()
2088 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryList()
2327 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSynthAdd()
[all …]
H A DCommandObjectMemory.cpp300 start_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead()
308 end_addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryRead()
962 addr_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryFind()
970 value_arg.arg_type = eArgTypeAddressOrExpression; in CommandObjectMemoryFind()
1270 addr_arg.arg_type = eArgTypeAddress;
1278 value_arg.arg_type = eArgTypeValue;
1590 addr_arg.arg_type = eArgTypeAddress; in CommandObjectMemoryHistory()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h82 lldb::CommandArgumentType arg_type; member
92 lldb::CommandArgumentType arg_type; member
101 : arg_type(type), arg_repetition(repetition), in arg_type() function
117 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
120 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
206 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
212 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
215 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py638 arg_type = 'SPV_Type'
640 arg_type = 'Optional<SPV_Type>'
642 arg_type = 'Variadic<SPV_Type>'
648 arg_type = 'SPV_' + kind[2:] + 'Attr'
651 arg_type = 'I32Attr'
653 arg_type = 'OptionalAttr<I32Attr>'
655 arg_type = 'OptionalAttr<I32ArrayAttr>'
667 arg_type = 'SPV_{}Attr'.format(kind)
669 arg_type = 'OptionalAttr<{}>'.format(arg_type)
674 return '{}:${}'.format(arg_type, name)
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dparser.cpp24 #define GET_ARG_VAL_SIMPLEST(arg_type, index) get_arg_value<arg_type>(index) argument
26 #define GET_ARG_VAL_SIMPLEST(arg_type, _) get_next_arg_value<arg_type>()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp81 template <class F, class return_type, class arg_type>
86 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" ); in test_unary_function()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp500 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() argument
501 LLDB_INSTRUMENT_VA(arg_type); in GetArgumentTypeAsCString()
503 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString()
507 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString() argument
508 LLDB_INSTRUMENT_VA(arg_type); in GetArgumentDescriptionAsCString()
510 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp291 CompilerType arg_type = type.GetTypeTemplateArgument(0); in LibcxxStdVectorSyntheticFrontEndCreator() local
292 if (arg_type.GetTypeName() == "bool") in LibcxxStdVectorSyntheticFrontEndCreator()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp364 clang::QualType arg_type = in BuildMethod() local
368 if (arg_type.isNull()) in BuildMethod()
374 nullptr, arg_type, nullptr, clang::SC_None, nullptr)); in BuildMethod()

12