| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupFile.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupFile() argument 31 m_option_definition.argument_type = argument_type; in OptionGroupFile() 52 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList() argument 62 m_option_definition.argument_type = argument_type; in OptionGroupFileList()
|
| H A D | OptionGroupString.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupString() argument 32 m_option_definition.argument_type = argument_type; in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument 32 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
|
| H A D | OptionGroupBoolean.cpp | 33 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
|
| H A D | Options.cpp | 381 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 386 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 579 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage() 799 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion() 803 opt_defs[opt_defs_index].argument_type); in HandleOptionArgumentCompletion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFile.h | 27 lldb::CommandArgumentType argument_type, 60 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupString.h | 25 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupUInt64.h | 26 lldb::CommandArgumentType argument_type,
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | functional | 129 : public unary_function<typename _Operation2::argument_type, 141 operator()(const typename _Operation2::argument_type& __x) const 154 : public unary_function<typename _Operation2::argument_type, 168 operator()(const typename _Operation2::argument_type& __x) const 260 typedef _Argument argument_type;
|
| H A D | bitmap_allocator.h | 335 : public std::unary_function<typename _Functor::argument_type, 341 typedef typename _Functor::argument_type argument_type; 348 operator()(argument_type __arg)
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | IndexedMap.h | 31 using IndexT = typename ToIndexT::argument_type;
|
| H A D | SparseSet.h | 129 using KeyT = typename KeyFunctorT::argument_type;
|
| H A D | SparseMultiSet.h | 121 using KeyT = typename KeyFunctorT::argument_type;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 121 lldb::CommandArgumentType argument_type; // Type of argument this option takes member
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 458 using argument_type = llvm::pdb::PDB_SymType; 461 result_type operator()(const argument_type &Arg) const {
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_function.h | 104 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef 313 : public unary_function<typename _Predicate::argument_type, bool> 322 operator()(const typename _Predicate::argument_type& __x) const in operator()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 1153 using argument_type = unsigned; member
|
| H A D | MachineBasicBlock.h | 832 using argument_type = const MachineBasicBlock *;
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | variant | 1578 using argument_type = variant<_Types...>; 1582 result_type operator()(const argument_type& __v) const { 1601 using argument_type = monostate; 1605 result_type operator()(const argument_type&) const _NOEXCEPT {
|
| H A D | functional | 23 typedef Arg argument_type; 192 : public unary_function<typename Predicate::argument_type, bool> 196 bool operator()(const typename Predicate::argument_type& x) const; 992 : public unary_function<typename _Predicate::argument_type, bool> 1000 bool operator()(const typename _Predicate::argument_type& __x) const
|
| H A D | optional | 1398 typedef optional<_Tp> argument_type; 1402 result_type operator()(const argument_type& __opt) const
|
| H A D | memory | 3158 typedef unique_ptr<_Tp, _Dp> argument_type; 3161 result_type operator()(const argument_type& __ptr) const 3163 typedef typename argument_type::pointer pointer; 5380 typedef shared_ptr<_Tp> argument_type; 5384 result_type operator()(const argument_type& __ptr) const _NOEXCEPT
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | functional | 221 : unary_function<typename _Tp::argument_type, 237 : unary_function<typename _Tp::argument_type,
|
| H A D | boost_shared_ptr.h | 90 typedef _Tp* argument_type; typedef
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | propagate_const | 489 typedef experimental::fundamentals_v2::propagate_const<_Tp> argument_type;
|