Searched refs:defaultCase (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/sksl/ir/ |
D | SkSLSwitchStatement.cpp | 251 SwitchCase* defaultCase = nullptr; in Make() local 256 defaultCase = ≻ in Make() 270 if (!defaultCase) { in Make() 276 matchingCase = defaultCase; in Make()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 1935 public defaultCase: CaseStatement = null; property in SwitchStatement 1975 this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase); 1994 var hasCondContinuation = (this.defaultCase == null); 1995 if (this.defaultCase == null) {
|
D | parserRealSource14.ts | 311 … (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0];
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCompiler.cpp | 1078 SwitchCase* defaultCase = nullptr; in simplifyStatement() local 1081 defaultCase = c.get(); in simplifyStatement() 1103 if (defaultCase) { in simplifyStatement() 1104 std::unique_ptr<Statement> newBlock = block_for_case(&s, defaultCase); in simplifyStatement()
|
D | SkSLParser.cpp | 1297 CREATE_CHILD(defaultCase, result, defaultStart.fOffset, ASTNode::Kind::kSwitchCase); in switchStatement() 1298 CREATE_EMPTY_CHILD(defaultCase); // empty test to signify default case in switchStatement() 1304 getNode(defaultCase).addChild(s); in switchStatement()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 1936 public defaultCase: CaseStatement = null; 1976 this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase); 1995 var hasCondContinuation = (this.defaultCase == null); 1996 if (this.defaultCase == null) { 4245 _this.defaultCase = null; 4280 this.defaultCase = typeFlow.typeCheck(this.defaultCase); 4297 var hasCondContinuation = (this.defaultCase == null); 4298 if (this.defaultCase == null) {
|
D | parserRealSource11.types | 8961 public defaultCase: CaseStatement = null; 8962 >defaultCase : CaseStatement 9222 this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase); 9223 >this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase) : CaseStatement 9224 >this.defaultCase : CaseStatement 9226 >defaultCase : CaseStatement 9227 ><CaseStatement>typeFlow.typeCheck(this.defaultCase) : CaseStatement 9228 >typeFlow.typeCheck(this.defaultCase) : any 9232 >this.defaultCase : CaseStatement 9234 >defaultCase : CaseStatement [all …]
|
D | parserRealSource11.symbols | 5793 public defaultCase: CaseStatement = null; 5794 >defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 5959 this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase); 5960 >this.defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 5962 >defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 5965 >this.defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 5967 >defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 6032 var hasCondContinuation = (this.defaultCase == null); 6034 >this.defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) 6036 >defaultCase : Symbol(SwitchStatement.defaultCase, Decl(parserRealSource11.ts, 1933, 33)) [all …]
|
D | parserRealSource14.js | 312 … (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0]; 841 this.asts[this.top - 2].defaultCase == this.asts[this.top - 0];
|
D | parserRealSource14.types | 2473 …& (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[th… 2548 … (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0]; 2549 >(<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0] : boo… 2550 >(<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase : any 2563 >defaultCase : any
|
D | parserRealSource11.errors.txt | 3331 public defaultCase: CaseStatement = null; 3383 this.defaultCase = <CaseStatement>typeFlow.typeCheck(this.defaultCase); 3408 var hasCondContinuation = (this.defaultCase == null); 3409 if (this.defaultCase == null) {
|
D | parserRealSource14.errors.txt | 654 … (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0];
|
D | parserRealSource14.symbols | 1485 … (<TypeScript.SwitchStatement>this.asts[this.top - 2]).defaultCase == this.asts[this.top - 0];
|