Home
last modified time | relevance | path

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

/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.ts230 const exprType = checker.getTypeAtLocation(insertionSite); constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DInteropTypescriptLinter.ts406 …const exprType = InteropTypescriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getN… constant
DTypeScriptLinter.ts2088 …const exprType = TypeScriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNulla… constant
DUtils.ts1700 const exprType = typeChecker.getContextualType(curNode); constant
/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.ts1357 const exprType = typeChecker.getContextualType(curNode); constant
DTypeScriptLinter.ts1712 …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/src/compiler/
Dchecker.ts9767 const exprType = getLiteralTypeFromPropertyName(name); constant
28769 const exprType = checkJsxAttribute(attributeDecl, checkMode); constant
28798 … const exprType = getReducedType(checkExpressionCached(attributeDecl.expression, checkMode)); constant
30506 const exprType = checkExpression(node.expression); constant
33285 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant
33355 const exprType = checkExpression(node.expression); constant
34276 const exprType = checkExpression(node.body); constant
34747 const exprType = getLiteralTypeFromPropertyName(name); constant
39711 const exprType = getLiteralTypeFromPropertyName(name); constant
41058 … const exprType = node.expression ? checkExpressionCached(node.expression) : undefinedType; constant
/third_party/typescript/lib/
Dtsc.js60088 function getOptionalExpressionType(exprType, expression) { argument
66842 function checkElementAccessExpression(node, exprType, checkMode) { argument
DtypingsInstaller.js71715 function getOptionalExpressionType(exprType, expression) { argument
79623 function checkElementAccessExpression(node, exprType, checkMode) { argument