Searched defs:argument_type (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/refwrap/
H A Dbinary.pass.cpp46 typedef int argument_type; typedef in struct:C
H A Dunary.pass.cpp46 typedef int argument_type; typedef in struct:C
/external/lldb/source/Interpreter/
H A DOptionGroupString.cpp25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
20 OptionGroupString(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, const char *default_value) argument
H A DOptionGroupUInt64.cpp25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
20 OptionGroupUInt64(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, uint64_t default_value) argument
H A DOptionGroupFile.cpp25 lldb::CommandArgumentType argument_type,
36 m_option_definition.argument_type = argument_type;
65 lldb::CommandArgumentType argument_type,
76 m_option_definition.argument_type = argument_type;
20 OptionGroupFile(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
60 OptionGroupFileList(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
/external/lldb/include/lldb/
H A Dlldb-private-types.h65 lldb::CommandArgumentType argument_type; // Type of argument this option takes member in struct:lldb_private::__anon9917
/external/lldb/tools/driver/
H A DDriver.cpp69 lldb::CommandArgumentType argument_type; // Type of argument this option takes member in struct:__anon10092
271 CommandArgumentType arg_type = option_table[i].argument_type;
323 CommandArgumentType arg_type = option_table[i].argument_type;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h504 typedef llvm::PDB_SymType argument_type; typedef in struct:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::std::hash
507 result_type operator()(const argument_type &Arg) const {

Completed in 780 milliseconds