Home
last modified time | relevance | path

Searched defs:exprType (Results 1 – 12 of 12) 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/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/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1491 const exprType = typeChecker.getContextualType(curNode); constant
DTypeScriptLinter.ts1775 …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.ts9706 const exprType = getLiteralTypeFromPropertyName(name); constant
28673 const exprType = checkJsxAttribute(attributeDecl, checkMode); constant
28702 … const exprType = getReducedType(checkExpressionCached(attributeDecl.expression, checkMode)); constant
30378 const exprType = checkExpression(node.expression); constant
33067 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant
33137 const exprType = checkExpression(node.expression); constant
34058 const exprType = checkExpression(node.body); constant
34529 const exprType = getLiteralTypeFromPropertyName(name); constant
39046 const exprType = getLiteralTypeFromPropertyName(name); constant
40392 … const exprType = node.expression ? checkExpressionCached(node.expression) : undefinedType; constant
/third_party/typescript/lib/
DtypingsInstaller.js70633 function getOptionalExpressionType(exprType, expression) { argument
78493 function checkElementAccessExpression(node, exprType, checkMode) { argument
Dtsc.js59146 function getOptionalExpressionType(exprType, expression) { argument
65858 function checkElementAccessExpression(node, exprType, checkMode) { argument