Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNoMallocCheck.h31 ReallocList(Options.get("Reallocations", "::realloc")), in NoMallocCheck()
53 const StringRef ReallocList; variable
H A DNoMallocCheck.cpp27 Options.store(Opts, "Reallocations", ReallocList); in storeOptions()
41 hasAnyName(utils::options::parseStringList((ReallocList)))))) in registerMatchers()