Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedPointerArithmeticInAllocCheck.cpp66 std::string CallName; in check() local
73 CallName = Func->getName().str(); in check()
77 CallName = "operator new[]"; in check()
84 CallName = "operator new"; in check()
98 << CallName << FixItHint::CreateRemoval(OldRParen) in check()