Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp471 void checkTaintedness(CheckerContext &C, const CallEvent &Call,
1601 checkTaintedness(C, Call, C.getSVal(*SizeEx), State, AF_CXXNewArray); in processNewAllocation()
1713 void MallocChecker::checkTaintedness(CheckerContext &C, const CallEvent &Call, in checkTaintedness() function in MallocChecker
1784 checkTaintedness(C, Call, Size, State, AF_Malloc); in MallocMemAux()