Searched defs:InsertAtFront (Results 1 – 7 of 7) sorted by relevance
40 MCInst &MCB, MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
161 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
168 size_t InsertAtFront(wchar_t ch) { return Insert(0, ch); } in InsertAtFront() function
207 TEST_P(PriorityQueueTest, InsertAtFront) { in TEST_P() argument
165 Pointer InsertAtFront(T value, Priority priority) { in InsertAtFront() function
831 void AString::InsertAtFront(char c) in InsertAtFront() function in AString1469 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString