reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/GlobalsModRef.cpp
  295         Handles.front().I = Handles.begin();
  307         Handles.front().I = Handles.begin();
  312             Handles.front().I = Handles.begin();
  321               Handles.front().I = Handles.begin();
  458     Handles.front().I = Handles.begin();
  463   Handles.front().I = Handles.begin();
  506     Handles.front().I = Handles.begin();
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1122   LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI;
 1200   Type *ETy = InterleavedLoad.front().SVI->getType()->getElementType();
 1202       InterleavedLoad.front().SVI->getType()->getNumElements();
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
 1667     if (AddrList.front().hasSameBaseAddress(*CI.I) &&
 1668         AddrList.front().InstClass == CI.InstClass) {
lib/Transforms/Vectorize/VPlanPredicator.cpp
   93     VPValue *LHS = Worklist.front();
   95     VPValue *RHS = Worklist.front();
  108   VPValue *Root = Worklist.front();
tools/clang/include/clang/AST/CXXInheritance.h
  196   CXXBasePath&       front()       { return Paths.front(); }
tools/clang/lib/AST/VTableBuilder.cpp
 3458     return &FullPaths.front();
 3517   return BestPath ? BestPath : &FullPaths.front();
tools/clang/lib/Format/UnwrappedLineParser.cpp
  763       if (!Line.Tokens.front().Tok->is(tok::comment)) {
  819       if (!Line.Tokens.front().Tok->isOneOf(tok::comment, tok::hash)) {
 1311           (TokenCount > 1 || (TokenCount == 1 && !Line->Tokens.front().Tok->is(
 1353           (TokenCount == 2 && Line->Tokens.front().Tok->is(tok::comment))) {
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  377     auto piece = std::move(path.front());
  392             dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
  399             piece = std::move(pieceToKeep == event ? piece : path.front());
  428     auto piece = std::move(pieces.front());
  473     auto Piece = std::move(Path.front());
 1151       Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get());
 1158              C.getActivePath().front().get() == Call);
 1938       dyn_cast<PathDiagnosticControlFlowPiece>(Path.front().get());
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  183   const SourceManager &SMgr = path.front()->getLocation().getManager();
  191   FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID();
tools/lld/COFF/Driver.cpp
  862     taskQueue.front()();
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
  121     m_active_categories.front()->SetEnabledPosition(p);
  122     Disable(m_active_categories.front());
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  113     adb.SetDeviceID(connect_devices.front());
tools/llvm-lto2/llvm-lto2.cpp
  307         Res.push_back(I->second.front());
tools/llvm-rtdyld/llvm-rtdyld.cpp
  690     auto *CurEntry = Worklist.front();