Searched refs:isReplaceableGlobalAllocationFunction (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp829 FD->isReplaceableGlobalAllocationFunction();
H A DExprEngineCallAndReturn.cpp694 if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1319 if (CalleeDecl->isReplaceableGlobalAllocationFunction() &&
1653 allocator->isReplaceableGlobalAllocationFunction()) {
H A DCGCall.cpp1940 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) {
H A DItaniumCXXABI.cpp2147 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() ||
H A DCodeGenModule.cpp1919 if (FD->isReplaceableGlobalAllocationFunction()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp394 } else if (New->isReplaceableGlobalAllocationFunction() &&
H A DSemaExprCXX.cpp1821 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) &&
3630 if (!FnDecl->isReplaceableGlobalAllocationFunction()) {
H A DSemaDecl.cpp9396 NewFD->isReplaceableGlobalAllocationFunction() &&
14686 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2311 bool isReplaceableGlobalAllocationFunction(
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2971 bool FunctionDecl::isReplaceableGlobalAllocationFunction( function in class:FunctionDecl
H A DExprConstant.cpp7289 } else if (FD->isReplaceableGlobalAllocationFunction()) {
8949 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) {
13867 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) {
13911 !VirtualDelete->isReplaceableGlobalAllocationFunction()) {

Completed in 282 milliseconds