Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Function

108   /// \brief A struct used to specify taint propagation rules for a function.
120 /// List of arguments which should be tainted on function return.
143 /// Get the propagation rule for a given function.
167 /// \brief Pre-process a function which propagates taint according to the
297 if (!FDecl || FDecl->getKind() != Decl::Function)
304 // First, try generating a propagation rule for this function.
333 // arguments which should be tainted after the function returns. These are
372 // Set the evaluation function by switching on the callee name.
374 if (!FDecl || FDecl->getKind() != Decl::Function)
411 if (!FDecl || FDecl->getKind() != Decl::Function)
476 // Mark the arguments which should be tainted after the function returns.
610 // Find if the function contains a format string argument.
626 // Or if a function is named setproctitle (this is a heuristic).
659 // Check if the function contains a format string argument.
705 // If the function has a buffer size argument, set ArgNum.