Home
last modified time | relevance | path

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

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