Searched defs:push (Results 1 - 25 of 79) sorted by relevance

1234

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash43.C19 jmp_buf *push() function in class:ErrorHandler
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators33.C22 inline void push(FILE * fd1, int line_num, char *fname = NULL) { function in class:FStack
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
H A Drc.hpp175 push(entry p_nd) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRecycler.h50 void push(FreeNode *N) { function in class:llvm::Recycler
H A DArrayRecycler.h56 void push(unsigned Idx, T *Ptr) { function in class:llvm::ArrayRecycler
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h187 void push(const LineEntry &LE) { function in class:llvm::gsym::LineTable
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h58 void push(Instruction *I) { function in class:llvm::InstructionWorklist
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_stack.h178 push(const value_type& __x) function in class:stack
H A Dstl_queue.h203 push(const value_type& __x) function in class:queue
413 push(const value_type& __x) function in class:priority_queue
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_stack.h175 push(const value_type& __x) { c.push_back(__x); } function in class:std::stack
H A Dstl_queue.h194 push(const value_type& __x) { c.push_back(__x); } function in class:std::queue
387 push(const value_type& __x) function in class:std::priority_queue
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h135 void push(const ProgramState *S) { Aux.push_back(S); } function in class:clang::ento::ConstraintManager::AssumeStackTy
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h65 void push(LVScope *Scope) { ScopeStack.push_back(Scope); } function in class:llvm::logicalview::final
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp72 void LatencyPriorityQueue::push(SUnit *SU) { function in class:LatencyPriorityQueue
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate26.C16 void push(const T&a) { function in class:Stack
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-pragma.c164 enum { set, push, pop } action; enumerator in enum:__anon5896
[all...]
/openbsd-current/lib/libc/stdlib/
H A Dradixsort.c117 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i macro
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DInterpStack.h32 template <typename T, typename... Tys> void push(Tys &&... Args) { function in class:clang::interp::final
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.h99 template <class TyLocType> TyLocType push(QualType T) { function in class:clang::TypeLocBuilder
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h47 void push(T t) { function in class:__sanitizer::RingBuffer
139 void push(T t) { function in class:__sanitizer::CompactRingBuffer

Completed in 330 milliseconds

1234