HomeSort by relevance Sort by last modified time
    Searched refs:PushPop (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
intrusive_forward_list_test.cc 84 void PushPop();
202 void IntrusiveForwardListTest::PushPop() {
226 TEST_F(IntrusiveForwardListTest, PushPop) {
227 PushPop<IFLTestValueList>();
228 PushPop<ConstIFLTestValueList>();
229 PushPop<IFLTestValue2List>();
  /external/clang/lib/Parse/
ParsePragma.cpp 637 StringRef PushPop = Tok.getIdentifierInfo()->getName();
638 if (PushPop == "push")
640 else if (PushPop == "pop")
    [all...]

Completed in 155 milliseconds