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.ts2162 …const exprType = TypeScriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNulla… constant
DUtils.ts1650 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.cpp1257 #define OPERATOR_RIGHT(op, exprType) \ argument
/third_party/typescript/src/compiler/
Dchecker.ts9747 const exprType = getLiteralTypeFromPropertyName(name); constant
28714 const exprType = checkJsxAttribute(attributeDecl, checkMode); constant
28743 … const exprType = getReducedType(checkExpressionCached(attributeDecl.expression, checkMode)); constant
30440 const exprType = checkExpression(node.expression); constant
33129 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant
33199 const exprType = checkExpression(node.expression); constant
34120 const exprType = checkExpression(node.body); constant
34591 const exprType = getLiteralTypeFromPropertyName(name); constant
39108 const exprType = getLiteralTypeFromPropertyName(name); constant
40454 … const exprType = node.expression ? checkExpressionCached(node.expression) : undefinedType; constant
/third_party/typescript/lib/
Dtsc.js59325 function getOptionalExpressionType(exprType, expression) { argument
66059 function checkElementAccessExpression(node, exprType, checkMode) { argument
DtypingsInstaller.js70828 function getOptionalExpressionType(exprType, expression) { argument
78710 function checkElementAccessExpression(node, exprType, checkMode) { argument