Home
last modified time | relevance | path

Searched defs:initExpr (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h25 TIntermTyped *initExpr; // Non-null iff declaration is initialized. member
/third_party/typescript/tests/cases/conformance/functions/
DfunctionOverloadErrors.ts116 function initExpr(n = 13); function
/third_party/typescript/tests/baselines/reference/
DfunctionOverloadErrors.js118 function initExpr() { } function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts1300 const initExpr = unwrapParenthesized(prop.initializer); constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp475 TIntermDeclaration::TIntermDeclaration(const TVariable *var, TIntermTyped *initExpr) in TIntermDeclaration()