Home
last modified time | relevance | path

Searched defs:exprType (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/m133/src/sksl/ir/
DSkSLConstructorArray.cpp52 const Type& exprType = expr.type(); in Convert() local
DSkSLSwizzle.cpp126 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
454 const Type& exprType = expr->type(); in Make() local
/third_party/skia/src/sksl/ir/
DSkSLConstructorArray.cpp35 const Type& exprType = expr.type(); in Convert() local
DSkSLSwizzle.cpp113 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
439 const Type& exprType = expr->type(); in Make() local
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts240 const exprType = checker.getTypeAtLocation(insertionSite); constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts409 const exprType = getTypeAtLocationForLinter(tsAsExpr.expression).getNonNullableType(); constant
DTypeScriptLinter.ts2195 const exprType = getTypeAtLocationForLinter(tsAsExpr.expression).getNonNullableType(); constant
DUtils.ts1737 const exprType = typeChecker.getContextualType(curNode); constant
/third_party/skia/m133/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1148 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
1172 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
1221 std::string exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp781 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
805 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts1370 const exprType = typeChecker.getContextualType(curNode); constant
DTypeScriptLinter.ts1747 …const exprType = TypeScriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNulla… constant
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp1278 #define OPERATOR_RIGHT(op, exprType) \ argument
/third_party/typescript/lib/
Dtsc.js59931 function getOptionalExpressionType(exprType, expression) { argument
66187 function checkElementAccessExpression(node, exprType, checkMode) { argument