Searched refs:checkCall_vfork (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp101 void checkCall_vfork(const CallExpr *CE, const FunctionDecl *FD);
151 .Case("vfork", &WalkAST::checkCall_vfork)
660 void WalkAST::checkCall_vfork(const CallExpr *CE, const FunctionDecl *FD) { function in class:WalkAST

Completed in 590 milliseconds