Lines Matching full:tainted
13 // example, checkers should report errors which involve tainted data more
52 /// \brief Catch taint related bugs. Check if tainted data is passed to a
66 /// and thus, is tainted.
80 /// Taint the scanned input if the file is tainted.
95 /// Check if tainted data is used as a buffer size ins strn.. functions,
101 /// Generate a report if the expression is tainted or points to tainted data.
110 /// If any of the possible taint source arguments is tainted, all of the
111 /// destination arguments should also be tainted. Use InvalidArgIndex in the
114 /// pointer and reference arguments might be tainted on return. If
116 /// tainted.
120 /// List of arguments which should be tainted on function return.
195 /// points to data, which should be tainted on return.
204 // value as tainted even if it's just a pointer, pointing to tainted data.
332 // Depending on what was tainted at pre-visit, we determined a set of
333 // arguments which should be tainted after the function returns. These are
343 // Special handling for the tainted return value.
350 // tainted after the call.
457 // Check if any of the arguments is tainted, but skip the
476 // Mark the arguments which should be tainted after the function returns.
481 // Should we mark all arguments as tainted?
484 // If they are not pointing to const data, mark data as tainted.
514 // If argument 0 (file descriptor) is tainted, all arguments except for arg 0
521 // Check is the file descriptor is tainted.
560 // tainted after the call.
664 // If either the format string content or the pointer itself are tainted, warn.