Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNoMallocCheck.h32 DeallocList(Options.get("Deallocations", "::free")) {} in NoMallocCheck()
56 const StringRef DeallocList; variable
H A DNoMallocCheck.cpp28 Options.store(Opts, "Deallocations", DeallocList); in storeOptions()
48 hasAnyName(utils::options::parseStringList((DeallocList)))))) in registerMatchers()