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

References

lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  223       EmittedInstrs.push_front(nullptr);
  306   EmittedInstrs.push_front(nullptr);
  337     EmittedInstrs.push_front(nullptr);
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  447       Inits[Imm->getImm()].push_front(&MI);
lib/Transforms/Scalar/Reg2Mem.cpp
   97         WorkList.push_front(&*iib);
  113         WorkList.push_front(&*iib);
projects/openmp/libomptarget/src/device.cpp
  209       HostDataToTargetMap.push_front(HostDataToTargetTy((uintptr_t)HstPtrBase,
projects/openmp/libomptarget/src/omptarget.cpp
  137         Device.HostDataToTargetMap.push_front(HostDataToTargetTy(
tools/clang/lib/Analysis/PathDiagnostic.cpp
  848   path.push_front(std::move(C));
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  872       C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
  877     C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
  886     C.getActivePath().push_front(
  908     C.getActivePath().push_front(
  918     C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
  933       C.getActivePath().push_front(
  942       C.getActivePath().push_front(
  959       C.getActivePath().push_front(
  967       C.getActivePath().push_front(
  981       C.getActivePath().push_front(
  985       C.getActivePath().push_front(
 1095   path.push_front(
 1209     C.getActivePath().push_front(std::move(Call));
 1259       C.getActivePath().push_front(std::move(p));
 1300           C.getActivePath().push_front(std::move(PE));
 3025         Pieces.push_front(std::move(ConvertedPiece));
 3030         Pieces.push_front(*I);