/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupFile.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupFile() argument 29 m_option_definition.argument_type = argument_type; in OptionGroupFile() 48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList() argument 58 m_option_definition.argument_type = argument_type; in OptionGroupFileList()
|
H A D | OptionGroupString.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupString() argument 31 m_option_definition.argument_type = argument_type; in OptionGroupString()
|
H A D | OptionGroupUInt64.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument 31 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
|
H A D | OptionGroupPythonClassWithDict.cpp | 44 m_option_definition[0].argument_type = eArgTypePythonClass; in OptionGroupPythonClassWithDict() 55 m_option_definition[1].argument_type = eArgTypeNone; in OptionGroupPythonClassWithDict() 66 m_option_definition[2].argument_type = eArgTypeNone; in OptionGroupPythonClassWithDict() 77 m_option_definition[3].argument_type = eArgTypePythonFunction; in OptionGroupPythonClassWithDict()
|
H A D | OptionGroupBoolean.cpp | 32 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
|
H A D | Options.cpp | 380 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 385 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 707 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion() 711 opt_defs[opt_defs_index].argument_type); in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | unary_negate.h | 26 …RECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> { 33 operator()(const typename _Predicate::argument_type& __x) const { in operator()
|
H A D | unary_function.h | 24 typedef _Arg argument_type; 33 using argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg; 25 typedef _Arg argument_type; global() typedef
|
/freebsd/contrib/llvm-project/libcxx/include/__variant/ |
H A D | monostate.h | 52 using argument_type = monostate; 55 inline _LIBCPP_HIDE_FROM_ABI result_type operator()(const argument_type&) const _NOEXCEPT {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionGroupFile.h | 24 lldb::CommandArgumentType argument_type, 54 lldb::CommandArgumentType argument_type,
|
H A D | OptionGroupString.h | 22 lldb::CommandArgumentType argument_type,
|
H A D | OptionGroupUInt64.h | 23 lldb::CommandArgumentType argument_type,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | stl_extras.h | 26 using argument_type = Ty; 25 using argument_type = Ty; global() member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | identity.h | 24 using argument_type = Ty; member
|
H A D | IndexedMap.h | 32 using IndexT = typename ToIndexT::argument_type;
|
H A D | SparseSet.h | 128 using KeyT = typename KeyFunctorT::argument_type;
|
H A D | SparseMultiSet.h | 120 using KeyT = typename KeyFunctorT::argument_type;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type; member
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 45 // See argument_type field for more info. 78 // Field: argument_type
|
H A D | CommandObjectCommands.cpp | 1484 option_def.argument_type = (CommandArgumentType) val_type; in SetOptionsFromArray() 1487 option_def.argument_type = eArgTypeNone; in SetOptionsFromArray()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 601 using argument_type = llvm::pdb::PDB_SymType; 604 result_type operator()(const argument_type &Arg) const {
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 22 typedef Arg argument_type; 191 : public unary_function<typename Predicate::argument_type, bool> 195 bool operator()(const typename Predicate::argument_type& x) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 1371 using argument_type = Register; member
|
H A D | MachineBasicBlock.h | 1277 using argument_type = const MachineBasicBlock *;
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | unique_ptr.h | 679 _LIBCPP_DEPRECATED_IN_CXX17 typedef unique_ptr<_Tp, _Dp> argument_type;
|