Home
last modified time | relevance | path

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

12

/external/lldb/source/Interpreter/
DCommandObject.cpp494 CommandObject::FindArgumentDataByType (CommandArgumentType arg_type) in FindArgumentDataByType() argument
499 if (table[i].arg_type == arg_type) in FindArgumentDataByType()
506 CommandObject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &inte… in GetArgumentHelp() argument
509 ArgumentTableEntry *entry = (ArgumentTableEntry *) &(table[arg_type]); in GetArgumentHelp()
513 if (entry->arg_type != arg_type) in GetArgumentHelp()
514 entry = CommandObject::FindArgumentDataByType (arg_type); in GetArgumentHelp()
541 CommandObject::GetArgumentName (CommandArgumentType arg_type) in GetArgumentName() argument
543 … ArgumentTableEntry *entry = (ArgumentTableEntry *) &(CommandObject::GetArgumentTable()[arg_type]); in GetArgumentName()
547 if (entry->arg_type != arg_type) in GetArgumentName()
548 entry = CommandObject::FindArgumentDataByType (arg_type); in GetArgumentName()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h1415 template <typename arg_type>\
1416 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1421 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1440 template <typename arg_type>\
1441 operator ::testing::Matcher<arg_type>() const {\
1442 return ::testing::Matcher<arg_type>(\
1443 new gmock_Impl<arg_type>());\
1453 template <typename arg_type>\
1454 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
1455 arg_type arg, \
[all …]
Dgmock-generated-matchers.h.pump423 // and refer to its type by 'arg_type'.
459 // Note that the type of the value being matched (arg_type) is
466 // takes an int, 'arg_type' will be int; if it takes an unsigned long,
467 // 'arg_type' will be unsigned long; and so on.
562 // 'arg_type' as that's determined by the context in which the matcher
659 template <typename arg_type>\
660 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
665 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
684 template <typename arg_type>\
685 operator ::testing::Matcher<arg_type>() const {\
[all …]
/external/ltrace/
Dtype.h29 enum arg_type { enum
46 enum arg_type type;
72 struct arg_type_info *type_get_simple(enum arg_type type);
138 int type_is_integral(enum arg_type type);
141 int type_is_signed(enum arg_type type);
Dprintf.c122 enum arg_type format_type, enum arg_type elt_type, in form_next_param()
130 static enum arg_type ints[] = in form_next_param()
133 static enum arg_type uints[] = in form_next_param()
209 enum arg_type format_type = ARGTYPE_VOID; in param_printf_next()
210 enum arg_type elt_type = ARGTYPE_VOID; in param_printf_next()
Dtype.c32 type_get_simple(enum arg_type type) in type_get_simple()
76 type_init_common(struct arg_type_info *info, enum arg_type type) in type_init_common()
583 type_is_integral(enum arg_type type) in type_is_integral()
607 type_is_signed(enum arg_type type) in type_is_signed()
/external/lldb/include/lldb/Interpreter/
DCommandObject.h54 lldb::CommandArgumentType arg_type; member
63 lldb::CommandArgumentType arg_type; member
67 arg_type(lldb::eArgTypeNone), in CommandArgumentData()
90 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
93 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
196 FindArgumentDataByType (lldb::CommandArgumentType arg_type);
205 …GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter);
208 GetArgumentName (lldb::CommandArgumentType arg_type);
/external/lldb/source/Commands/
DCommandObjectSettings.cpp46 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsSet()
53 value_arg.arg_type = eArgTypeValue; in CommandObjectSettingsSet()
313 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsShow()
402 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsList()
406 prefix_name_arg.arg_type = eArgTypeSettingPrefix; in CommandObjectSettingsList()
500 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsRemove()
507 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsRemove()
511 key_arg.arg_type = eArgTypeSettingKey; in CommandObjectSettingsRemove()
622 var_name_arg.arg_type = eArgTypeSettingVariableName; in CommandObjectSettingsReplace()
629 index_arg.arg_type = eArgTypeSettingIndex; in CommandObjectSettingsReplace()
[all …]
DCommandObjectHelp.cpp40 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp()
176 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute() local
177 if (arg_type != eArgTypeLastArg) in DoExecute()
180 CommandObject::GetArgumentHelp (output_strm, arg_type, m_interpreter); in DoExecute()
DCommandObjectLog.cpp67 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
73 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()
248 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
254 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()
326 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
DCommandObjectRegister.cpp60 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterRead()
388 register_arg.arg_type = eArgTypeRegisterName; in CommandObjectRegisterWrite()
395 value_arg.arg_type = eArgTypeValue; in CommandObjectRegisterWrite()
DCommandObjectCommands.cpp256 file_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsSource()
504 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsAlias()
511 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias()
518 options_arg.arg_type = eArgTypeAliasOptions; in CommandObjectCommandsAlias()
787 alias_arg.arg_type = eArgTypeAliasName; in CommandObjectCommandsUnalias()
1369 cmd_arg.arg_type = eArgTypeFilename; in CommandObjectCommandsScriptImport()
1543 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptAdd()
1923 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptDelete()
DCommandObjectType.cpp437 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatAdd()
564 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatDelete()
675 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeFormatList()
1252 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryAdd()
1509 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryDelete()
1802 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeSummaryList()
1952 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryEnable()
2044 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDelete()
2117 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryDisable()
2227 type_style_arg.arg_type = eArgTypeName; in CommandObjectTypeCategoryList()
[all …]
DCommandObjectThread.cpp142 thread_idx_arg.arg_type = eArgTypeThreadIndex; in CommandObjectThreadBacktrace()
384 thread_id_arg.arg_type = eArgTypeThreadID; in CommandObjectThreadStepWithTypeAndScope()
624 thread_idx_arg.arg_type = eArgTypeThreadIndex; in CommandObjectThreadContinue()
908 line_num_arg.arg_type = eArgTypeLineNum; in CommandObjectThreadUntil()
1152 thread_idx_arg.arg_type = eArgTypeThreadIndex; in CommandObjectThreadSelect()
1347 expression_arg.arg_type = eArgTypeExpression; in CommandObjectThreadReturn()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c496 LLVMTypeRef arg_type; in lp_build_select() local
506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
526 if (arg_type != bld->int_vec_type) { in lp_build_select()
527 mask = LLVMBuildBitCast(builder, mask, arg_type, ""); in lp_build_select()
530 if (arg_type != bld->vec_type) { in lp_build_select()
531 a = LLVMBuildBitCast(builder, a, arg_type, ""); in lp_build_select()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp215 llvm::Type *arg_type = arg.getType(); in build_module_llvm() local
217 unsigned arg_size = TD.getTypeStoreSize(arg_type); in build_module_llvm()
219 if (llvm::isa<llvm::PointerType>(arg_type) && arg.hasByValAttr()) { in build_module_llvm()
220 arg_type = in build_module_llvm()
221 llvm::dyn_cast<llvm::PointerType>(arg_type)->getElementType(); in build_module_llvm()
224 if (arg_type->isPointerTy()) { in build_module_llvm()
228 unsigned address_space = llvm::cast<llvm::PointerType>(arg_type)->getAddressSpace(); in build_module_llvm()
/external/lldb/scripts/Python/interface/
DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/external/e2fsprogs/intl/
Dprintf-args.h75 } arg_type; typedef
80 arg_type type;
/external/bison/lib/
Dprintf-args.h88 } arg_type; typedef
93 arg_type type;
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dtypes.pass.cpp75 template <class F, class return_type, class arg_type>
79 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" ); in test_unary_function()
/external/lldb/include/lldb/API/
DSBCommandInterpreter.h38 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
41 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py620 arg_type = 'user-defined type (Bool)'
627 arg_type = 'built-in type (int)'
651 'arg_type' : arg_type,
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py623 arg_type = 'user-defined type (Bool)'
630 arg_type = 'built-in type (int)'
654 'arg_type' : arg_type,
/external/e2fsprogs/misc/
De4defrag.c1725 int arg_type = -1; in main() local
1809 arg_type = DEVNAME; in main()
1819 arg_type = DIRNAME; in main()
1823 arg_type = FILENAME; in main()
1837 if (arg_type == FILENAME || arg_type == DIRNAME) { in main()
1866 switch (arg_type) { in main()
1901 if (arg_type == DEVNAME) { in main()
2024 if (arg_type == DEVNAME) in main()
2027 else if (arg_type == DIRNAME) in main()
2054 if (arg_type == DEVNAME) in main()
[all …]
/external/lldb/source/API/
DSBCommandInterpreter.cpp351 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() argument
353 return CommandObject::GetArgumentTypeAsCString (arg_type); in GetArgumentTypeAsCString()
357 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString() argument
359 return CommandObject::GetArgumentDescriptionAsCString (arg_type); in GetArgumentDescriptionAsCString()

12