Home
last modified time | relevance | path

Searched refs:SearchRange (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2042 SMRange SearchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in PrintNoMatch() local
2045 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, Diags); in PrintNoMatch()
2070 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, "scanning from here"); in PrintNoMatch()
2073 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, nullptr); in PrintNoMatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1341 SMRange SearchRange = ProcessMatchResult( in PrintNoMatch() local
1369 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, "scanning from here"); in PrintNoMatch()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2573 [&Locs](llvm::iterator_range<LocsIt> SearchRange) -> Optional<LocIdx> { in pickVPHILoc() argument
2577 for (auto &S : SearchRange) { in pickVPHILoc()