HomeSort by: relevance | last modified time | path
    Searched refs:FoundLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp 1714 Optional<LocIdx> FoundLoc = None;
1721 if (!FoundLoc) {
1722 FoundLoc = CurL;
1727 FoundLoc = CurL; // Spills are a longer term location.
1728 else if (!MTracker->isSpill(*FoundLoc) &&
1730 !isCalleeSaved(*FoundLoc) &&
1732 FoundLoc = CurL; // Callee saved regs are longer term than normal.
1737 TTracker->redefVar(MI, Properties, FoundLoc);
1741 if (!FoundLoc && NewID && NewID->getBlock() == CurBB &&
1747 // FoundLoc is None
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1792 SourceLocation FoundLoc,
1802 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant)
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3207 SourceLocation FoundLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 309 auto FoundLoc = LocsForMacros.find(MQT);
310 assert(FoundLoc != LocsForMacros.end() &&
312 return FoundLoc->second;

Completed in 54 milliseconds