Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h43 bool HasType; member
50 HasType(false) {} in SymbolInfoTy()
53 : Addr(Addr), Name(Name), Type(Type), IsXCOFF(IsXCOFF), HasType(true) {} in Addr()
58 assert((P1.IsXCOFF == P2.IsXCOFF && P1.HasType == P2.HasType) &&
62 if (P1.IsXCOFF && P1.HasType)
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp42 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()
79 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()
89 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()
99 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()
177 if (class_type_or_name.HasType()) { in UpdateValue()
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp43 struct HasType : std::false_type {}; struct
46 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
83 static_assert((!HasType<std::invoke_result<Fn, Args...> >::value), ""); in call()
92 static_assert((!HasType<std::result_of<T> >::value), ""); in test_no_result()
/llvm-project-15.0.7/libcxx/test/libcxx/type_traits/
H A Dlazy_metafunctions.pass.cpp62 struct HasType : HasTypeImp<Type>::type {}; struct
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp75 MATCHER_P(HasType, T, "") { return arg->getType() == T; }
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp275 bool HasType = false; in collectStatsForDie() local
314 HasType = true; in collectStatsForDie()
447 if (HasType) in collectStatsForDie()
455 if (HasType) in collectStatsForDie()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h427 bool HasType() const { return HasCompilerType(); } in HasType() function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp275 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp283 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp302 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument
314 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument
325 TEST(HasType, TakesQualTypeMatcherAndMatchesCXXBaseSpecifier) { in TEST() argument
334 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument
343 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument
351 TEST(HasType, TakesDeclMatcherAndMatchesCXXBaseSpecifier) { in TEST() argument
360 TEST(HasType, MatchesTypedefDecl) { in TEST() argument
370 TEST(HasType, MatchesTypedefNameDecl) { in TEST() argument
1150 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2131 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
2138 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()