HomeSort by relevance Sort by last modified time
    Searched defs:Matching (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
TargetRegistry.cpp 73 const Target *Matching = nullptr;
77 if (Matching) {
79 Matching->Name + "\" and \"" + it->Name + "\"";
82 Matching = &*it;
86 if (!Matching) {
92 return Matching;
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 

Completed in 1907 milliseconds