Searched refs:createSwitch (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 309 static SwitchCases *createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases);
|
D | LLVMReactor.cpp | 1685 SwitchCases *Nucleus::createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases) in createSwitch() function in rr::Nucleus
|
D | SubzeroReactor.cpp | 1943 SwitchCases *Nucleus::createSwitch(Value *control, BasicBlock *defaultBranch, unsigned numCases) in createSwitch() function in rr::Nucleus
|
/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 564 export const createSwitch = Debug.deprecate(factory.createSwitchStatement, factoryDeprecation); constant
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexProgram.cpp | 1554 …SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[curren… in RET()
|
D | PixelProgram.cpp | 1869 …SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[curren… in RET()
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 6868 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
|
D | typescriptServices.d.ts | 6868 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
|
D | tsserverlibrary.d.ts | 10613 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
|
D | typescriptServices.js | 153166 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
|
D | tsserverlibrary.js | 162938 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
|
D | tsserver.js | 162934 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
|
D | typescript.js | 153166 ts.createSwitch = ts.Debug.deprecate(ts.factory.createSwitchStatement, factoryDeprecation);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7115 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
|
D | tsserverlibrary.d.ts | 10898 const createSwitch: (expression: Expression, caseBlock: CaseBlock) => SwitchStatement; constant
|