Searched defs:Push (Results 1 – 12 of 12) sorted by relevance
67 Instruction *Push = nullptr; in OptimizeBB() local
35 void Push(T *p) { in Push() function
105 internal void Push(TValue v) in Push() method in CPU
44 void Push(DataStackElement el) { push_back(el); } in Push() function
92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push() function
508 MachineBasicBlock::iterator Push = nullptr; in adjustCallSequence() local
472 void Push(const lldb::IOHandlerSP &sp) { in Push() function
380 BOOLEAN Push; member
170 BOOLEAN Push; member
285 void Push(FuzzJob *Job) { in Push() function
308 void Push(const ObjectSP &item) { m_items.push_back(item); } Push() function
1599 enum ActionType { Push, Pop, Attribute }; enumerator