Home
last modified time | relevance | path

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

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