Home
last modified time | relevance | path

Searched refs:TypeClass (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h261 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 DLocInfoType.h38 : 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 DTypeLoc.h372 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 DType.h1831 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 DOpcodes.td75 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 DClangOpcodesEmitter.cpp70 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 DSBCompileUnit.cpp149 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
H A DSBModule.cpp535 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp84 void SymbolFileJSON::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes()
H A DSymbolFileJSON.h98 lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h85 lldb::TypeClass type_mask,
H A DSymbolFileSymtab.cpp51 TypeClass type_mask, in GetTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2523 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 Dlldb-enumerations.h854 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
869 LLDB_MARK_AS_BITMASK_ENUM(TypeClass)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h242 lldb::TypeClass GetTypeClass();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h159 lldb::TypeClass type_mask,
H A DCompilerType.h289 lldb::TypeClass GetTypeClass() const;
H A DSymbolFile.h324 lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h105 lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h143 lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h127 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h131 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp404 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 DSymbolFileOnDemand.cpp445 TypeClass type_mask, TypeList &type_list) { in GetTypes()

123