Home
last modified time | relevance | path

Searched refs:hasVirtualDestructor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1172 static bool hasVirtualDestructor(QualType T) { in hasVirtualDestructor() function
1220 !hasVirtualDestructor(InitialType)) { in Free()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7189 static bool hasVirtualDestructor(QualType T) { in hasVirtualDestructor() function
16582 !hasVirtualDestructor(Arg->getType()->getPointeeType())) { in VisitCXXDeleteExpr()