Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNoMallocCheck.h31 ReallocList(Options.get("Reallocations", "::realloc")), in NoMallocCheck()
53 const std::string ReallocList; variable
DNoMallocCheck.cpp35 Options.store(Opts, "Reallocations", ReallocList); in storeOptions()
47 callExpr(callee(functionDecl(hasAnyListedName(ReallocList)))) in registerMatchers()