reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 2251   bool isReplaceableGlobalAllocationFunction(bool *IsAligned = nullptr) const;

References

tools/clang/lib/AST/ExprConstant.cpp
 6948       } else if (FD->isReplaceableGlobalAllocationFunction()) {
 8487   } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) {
13197   if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) {
13241         !VirtualDelete->isReplaceableGlobalAllocationFunction()) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1303   if (CalleeDecl->isReplaceableGlobalAllocationFunction() &&
 1632         allocator->isReplaceableGlobalAllocationFunction()) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1834   if (FD->isReplaceableGlobalAllocationFunction()) {
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 2023       (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() ||
tools/clang/lib/Sema/SemaDecl.cpp
 9128         NewFD->isReplaceableGlobalAllocationFunction() &&
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  377   } else if (New->isReplaceableGlobalAllocationFunction() &&
tools/clang/lib/Sema/SemaExprCXX.cpp
 1746   if (FD.isReplaceableGlobalAllocationFunction(&IsAligned) && IsAligned)
 3491     if (!FnDecl->isReplaceableGlobalAllocationFunction()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  750       FD->isReplaceableGlobalAllocationFunction();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  658       if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) {