Home
last modified time | relevance | path

Searched defs:linkTo (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DgenericRecursiveImplicitConstructorErrors2.js59 PullSymbol.prototype.addOutgoingLink = function (linkTo, kind) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.cpp38 void Label::linkTo(const Assembler &Asm, intptr_t Pos) { in linkTo() function in Ice::Label