Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-no-malloc.rst37 .. option:: Deallocations
/external/clang/include/clang/AST/
DASTContext.h2561 DeallocationFunctionsAndArguments Deallocations; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h3063 mutable DeallocationFunctionsAndArguments Deallocations; variable
/external/clang/lib/AST/
DASTContext.cpp763 for (auto &Pair : Deallocations) in ~ASTContext()
813 Deallocations.push_back({Callback, Data}); in AddDeallocation()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp982 for (auto &Pair : Deallocations) in ~ASTContext()
1016 Deallocations.push_back({Callback, Data}); in AddDeallocation()