Home
last modified time | relevance | path

Searched refs:DropFront (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dfunctional-list.h55 result.DropFront(); in Rest()
59 void DropFront() { in DropFront() function
83 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
84 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
86 DropFront(); in ResetToCommonAncestor()
87 other.DropFront(); in ResetToCommonAncestor()
/external/llvm/unittests/ADT/
DArrayRefTest.cpp74 TEST(ArrayRefTest, DropFront) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DArrayRefTest.cpp105 TEST(ArrayRefTest, DropFront) { in TEST() argument