Home
last modified time | relevance | path

Searched refs:getVar (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/initial-build/
Dloads-js-based-projects-and-emits-them-correctly.js73 export function getVar() { function
232 export function getVar(): keyof typeof variable;
243 exports.getVar = void 0;
250 function getVar() {
253 exports.getVar = getVar;
Dloads-js-based-projects-with-non-moved-json-files-and-emits-them-correctly.js71 export function getVar() { function
198 export function getVar(): {
208 exports.getVar = void 0;
213 function getVar() {
216 exports.getVar = getVar;
Dmodifies-outfile-js-projects-and-concatenates-them-correctly.js73 function getVar() { function
315 declare function getVar(): keyof typeof variable;
336 function getVar() {
420 function getVar() {
445 declare function getVar(): keyof typeof variable;
592 function getVar() {
676 function getVar() {
701 declare function getVar(): keyof typeof variable;
Dloads-outfile-js-projects-and-concatenates-them-correctly.js73 function getVar() { function
315 declare function getVar(): keyof typeof variable;
336 function getVar() {
420 function getVar() {
445 declare function getVar(): keyof typeof variable;
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/initial-build/
Dwhen-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js41 export function getVar(): keyof typeof variable {
97 export declare function getVar(): keyof typeof variable;
104 exports.getVar = void 0;
108 function getVar() {
111 exports.getVar = getVar;
Dwhen-declaration-file-is-referenced-through-triple-slash.js41 export function getVar(): keyof typeof variable {
207 export declare function getVar(): keyof typeof variable;
214 exports.getVar = void 0;
218 function getVar() {
221 exports.getVar = getVar;
/third_party/typescript/tests/baselines/reference/tsbuild/moduleSpecifiers/initial-build/
Dsynthesized-module-specifiers-resolve-correctly.js66 export function getVar(): keyof typeof variable {
245 export declare function getVar(): keyof typeof variable;
252 exports.getVar = void 0;
256 function getVar() {
259 exports.getVar = getVar;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstVarIter.h158 ((Var = Sz_Op##Var##_->getVar(Sz_J##Var##_)), true); \
DIceOperand.h75 Variable *getVar(SizeT I) const { in getVar() function
DIceAssemblerX8632.cpp111 assert(!Split->getVar()->hasReg()); in AsmAddress()
113 int32_t Offset = Split->getVar()->getStackOffset() + Split->getOffset(); in AsmAddress()
DIceInstX8632.h160 const Variable *getVar() const { return Var; } in getVar() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h97 Init *getVar(StringRef Name) const { in getVar() function
102 return parent->getVar(Name); in getVar()
DTGParser.cpp875 if (Init *I = CurLocalScope->getVar(Name->getValue())) in ParseIDValue()