Searched defs:NoMatch (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h241 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic }; enumerator in enum:clang::analyze_format_string::ArgType::MatchKind
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4653 bool NoMatch = false; local
4656 NoMatch = true;
4659 if (!NoMatch)

Completed in 183 milliseconds