Home
last modified time | relevance | path

Searched defs:isExported (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h51 bool isExported() const { in isExported() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h142 bool isExported() const { in isExported() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts919 public isExported() { return hasFlag(this.varFlags, VarFlags.Exported); } method in VarDecl
1080 public isExported() { return hasFlag(this.fncFlags, FncFlags.Exported); } method in FuncDecl
1213 public isExported() { return hasFlag(this.modFlags, ModuleFlags.Exported); } method in ModuleDeclaration
1247 public isExported() { method in TypeDeclaration
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp389 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID()
420 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex()
1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO() local
/third_party/typescript/src/services/
DimportTracker.ts156 function isExported(node: Node, stopAtAmbientModule = false) { function
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3272 … VarDecl.prototype.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; method in VarDecl
3417 … FuncDecl.prototype.isExported = function () { return hasFlag(this.fncFlags, FncFlags.Exported); }; method in FuncDecl
3545 …ModuleDeclaration.prototype.isExported = function () { return hasFlag(this.modFlags, ModuleFlags.E… method in ModuleDeclaration
3575 TypeDeclaration.prototype.isExported = function () { method in TypeDeclaration
DparserRealSource7.js156 var isExported = hasFlag(importDecl.varFlags, VarFlags.Exported); variable
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts770 …function isExported(sourceFile: SourceFile, decl: TopLevelDeclarationStatement, useEs6Exports: boo… function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp383 bool isExported() const { in isExported() function
714 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports()
DLowerTypeTests.cpp301 bool isExported() const { in isExported() function in __anoncaa44a2c0111::GlobalTypeMember
/third_party/typescript/lib/
DtypescriptServices.js123660 function isExported(node, stopAtAmbientModule) { function
147825 function isExported(sourceFile, decl, useEs6Exports) { function
Dtypescript.js123660 function isExported(node, stopAtAmbientModule) { function
147825 function isExported(sourceFile, decl, useEs6Exports) { function
Dtsserverlibrary.js123660 function isExported(node, stopAtAmbientModule) { function
147825 function isExported(sourceFile, decl, useEs6Exports) { function
Dtsserver.js123091 function isExported(node, stopAtAmbientModule) { function
147256 function isExported(sourceFile, decl, useEs6Exports) { function