Searched refs:taint (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-267.js | 31 function taint(fn){var v = fn(); eval("taint"); return v; } function 33 var obj = taint(getThis);
|
/external/clang/docs/ |
D | DataFlowSanitizerDesign.rst | 12 a number of taint labels with any data stored in any memory region 31 A number of functions are provided which will create taint labels, 69 As stated above, the tool must track a large number of taint 72 union taint labels using a bitwise or operation. This will not scale 73 to clients which use hundreds or thousands of taint labels, as the 84 of a taint label is a 16-bit integer, and new labels are allocated 136 memory, which are used to store its taint label. As for LLVM SSA
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 61 carries taint. At the time of this writing, taint was only introduced by the 62 checks under experimental.security.taint.TaintPropagation; this checker may 63 eventually move to the security.taint package.
|
/external/clang/test/Analysis/ |
D | taint-tester.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFlags.def | 47 FUZZER_FLAG_INT(dfsan, 1, "Use DFSan for taint-guided mutations. No-op unless "
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 32 def Taint : Package<"taint">, InPackage<SecurityAlpha>, Hidden; 283 HelpText<"Generate taint information used by other checkers">, 286 } // end "alpha.security.taint"
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 23 [6]: http://ettext.taint.org/doc/
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 60 [6]: http://ettext.taint.org/doc/
|
/external/libxml2/ |
D | ChangeLog | 9800 to compensate for pollution from Igor's header taint 9858 after taint 9887 parameters after taint. 9897 * include/libxml/*.h genUnicode.py: exportability taint
|