Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp857 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
924 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDIDerivedType()
965 AssertDI(isType(N.getRawBaseType()), "invalid base type", &N, in visitDICompositeType()
970 AssertDI(isType(N.getRawVTableHolder()), "invalid vtable holder", &N, in visitDICompositeType()
1002 AssertDI(isType(Ty), "invalid subroutine type ref", &N, Types, Ty); in visitDISubroutineType()
1095 AssertDI(isType(N.getRawContainingType()), "invalid containing type", &N, in visitDISubprogram()
1195 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1228 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
1240 AssertDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable()
1278 AssertDI(isType(T), "invalid type ref", &N, T); in visitDIObjCProperty()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp197 if (isType(entry.tag())) in GetTypes()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp364 if (isType(C.getTag()) || C.getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
H A DDwarfUnit.cpp1513 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h180 bool isType() const { return IsType; } in isType() function
184 assert(isType() && "Not a type!"); in getType()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.h86 inline bool isType(Tag T) { in isType() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp542 if (TypeDie && !isType(TypeDie.getTag())) { in verifyDebugInfoAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp532 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument
564 if (isType) { in ActOnCXXTypeid()
666 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument
679 if (isType) { in ActOnCXXUuidof()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5068 SourceLocation LParenLoc, bool isType,
5083 SourceLocation LParenLoc, bool isType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4990 if (DOT.isType()) in WriteASTCore()