Home
last modified time | relevance | path

Searched defs:restorer (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp75 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpressionList() local
110 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseFunction() local
164 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpression() local
218 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseDeclarationExpression() local
256 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpExpression() local
282 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalOrExpression() local
322 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalAndExpression() local
361 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseEqualityExpression() local
415 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseRelationalExpression() local
490 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseAdditiveExpression() local
[all …]
/external/pdfium/core/fxcrt/
Dautorestorer_unittest.cpp14 AutoRestorer<int> restorer(&x); in TEST() local
24 AutoRestorer<int> restorer(&x); in TEST() local
33 AutoRestorer<int> restorer(&x); in TEST() local
46 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local
57 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local
68 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local
83 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local
119 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local
138 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp335 auto restorer{GetContextualMessages().SetLocation(d.source)}; in Analyze() local
443 auto restorer{ in Analyze() local
450 auto restorer{GetContextualMessages().SetLocation(x.source)}; in Analyze() local
491 auto restorer{GetContextualMessages().SetLocation(x.real.source)}; in Analyze() local
660 auto restorer{GetContextualMessages().SetLocation(n.source)}; in Analyze() local
701 auto restorer{GetContextualMessages().SetLocation(n.v.source)}; in Analyze() local
918 auto restorer{AllowWholeAssumedSizeArray()}; in Analyze() local
940 auto restorer{GetContextualMessages().DiscardMessages()}; in Analyze() local
992 auto restorer{GetContextualMessages().SetLocation(name)}; in Analyze() local
1340 auto restorer{exprAnalyzer_.GetContextualMessages().SetLocation(expr.source)}; in Add() local
[all …]
Dtype.cpp145 auto restorer{foldingContext.WithPDTInstance(*this)}; in EvaluateParameters() local
244 auto restorer{foldingContext.messages().SetLocation(symbol.name())}; in Instantiate() local
256 auto restorer{foldingContext.WithPDTInstance(*this)}; in Instantiate() local
346 auto restorer{foldingContext().messages().SetLocation(newSymbol.name())}; in InstantiateComponent() local
Dpointer-assignment.cpp178 auto restorer{common::ScopedSet(lhs_, symbol)}; in Check() local
239 auto restorer{common::ScopedSet(lhs_, last)}; in Check() local
Dcheck-declarations.cpp171 auto restorer{messages_.SetLocation(symbol.name())}; in Check() local
525 auto restorer{messages_.SetLocation(symbol.name())}; in CheckPointerInitialization() local
1501 common::Restorer<const Symbol *> restorer{innermostSymbol_}; in Check() local
1506 auto restorer{common::ScopedSet(scopeIsUninstantiatedPDT_, false)}; in Check() local
1513 auto restorer{common::ScopedSet( in Check() local
1607 auto restorer{messages_.SetLocation(bindingNames[i])}; in CheckGenericOps() local
Dassignment.cpp90 auto restorer{ in Analyze() local
/external/compiler-rt/test/msan/Linux/
Dsyscalls_sigaction.cc14 long handler, flags, restorer; member
/external/linux-kselftest/tools/testing/selftests/x86/
Dvdso_restorer.c28 void *restorer; member
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendercontext.cpp63 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render() local
Dcpdf_renderstatus.cpp234 AutoRestorer<int> restorer(&g_CurrentRecursionDepth); in RenderSingleObject() local
397 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in ProcessForm() local
1019 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in ProcessType3Text() local
1180 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in DrawShadingPattern() local
1220 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in DrawTilingPattern() local
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp68 SkScopeExit restorer(context_restorer()); in MacGLTestContext() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dpreinstalled_signal.cpp41 void (*restorer)(); member
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp91 SkScopeExit restorer(context_restorer()); in MacGLTestContext() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp477 CFX_RenderDevice::StateRestorer restorer(pDevice); in DrawEdit() local
1018 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetScrollInfo() local
1053 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetScrollPosY() local
1163 AutoRestorer<bool> restorer(&m_bNotifyFlag); in Refresh() local
1232 AutoRestorer<bool> restorer(&m_bNotifyFlag); in RefreshWordRange() local
1246 AutoRestorer<bool> restorer(&m_bNotifyFlag); in RefreshWordRange() local
1285 AutoRestorer<bool> restorer(&m_bNotifyFlag); in SetCaretInfo() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp133 AutoRestorer<int> restorer(&m_CharLoadingDepth); in LoadChar() local
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp134 SkScopeExit restorer(context_restorer()); in WinGLTestContext() local
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp133 SkScopeExit restorer(context_restorer()); in WinGLTestContext() local
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp271 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithPattern() local
388 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithShading() local
/external/llvm-project/flang/lib/Evaluate/
Dfold-logical.cpp95 auto restorer{context.messages().DiscardMessages()}; in FoldIntrinsicFunction() local
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext() local
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext() local
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp191 SkScopeExit restorer(context_restorer()); in EGLGLTestContext() local
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp230 SkScopeExit restorer(context_restorer()); in ANGLEGLContext() local
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp172 SkScopeExit restorer(context_restorer()); in EGLGLTestContext() local

12