/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | IntermTraverse.cpp | 230 visit = it->visitSwitch(PreVisit, this); in traverse() 236 visit = it->visitSwitch(InVisit, this); in traverse() 241 it->visitSwitch(PostVisit, this); in traverse()
|
H A D | AnalyzeCallDepth.h | 30 virtual bool visitSwitch(Visit, TIntermSwitch*);
|
H A D | ValidateSwitch.h | 36 bool visitSwitch(Visit, TIntermSwitch *) override;
|
H A D | ValidateSwitch.cpp | 86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() function in ValidateSwitch
|
H A D | AnalyzeCallDepth.cpp | 121 bool AnalyzeCallDepth::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in AnalyzeCallDepth 132 // visitSwitch for all traversers. Is there a way to in visitSwitch()
|
H A D | OutputASM.h | 266 bool visitSwitch(Visit, TIntermSwitch*) override;
|
H A D | intermediate.h | 713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; } in visitSwitch() function in TIntermTraverser
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | PruneEmptyCases.cpp | 59 bool visitSwitch(Visit visit, TIntermSwitch *node) override; 71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19833::PruneEmptyCasesTraverser
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | WrapSwitchStatementsInBlocks.cpp | 45 bool visitSwitch(Visit visit, TIntermSwitch *node) override; 48 bool WrapSwitchStatementsInBlocksTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19873::WrapSwitchStatementsInBlocksTraverser
|
H A D | RemoveSwitchFallThrough.cpp | 40 bool visitSwitch(Visit, TIntermSwitch *node) override; 148 bool RemoveSwitchFallThroughTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19864::RemoveSwitchFallThroughTraverser
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | IntermTraverse.cpp | 291 visit = it->visitSwitch(EvPreVisit, this); in traverse() 306 it->visitSwitch(EvPostVisit, this); in traverse()
|
H A D | RemoveTree.cpp | 81 virtual bool visitSwitch(TVisit /* visit*/ , TIntermSwitch* node) in visitSwitch() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SkippingTraverser.h | 31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() function in sh::SkippingTraverser
|
H A D | Name.cpp | 171 bool visitSwitch(Visit, TIntermSwitch *) override
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateSwitch.cpp | 37 bool visitSwitch(Visit, TIntermSwitch *) override; 172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() function in sh::__anon19801::ValidateSwitch
|
H A D | OutputGLSLBase.h | 60 bool visitSwitch(Visit visit, TIntermSwitch *node) override;
|
H A D | OutputTree.cpp | 46 bool visitSwitch(Visit visit, TIntermSwitch *node) override; 561 bool TOutputTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19756::TOutputTraverser
|
H A D | ASTMetadataHLSL.cpp | 287 bool visitSwitch(Visit visit, TIntermSwitch *node) override
|
H A D | OutputHLSL.h | 99 bool visitSwitch(Visit visit, TIntermSwitch *) override;
|
H A D | ValidateAST.cpp | 37 bool visitSwitch(Visit visit, TIntermSwitch *node) override; 678 bool ValidateAST::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::__anon19795::ValidateAST
|
H A D | OutputGLSLBase.cpp | 817 bool TOutputGLSLBase::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() function in sh::TOutputGLSLBase
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | NodeType.h | 98 bool visitSwitch(Visit, TIntermSwitch *) override
|
H A D | IntermTraverse.h | 51 virtual bool visitSwitch(Visit visit, TIntermSwitch *node) { return true; } in visitSwitch() function in sh::TIntermTraverser
|
H A D | IntermTraverse.cpp | 200 return it->visitSwitch(visit, this); in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 653 void visitSwitch(const SwitchInst &I);
|