Home
last modified time | relevance | path

Searched defs:initExpr (Results 1 – 4 of 4) 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/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp475 TIntermDeclaration::TIntermDeclaration(const TVariable *var, TIntermTyped *initExpr) in TIntermDeclaration()