Searched defs:InsertAtFront (Results 1 – 6 of 6) sorted by relevance
39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
161 size_t InsertAtFront(char ch) { return Insert(0, ch); } in InsertAtFront() function
167 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
760 void AString::InsertAtFront(char c) in InsertAtFront() function in AString1334 void UString::InsertAtFront(wchar_t c) in InsertAtFront() function in UString