/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 261 using TypeClass = Type; 265 using TypeClass = PointerType; 269 using TypeClass = ArrayType; 273 using TypeClass = StructType; 277 using TypeClass = VectorType; 281 using TypeClass = Type; 317 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass; 319 ConstantClass *create(TypeClass *Ty) const { 367 using TypeClass = ConstantInfo<InlineAsm>::TypeClass; 369 InlineAsm *create(TypeClass *Ty) const { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | LocInfoType.h | 38 : Type((TypeClass)LocInfo, ty, ty->getDependence()), DeclInfo(TInfo) { in LocInfoType() 39 assert(getTypeClass() == (TypeClass)LocInfo && "LocInfo didn't fit in TC?"); in LocInfoType() 51 return T->getTypeClass() == (TypeClass)LocInfo; in classof()
|
H A D | TypeLoc.h | 372 template <class Base, class Derived, class TypeClass, class LocalData> 386 return TypeClass::classof(Ty); in classofType() 421 const TypeClass *getTypePtr() const { in getTypePtr() 422 return cast<TypeClass>(Base::getTypePtr()); in getTypePtr() 497 template <class Base, class Derived, class TypeClass> 502 return TypeClass::classof(Ty); in classofType() 514 const TypeClass *getTypePtr() const { in getTypePtr() 515 return cast<TypeClass>(Base::getTypePtr()); in getTypePtr() 1270 template <class Derived, class TypeClass, class LocalData = PointerLikeLocInfo> 1272 TypeClass, LocalData> { [all …]
|
H A D | Type.h | 1831 enum TypeClass { 1845 LLVM_PREFERRED_TYPE(TypeClass) 2280 Type(TypeClass tc, QualType canon, TypeDependence Dependence) 2316 TypeClass getTypeClass() const { return static_cast<TypeClass>(TypeBits.TC); } 3227 BoundsAttributedType(TypeClass TC, QualType Wrapped, QualType Canon); 3327 AdjustedType(TypeClass TC, QualType OriginalTy, QualType AdjustedTy, 3406 ReferenceType(TypeClass tc, QualType Referencee, QualType CanonicalRef, 3548 ArrayType(TypeClass tc, QualType et, QualType can, ArraySizeModifier sm, 3620 ConstantArrayType(TypeClass Tc, const ConstantArrayType *ATy, QualType Can) 4001 VectorType(TypeClass tc, QualType vecType, unsigned nElements, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 75 class TypeClass { 79 def IntegerTypeClass : TypeClass { 84 def FixedSizeIntegralTypeClass : TypeClass { 89 def NumberTypeClass : TypeClass { 93 def FloatTypeClass : TypeClass { 97 def AluTypeClass : TypeClass { 101 def PtrTypeClass : TypeClass { 105 def BoolTypeClass : TypeClass { 109 def NonPtrTypeClass : TypeClass { 113 def AllTypeClass : TypeClass { [all …]
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 70 if (const auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() local 72 TypeClass->getDef()->getValueAsListOfDefs("Types")) { in Enumerate() 334 if (auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in EmitGroup() local 336 auto Cases = TypeClass->getDef()->getValueAsListOfDefs("Types"); in EmitGroup()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 149 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
|
H A D | SBModule.cpp | 535 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
H A D | SymbolFileJSON.cpp | 84 void SymbolFileJSON::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes()
|
H A D | SymbolFileJSON.h | 98 lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.h | 85 lldb::TypeClass type_mask,
|
H A D | SymbolFileSymtab.cpp | 51 TypeClass type_mask, in GetTypes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2523 RemoveWrappingTypes(QualType type, ArrayRef<clang::Type::TypeClass> mask = {}) { in RemoveWrappingTypes() 2557 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetDeclContextForType() 2703 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetCompleteQualType() 2778 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsAggregateType() 2799 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsAnonymousType() 2823 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsArrayType() 2892 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsVectorType() 3031 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsHomogeneousAggregate() 3143 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsTypeImpl() 3252 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsPointerType() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 854 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument 869 LLDB_MARK_AS_BITMASK_ENUM(TypeClass)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBType.h | 242 lldb::TypeClass GetTypeClass();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFileOnDemand.h | 159 lldb::TypeClass type_mask,
|
H A D | CompilerType.h | 289 lldb::TypeClass GetTypeClass() const;
|
H A D | SymbolFile.h | 324 lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 105 lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h | 143 lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 127 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 131 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 404 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults() 409 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType); in CacheCodeCompletionResults() 459 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults() 495 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults() 2138 if (ExpectedSTC == C->TypeClass) { in ProcessCodeCompleteResults()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 445 TypeClass type_mask, TypeList &type_list) { in GetTypes()
|