Searched defs:push_back (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp57 void CoverageFilters::push_back(std::unique_ptr<CoverageFilter> Filter) { function in class:CoverageFilters
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h52 void push_back(Value *V, unsigned TypeID) { function in class:llvm::BitcodeReaderValueList
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h119 void push_back(T val) { function in class:llvm::PackedVector
H A DTinyPtrVector.h242 void push_back(EltTy NewVal) { function in class:llvm::TinyPtrVector
H A DAllocatorList.h208 void push_back(T &&V) { insert(end(), std::move(V)); } function in class:llvm::AllocatorList
210 void push_back(const T &V) { insert(end(), V); } function in class:llvm::AllocatorList
H A Dsimple_ilist.h153 void push_back(reference Node) { insert(end(), Node); } function in class:llvm::simple_ilist
H A Dilist.h250 void push_back(pointer val) { insert(end(), val); } function in class:llvm::iplist_impl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp40 void push_back(T V) { function in struct:DeadCodeElimination::SetQueue
H A DHexagonVectorLoopCarriedReuse.cpp100 void push_back(Instruction *I) { function in class:__anon2456::DepChain
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp84 void DebugCounter::push_back(const std::string &Val) { function in class:DebugCounter
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h122 void push_back(const T &Elem) { function in class:PODSmallVector
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h39 void push_back(Item *x) { function in struct:__sanitizer::IntrusiveList
H A Dsanitizer_quarantine.h45 void push_back(void *ptr, uptr size) { function in struct:__sanitizer::QuarantineBatch
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h87 void push_back(T *X) { function in struct:scudo::SinglyLinkedList
185 void push_back(T *X) { function in struct:scudo::DoublyLinkedList
H A Dvector.h34 void push_back(const T &Element) { function in class:scudo::VectorNoCtor
H A Dquarantine.h37 void push_back(void *Ptr, uptr Size) { function in struct:scudo::QuarantineBatch
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h162 void push_back(const_reference Elt, const ASTContext &C) { function in class:clang::ASTVector
H A DExternalASTSource.h557 void push_back(const T& LocalValue) { function in class:clang::LazyVector
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c272 push_back(int c) function
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h31 void push_back(const StoredDiagnostic &diag) { List.push_back(diag); } function in class:clang::arcmt::CapturedDiagList
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h168 void push_back(const_reference Elt, BumpVectorContext &C) { function in class:clang::BumpVector
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp95 void MultilibSet::push_back(const Multilib &M) { Multilibs.push_back(M); } function in class:MultilibSet
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp91 void push_back(const DirectoryWatcher::Event::EventKind K, function in class:__anon566::EventQueue
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h266 void push_back(DocNode N) { function in class:llvm::msgpack::ArrayDocNode
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h81 _LIBCPP_HIDE_FROM_ABI void push_back(_CharT __c) { function in class:__format::__output_buffer
576 _LIBCPP_HIDE_FROM_ABI void push_back(_CharT __c) { function in class:__format::__retarget_buffer

Completed in 726 milliseconds

12