Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFile.cpp19 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 DOptionGroupString.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupString() argument
31 m_option_definition.argument_type = argument_type; in OptionGroupString()
H A DOptionGroupUInt64.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument
31 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
H A DOptionGroupPythonClassWithDict.cpp44 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 DOptionGroupBoolean.cpp32 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
H A DOptions.cpp380 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()
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dunary_negate.h26 : public __unary_function<typename _Predicate::argument_type, bool>
34 bool operator()(const typename _Predicate::argument_type& __x) const in operator()
H A Dunary_function.h25 typedef _Arg argument_type; typedef
33 using argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg;
/openbsd/gnu/llvm/libcxx/include/__variant/
H A Dmonostate.h52 using argument_type = monostate;
55 inline _LIBCPP_HIDE_FROM_ABI result_type operator()(const argument_type&) const _NOEXCEPT {
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h24 lldb::CommandArgumentType argument_type,
54 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h22 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h23 lldb::CommandArgumentType argument_type,
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Didentity.h24 using argument_type = Ty; member
H A DIndexedMap.h31 using IndexT = typename ToIndexT::argument_type;
H A DSparseSet.h128 using KeyT = typename KeyFunctorT::argument_type;
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dstl_extras.h25 using argument_type = Ty; member
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type; member
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dfunctional125 : public unary_function<typename _Operation2::argument_type,
135 operator()(const typename _Operation2::argument_type& __x) const {
151 : public unary_function<typename _Operation2::argument_type,
162 operator()(const typename _Operation2::argument_type& __x) const {
242 typedef _Argument argument_type;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dfunctional129 : 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 Dbitmap_allocator.h335 : public std::unary_function<typename _Functor::argument_type,
341 typedef typename _Functor::argument_type argument_type;
348 operator()(argument_type __arg)
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h104 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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h601 using argument_type = llvm::pdb::PDB_SymType;
604 result_type operator()(const argument_type &Arg) const {
/openbsd/gnu/llvm/lldb/source/Commands/
H A DOptionsBase.td45 // See argument_type field for more info.
78 // Field: argument_type
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h103 …typedef _Arg argument_type; ///< @c argument_type is the type of the argument (no surprises here) typedef
273 : public unary_function<typename _Predicate::argument_type, bool> {
278 bool operator()(const typename _Predicate::argument_type& __x) const { in operator()
/openbsd/gnu/llvm/libcxx/include/
H A Dfunctional22 typedef Arg argument_type;
180 : public unary_function<typename Predicate::argument_type, bool>
184 bool operator()(const typename Predicate::argument_type& x) const;

12