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

  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 77 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
86 llvm::SmallPtrSet<const VarDecl*, 20> &escaped)
88 Escaped(escaped), currentBlock(0) {}
94 if (Escaped.count(V))
324 llvm::SmallPtrSet<const VarDecl*, 20> Escaped;
328 // treat as escaped.
333 Escaped.insert(VD);
357 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
MallocChecker.cpp 30 enum Kind { AllocateUnchecked, AllocateFailed, Released, Escaped,
40 //bool isEscaped() const { return K == Escaped; }
54 static RefState getEscaped(const Stmt *s) { return RefState(Escaped, s); }
688 // Objective C ownership checker: if the pointer escaped from this scope by
StreamChecker.cpp 30 enum Kind { Opened, Closed, OpenFailed, Escaped } K;
38 //bool isEscaped() const { return K == Escaped; }
50 return StreamState(Escaped, s);
  /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/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');

Completed in 339 milliseconds