Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp907 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
908 if (CCtx::isCLibraryFunction(FDecl, "malloc") || in checkTaintedBufferSize()
909 CCtx::isCLibraryFunction(FDecl, "calloc") || in checkTaintedBufferSize()
910 CCtx::isCLibraryFunction(FDecl, "alloca")) in checkTaintedBufferSize()
912 else if (CCtx::isCLibraryFunction(FDecl, "memccpy")) in checkTaintedBufferSize()
914 else if (CCtx::isCLibraryFunction(FDecl, "realloc")) in checkTaintedBufferSize()
916 else if (CCtx::isCLibraryFunction(FDecl, "bcopy")) in checkTaintedBufferSize()