Searched refs:CleanupStack (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp141 CleanupStack::PushL(wait);
143 CleanupStack::Pop();
255 CleanupStack::PushL(eAudioLib);
257 CleanupStack::Pop();
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp390 CleanupStack::PopAndDestroy();
561 CleanupStack::PushL(query);
563 CleanupStack::Pop();
782 CleanupStack::PopAndDestroy(); //name
H A DSDL_main.cpp94 CleanupStack::PushL(q);
96 CleanupStack::Pop();
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp338 CleanupStack::PopAndDestroy();
/external/clang/lib/AST/
H A DExprConstant.cpp442 llvm::SmallVector<Cleanup, 16> CleanupStack; member in struct:__anon17734::EvalInfo
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
[all...]

Completed in 210 milliseconds