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

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 141 CleanupStack::PushL(wait);
143 CleanupStack::Pop();
255 CleanupStack::PushL(eAudioLib);
257 CleanupStack::Pop();
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 390 CleanupStack::PopAndDestroy();
561 CleanupStack::PushL(query);
563 CleanupStack::Pop();
782 CleanupStack::PopAndDestroy(); //name
SDL_main.cpp 94 CleanupStack::PushL(q);
96 CleanupStack::Pop();
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 338 CleanupStack::PopAndDestroy();
  /external/clang/lib/AST/
ExprConstant.cpp 442 llvm::SmallVector<Cleanup, 16> CleanupStack;
766 : Info(Info), OldStackSize(Info.CleanupStack.size()) {}
775 for (unsigned I = OldStackSize, N = Info.CleanupStack.size();
777 if (IsFullExpression && Info.CleanupStack[I].isLifetimeExtended()) {
780 std::swap(Info.CleanupStack[I], Info.CleanupStack[NewEnd]);
784 Info.CleanupStack[I].endLifetime();
787 Info.CleanupStack.erase(Info.CleanupStack.begin() + NewEnd,
788 Info.CleanupStack.end())
    [all...]

Completed in 102 milliseconds