Home
last modified time | relevance | path

Searched refs:TCK_ConstructorCall (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp59 TCK_ConstructorCall, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1760 EmitTypeCheck(CodeGenFunction::TCK_ConstructorCall, in EmitCXXNewExpr()
H A DCGClass.cpp2207 EmitTypeCheck(CodeGenFunction::TCK_ConstructorCall, Loc, This, in EmitCXXConstructorCall()
H A DCodeGenFunction.cpp1293 isa<CXXConstructorDecl>(MD) ? TCK_ConstructorCall : TCK_MemberCall, in StartFunction()
H A DCodeGenFunction.h3232 TCK_ConstructorCall,