Home
last modified time | relevance | path

Searched defs:stmtNode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go46 stmtNode() methodSpec
851 func (*BadStmt) stmtNode() {} func
852 func (*DeclStmt) stmtNode() {} func
853 func (*EmptyStmt) stmtNode() {} func
854 func (*LabeledStmt) stmtNode() {} func
855 func (*ExprStmt) stmtNode() {} func
856 func (*SendStmt) stmtNode() {} func
857 func (*IncDecStmt) stmtNode() {} func
858 func (*AssignStmt) stmtNode() {} func
859 func (*GoStmt) stmtNode() {} func
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DTranslatorWGSL.cpp1165 TIntermNode &stmtNode = *stmtList.getChildNode(currStmt); in visitSwitch() local
1441 TIntermNode &stmtNode = *nodes[i]; in emitBlock() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DToposortStructs.cpp330 TIntermNode &stmtNode = *root.getChildNode(i); in ToposortStructs() local
H A DEmitMetal.cpp2452 TIntermNode &stmtNode = *blockNode->getChildNode(i); in visitBlock() local