Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 157) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp23 switch (GetType()) { in GetUInt64Value()
59 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
65 if (GetType() == OptionValue::eTypeChar) in GetAsChar()
95 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
101 if (GetType() == OptionValue::eTypeArch) in GetAsArch()
107 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
113 if (GetType() == OptionValue::eTypeArray) in GetAsArray()
119 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
125 if (GetType() == OptionValue::eTypeArgs) in GetAsArgs()
143 if (GetType() == OptionValue::eTypeEnum) in GetAsEnumeration()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp835 return GetType(ast.IntTy); in GetBuiltinTypeForEncodingAndBitSize()
837 return GetType(ast.LongTy); in GetBuiltinTypeForEncodingAndBitSize()
852 return GetType(ast.HalfTy); in GetBuiltinTypeForEncodingAndBitSize()
981 return GetType( in GetBuiltinTypeForDWARFEncodingAndBitSize()
997 return GetType( in GetBuiltinTypeForDWARFEncodingAndBitSize()
1061 return GetType(ast.IntTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2234 return GetType(block_type); in CreateBlockPointerType()
4262 return GetType( in GetFullyUnqualifiedType()
4548 return GetType(result); in AddConstModifier()
4558 return GetType(result); in AddVolatileModifier()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp70 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
119 StructuredDataType SBStructuredData::GetType() const { in GetType() function in SBStructuredData
121 GetType); in GetType()
123 return m_impl_up->GetType(); in GetType()
136 if (GetType() != eStructuredDataTypeDictionary) in GetKeys()
229 GetType, ()); in RegisterMethods()
H A DSBTypeFormat.cpp57 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in GetFormat()
65 if (IsValid() && m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum) in GetTypeName()
173 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) || in CopyOnWrite_Impl()
175 m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeEnum))) in CopyOnWrite_Impl()
179 if (m_opaque_sp->GetType() == TypeFormatImpl::Type::eTypeFormat) in CopyOnWrite_Impl()
H A DSBError.cpp87 ErrorType SBError::GetType() const { in GetType() function in SBError
88 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ErrorType, SBError, GetType); in GetType()
92 err_type = m_opaque_up->GetType(); in GetType()
201 LLDB_REGISTER_METHOD_CONST(lldb::ErrorType, SBError, GetType, ()); in RegisterMethods()
H A DSBFunction.cpp104 Type *func_type = m_opaque_ptr->GetType(); in GetDescription()
198 SBType SBFunction::GetType() { in GetType() function in SBFunction
199 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBFunction, GetType); in GetType()
203 Type *function_type = m_opaque_ptr->GetType(); in GetType()
266 LLDB_REGISTER_METHOD(lldb::SBType, SBFunction, GetType, ()); in RegisterMethods()
H A DSBEvent.cpp73 uint32_t SBEvent::GetType() const { in GetType() function in SBEvent
74 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBEvent, GetType); in GetType()
80 event_type = lldb_event->GetType(); in GetType()
221 LLDB_REGISTER_METHOD_CONST(uint32_t, SBEvent, GetType, ()); in RegisterMethods()
H A DSBSymbol.cpp179 SymbolType SBSymbol::GetType() { in GetType() function in SBSymbol
180 LLDB_RECORD_METHOD_NO_ARGS(lldb::SymbolType, SBSymbol, GetType); in GetType()
183 return m_opaque_ptr->GetType(); in GetType()
229 LLDB_REGISTER_METHOD(lldb::SymbolType, SBSymbol, GetType, ()); in RegisterMethods()
H A DSBTypeNameSpecifier.cpp68 SBType SBTypeNameSpecifier::GetType() { in GetType() function in SBTypeNameSpecifier
69 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBTypeNameSpecifier, GetType); in GetType()
172 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeNameSpecifier, GetType, ()); in RegisterMethods()
H A DSBTypeEnumMember.cpp86 SBType SBTypeEnumMember::GetType() { in GetType() function in SBTypeEnumMember
87 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBTypeEnumMember, GetType); in GetType()
216 LLDB_REGISTER_METHOD(lldb::SBType, SBTypeEnumMember, GetType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h91 lldb::StructuredDataType GetType() const { in GetType() function
92 return (m_data_sp ? m_data_sp->GetType() : in GetType()
100 if (m_data_sp->GetType() == lldb::eStructuredDataTypeDictionary) { in GetSize()
103 } else if (m_data_sp->GetType() == lldb::eStructuredDataTypeArray) { in GetSize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h187 lldbassert(BreakpointSite::Type::eHardware == GetType() || in IsHardware()
189 return BreakpointSite::Type::eHardware == GetType(); in IsHardware()
192 BreakpointSite::Type GetType() const { return m_type; } in GetType() function
/freebsd-13.1/lib/libdevdctl/
H A Dexception.h130 Type GetType() const;
156 ParseException::GetType() const in GetType() function
H A Devent.h170 Type GetType() const;
292 Event::GetType() const in GetType() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i82 GetType () const;
116 …type = property(GetType, None, doc='''A read only property that returns the same result as GetType…
H A DSBSymbol.i56 GetType ();
82 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value …
H A DSBFunction.i87 GetType ();
128 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
H A DSBTypeEnumMember.i40 GetType ();
50 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h68 virtual Type GetType() const = 0;
73 return GetType() == eTypeProperties; in ValueIsTransparent()
77 return GetBuiltinTypeAsCString(GetType()); in GetTypeAsCString()
118 uint32_t GetTypeAsMask() { return 1u << GetType(); } in GetTypeAsMask()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp323 const SymbolType type = symbol->GetType(); in InitNameIndexes()
347 if (variant.GetType() & lldb::eFunctionNameTypeSelector) in InitNameIndexes()
349 else if (variant.GetType() & lldb::eFunctionNameTypeFull) in InitNameIndexes()
512 m_symbols[i].GetType() == symbol_type) && in AppendSymbolIndexesWithTypeAndFlagsValue()
534 m_symbols[i].GetType() == symbol_type) { in AppendSymbolIndexesWithType()
712 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
732 m_symbols[*pos].GetType() == symbol_type) in AppendSymbolIndexesWithNameAndType()
751 m_symbols[i].GetType() == symbol_type) { in AppendSymbolIndexesMatchingRegExAndType()
773 m_symbols[i].GetType() == symbol_type) { in AppendSymbolIndexesMatchingRegExAndType()
796 m_symbols[idx].GetType() == symbol_type) { in FindSymbolWithType()
[all …]
H A DVariable.cpp96 Type *Variable::GetType() { in GetType() function in Variable
98 return m_symfile_type_sp->GetType(); in GetType()
111 Type *type = m_symfile_type_sp->GetType(); in Dump()
205 Type *type = GetType(); in GetDeclContext()
212 Type *type = GetType(); in GetDecl()
709 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h140 virtual Type GetType() { return Type::eTypeUnknown; } in GetType() function
172 TypeFormatImpl::Type GetType() override { in GetType() function
202 TypeFormatImpl::Type GetType() override { in GetType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp69 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl()
76 Type *var_type = m_variable_sp->GetType(); in GetTypeName()
83 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName()
90 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c217 #define GetType(n) \ macro
380 printf("\t%s %15d,\t%10s,", L_BRACE, len, GetType(n)); in main()
405 printf("\t%s %15s,\t%10s,", L_BRACE, buffer, GetType(n)); in main()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp133 XcodeSDK::Type XcodeSDK::GetType() const { in GetType() function in XcodeSDK
254 if (sdk.GetType() != desired_type) in SDKSupportsModules()
256 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()

1234567