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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp19 using namespace taint;
29 void taint::printTaint(ProgramStateRef State, raw_ostream &Out, const char *NL,
42 ProgramStateRef taint::addTaint(ProgramStateRef State, const Stmt *S,
48 ProgramStateRef taint::addTaint(ProgramStateRef State, SVal V,
54 // If the SVal represents a structure, try to mass-taint all values within the
76 ProgramStateRef taint::addTaint(ProgramStateRef State, const MemRegion *R,
83 ProgramStateRef taint::addTaint(ProgramStateRef State, SymbolRef Sym,
85 // If this is a symbol cast, remove the cast before adding the taint. Taint
95 ProgramStateRef taint::removeTaint(ProgramStateRef State, SVal V) {
104 ProgramStateRef taint
[all...]
H A DTaintTesterChecker.cpp9 // This checker can be used for testing how taint data is propagated.
22 using namespace taint;
H A DDivZeroChecker.cpp23 using namespace taint;
91 std::make_unique<taint::TaintBugVisitor>(*DV));
H A DTaint.h21 namespace taint { namespace in namespace:clang::ento
23 /// The type of taint, which helps to differentiate between different types of
24 /// taint.
102 } // namespace taint
H A DVLASizeChecker.cpp29 using namespace taint;
H A DArrayBoundCheckerV2.cpp28 using namespace taint;
H A DGenericTaintChecker.cpp9 // This checker defines the attack surface for generic taint propagation.
11 // The taint information produced by it might be useful to other checkers. For
35 using namespace taint;
133 /// Catch taint related bugs. Check if tainted data is passed to a
138 /// Add taint sources on a pre-visit. Returns true on matching.
147 /// Propagate taint generated at pre-visit. Returns true on matching.
205 /// A struct used to specify taint propagation rules for a function.
207 /// If any of the possible taint source arguments is tainted, all of the
209 /// src list to specify that all of the arguments can introduce taint. Use
218 /// List of arguments which can be taint source
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c90 regex_t **taint; member in struct:apr_dbd_prepared_t
234 var = dbd_untaint(pool, stmt->taint[i], args[i]);
405 stmt->taint = apr_palloc(pool, n*sizeof(regex_t*));
426 stmt->taint[n] = NULL;
432 stmt->taint[n] = apr_palloc(pool, sizeof(regex_t));
433 if (regcomp(stmt->taint[n], arg, REG_ICASE|REG_EXTENDED) != 0) {
437 apr_pool_cleanup_register(pool, stmt->taint[n], freetds_regfree,
/freebsd-11-stable/tests/sys/acl/
H A Drun48 no warnings qw(taint);

Completed in 199 milliseconds