/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermediate.h | 256 class TIntermCase; 287 virtual TIntermCase *getAsCaseNode() { return 0; } in getAsCaseNode() 660 class TIntermCase : public TIntermNode class 663 TIntermCase(TIntermTyped *condition) in TIntermCase() function in TIntermCase 669 TIntermCase *getAsCaseNode() { return this; } in getAsCaseNode() 714 virtual bool visitCase(Visit, TIntermCase*) { return true; } in visitCase()
|
H A D | ValidateSwitch.h | 37 bool visitCase(Visit, TIntermCase *) override;
|
H A D | localintermediate.h | 45 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &line);
|
H A D | ValidateSwitch.cpp | 95 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase()
|
H A D | glslang_tab.h | 208 TIntermCase* intermCase;
|
H A D | AnalyzeCallDepth.cpp | 140 TIntermCase* currentCase = (*it)->getAsCaseNode(); in visitSwitch()
|
H A D | IntermTraverse.cpp | 247 void TIntermCase::traverse(TIntermTraverser *it) in traverse()
|
H A D | ParseHelper.h | 225 TIntermCase *addCase(TIntermTyped *condition, const TSourceLoc &loc); 226 TIntermCase *addDefault(const TSourceLoc &loc);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IntermRebuild.h | 224 virtual PreResult visitCasePre(TIntermCase &node); 243 virtual PostResult visitCasePost(TIntermCase &node); 304 TIntermNode *traverseCaseChildren(TIntermCase &node);
|
H A D | SkippingTraverser.h | 32 bool visitCase(Visit, TIntermCase *) { return false; } in visitCase()
|
H A D | Name.cpp | 176 bool visitCase(Visit, TIntermCase *) override
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.h | 224 virtual PreResult visitCasePre(TIntermCase &node); 243 virtual PostResult visitCasePost(TIntermCase &node); 304 TIntermNode *traverseCaseChildren(TIntermCase &node);
|
H A D | AsNode.h | 131 struct AsNode<TIntermCase> 133 static ANGLE_INLINE TIntermCase *exec(TIntermNode *node) in exec()
|
H A D | IntermRebuild.cpp | 713 TIntermNode *TIntermRebuild::traverseCaseChildren(TIntermCase &node) in traverseCaseChildren() 725 return new TIntermCase(newCond); in traverseCaseChildren() 913 PreResult TIntermRebuild::visitCasePre(TIntermCase &node) in visitCasePre() 1006 PostResult TIntermRebuild::visitCasePost(TIntermCase &node) in visitCasePost()
|
H A D | NodeType.h | 104 bool visitCase(Visit, TIntermCase *) override
|
H A D | IntermTraverse.h | 52 virtual bool visitCase(Visit visit, TIntermCase *node) { return true; } in visitCase()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.h | 52 class TIntermCase; 104 virtual TIntermCase *getAsCaseNode() { return nullptr; } in getAsCaseNode() 974 class TIntermCase : public TIntermNode class 977 TIntermCase(TIntermTyped *condition) : TIntermNode(), mCondition(condition) {} in TIntermCase() function in sh::TIntermCase 979 TIntermCase *getAsCaseNode() override { return this; } 989 TIntermCase *deepCopy() const override { return new TIntermCase(*this); } 995 TIntermCase(const TIntermCase &);
|
H A D | ValidateSwitch.cpp | 38 bool visitCase(Visit, TIntermCase *node) override; 181 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase()
|
H A D | glslang_tab_autogen.h | 270 TIntermCase *intermCase;
|
H A D | OutputGLSLBase.h | 61 bool visitCase(Visit visit, TIntermCase *node) override;
|
H A D | OutputTree.cpp | 47 bool visitCase(Visit visit, TIntermCase *node) override; 570 bool TOutputTraverser::visitCase(Visit visit, TIntermCase *node) in visitCase()
|
H A D | OutputHLSL.h | 100 bool visitCase(Visit visit, TIntermCase *) override;
|
H A D | ValidateAST.cpp | 38 bool visitCase(Visit visit, TIntermCase *node) override; 684 bool ValidateAST::visitCase(Visit visit, TIntermCase *node) in visitCase()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RemoveDynamicIndexing.cpp | 199 TIntermCase *caseNode = new TIntermCase(CreateIntConstantNode(i)); in GetIndexFunctionDefinition() 220 TIntermCase *defaultNode = new TIntermCase(nullptr); in GetIndexFunctionDefinition()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RemoveSwitchFallThrough.cpp | 41 bool visitCase(Visit, TIntermCase *node) override; 202 bool RemoveSwitchFallThroughTraverser::visitCase(Visit, TIntermCase *node) in visitCase()
|