Searched refs:CCtx (Results 1 – 1 of 1) sorted by relevance
907 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef908 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()