Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp533 size_t identifierid; in checkUncheckedReturnValue() local
535 for (identifierid = 0; identifierid < num_setids; identifierid++) in checkUncheckedReturnValue()
536 if (id == II_setid[identifierid]) in checkUncheckedReturnValue()
539 if (identifierid >= num_setids) in checkUncheckedReturnValue()
549 if (FTP->getNumArgs() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue()