HomeSort by relevance Sort by last modified time
    Searched refs:Escaped (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 84 const InvalidatedSymbols &Escaped,
254 // If the pointer we are tracking escaped, do not track the symbol as
258 const InvalidatedSymbols &Escaped,
268 for (InvalidatedSymbols::const_iterator I = Escaped.begin(),
269 E = Escaped.end();
273 // The symbol escaped. Optimistically, assume that the corresponding file
DeadStoresChecker.cpp 126 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
136 llvm::SmallPtrSet<const VarDecl*, 20> &escaped)
138 Escaped(escaped), currentBlock(0) {}
161 if (Escaped.count(V))
395 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
399 // treat as escaped.
404 Escaped.insert(VD);
437 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
CheckerDocumentation.cpp 265 /// \param Escaped The list of escaped symbols.
268 /// \param Kind How the symbols have escaped.
271 const InvalidatedSymbols &Escaped,
StreamChecker.cpp 30 enum Kind { Opened, Closed, OpenFailed, Escaped } K;
38 //bool isEscaped() const { return K == Escaped; }
50 return StreamState(Escaped, s);
MallocChecker.cpp 161 const InvalidatedSymbols &Escaped,
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 6 // Spaces and some other characters should be escaped.
18 // escaped UTF-8 (the invalid character should be replaced with the
21 // ...This is the same as previous but with with escaped.
26 // Test that fullwidth escaped values are properly name-prepped,
28 // ...%41 in fullwidth = 'A' (also as escaped UTF-8 input)
31 // ...%00 in fullwidth should fail (also as escaped UTF-8 input)
36 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
40 // Invalid escaped characters should fail and the percents should be
41 // escaped
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 314 <tr><th>Escaped Characters (\n, \t etc)</th><td><input type="text" name="escaped-chars" value="color: #000033; font-weight: bold;" /></td></tr>
416 $esc = get_var('escaped-chars');
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 325 const InvalidatedSymbols &Escaped,
329 Escaped,
CheckerManager.h 346 /// \param Escaped The list of escaped symbols.
352 const InvalidatedSymbols &Escaped,
443 const InvalidatedSymbols &Escaped,
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 490 const InvalidatedSymbols &Escaped,
503 State = PointerEscapeCheckers[i](State, Escaped, Call, Kind);

Completed in 524 milliseconds