Home
last modified time | relevance | path

Searched refs:isType (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp380 …if (isType(C.getTag()) || (C.getTag() == dwarf::DW_TAG_subprogram && isType(C.getParent()->getTag(… in computeHash()
H A DDwarfUnit.cpp2022 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp342 if (!isType(entry.tag())) in GetFullyQualifiedType()
460 if (isType(entry.tag())) { in GetTypes()
532 if (!isType(entry.tag())) in GetTypesWithQuery()
H A DDWARFASTParserClang.cpp3194 if (llvm::dwarf::isType(tag)) in ParseChildMembers()
H A DSymbolFileDWARF.cpp3127 if (isType(dwarf_tag) && tag != DW_TAG_subrange_type) in ParseTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h165 if (Op.isConstant() || Op.isType()) in writeHLSLSpirvOperand()
H A DASTWriter.h188 bool isType() const { return IsType; } in isType() function
192 assert(isType() && "Not a type!"); in getType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1132 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
1157 CheckDI(!BaseType || isType(BaseType), "BaseType must be a type"); in visitDISubrangeType()
1295 CheckDI(isType(N.getRawExtraData()), "invalid pointer to member type", &N, in visitDIDerivedType()
1315 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
1364 CheckDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
1369 CheckDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
1429 CheckDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
1523 CheckDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1642 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1674 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h112 inline bool isType(Tag T) { in isType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp778 if (isType(Child.getTag())) in updateVariableDieMap()
H A DDWARFVerifier.cpp796 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp635 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
667 if (isType) { in ActOnCXXTypeid()
775 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
779 if (isType) { in ActOnCXXUuidof()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6426 bool isType() const { return Kind == TypeId; }
6435 assert((isConstant() || isType()) &&
H A DRecursiveASTVisitor.h1159 if (Operand.isConstant() || Operand.isType()) {
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8345 bool isType, void *TyOrExpr,
8358 bool isType, void *TyOrExpr,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6239 if (DOT.isType()) in WriteDeclAndTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19549 {"_ZNK4llvm12DIDescriptor6isTypeEv", "llvm::DIDescriptor::isType() const"},