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

  /external/clang/lib/Analysis/
FormatString.cpp 296 return NoMatch;
300 return NoMatch;
326 return NoMatch;
346 : NoMatch;
348 return T == C.UnsignedShortTy ? Match : NoMatch;
350 return T == C.ShortTy ? Match : NoMatch;
352 return T == C.UnsignedIntTy ? Match : NoMatch;
354 return T == C.IntTy ? Match : NoMatch;
356 return T == C.UnsignedLongTy ? Match : NoMatch;
358 return T == C.LongTy ? Match : NoMatch;
    [all...]
  /external/regex-re2/re2/
compile.cc 165 Frag NoMatch();
296 Frag Compiler::NoMatch() {
308 return NoMatch();
339 return NoMatch();
356 return NoMatch();
379 return NoMatch();
395 return NoMatch();
414 return NoMatch();
423 return NoMatch();
432 return NoMatch();
    [all...]
prefilter.cc 212 static Info* NoMatch();
429 Prefilter::Info* Prefilter::Info::NoMatch() {
543 info = NoMatch();
568 info = NoMatch();
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic };
  /external/clang/unittests/AST/
SourceLocationTest.cpp 37 TEST(MatchVerifier, NoMatch) {
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go 792 name: "ALPN-NoMatch",
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go 792 name: "ALPN-NoMatch",
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]

Completed in 1074 milliseconds