Home
last modified time | relevance | path

Searched refs:Exported (Results 1 – 25 of 65) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsParameterTagReusesInputNodeInEmit1.errors.txt1 tests/cases/conformance/jsdoc/declarations/file.js(1,5): error TS4084: Exported type alias 'BaseFac…
2 tests/cases/conformance/jsdoc/declarations/file.js(3,4): error TS4084: Exported type alias 'BaseFac…
3 tests/cases/conformance/jsdoc/declarations/file.js(6,5): error TS4084: Exported type alias 'couldnt…
22 !!! error TS4084: Exported type alias 'BaseFactory' has or is using private name 'Base' from module…
30 !!! error TS4084: Exported type alias 'BaseFactoryFactory' has or is using private name 'Base' from…
33 !!! error TS4084: Exported type alias 'couldntThinkOfAny' has or is using private name 'Base' from …
DmappedTypeNoTypeNoCrash.errors.txt2 tests/cases/compiler/mappedTypeNoTypeNoCrash.ts(1,51): error TS4081: Exported type alias 'T0' has o…
4 tests/cases/compiler/mappedTypeNoTypeNoCrash.ts(1,57): error TS4081: Exported type alias 'T0' has o…
12 !!! error TS4081: Exported type alias 'T0' has or is using private name 'K'.
16 !!! error TS4081: Exported type alias 'T0' has or is using private name 'K'.
DparserRealSource2.types350 Exported = 1 << 4,
351 >Exported : Modifiers
463 Exported = 1,
464 >Exported : DeclFlags
517 Exported = 1,
518 >Exported : ModuleFlags
601 Exported = 1,
602 >Exported : SymbolFlags
727 Exported = 1,
728 >Exported : VarFlags
[all …]
DparserRealSource2.symbols205 Exported = 1 << 4,
206 >Exported : Symbol(Modifiers.Exported, Decl(parserRealSource2.ts, 70, 25))
270 Exported = 1,
271 >Exported : Symbol(DeclFlags.Exported, Decl(parserRealSource2.ts, 97, 17))
301 Exported = 1,
302 >Exported : Symbol(ModuleFlags.Exported, Decl(parserRealSource2.ts, 109, 17))
347 Exported = 1,
348 >Exported : Symbol(SymbolFlags.Exported, Decl(parserRealSource2.ts, 126, 17))
414 Exported = 1,
415 >Exported : Symbol(VarFlags.Exported, Decl(parserRealSource2.ts, 150, 17))
[all …]
DparserRealSource7.js156 var isExported = hasFlag(importDecl.varFlags, VarFlags.Exported);
195 var isExported = hasFlag(moduleDecl.modFlags, ModuleFlags.Exported);
273 typeSymbol.flags |= SymbolFlags.Exported;
300 var isExported = hasFlag(classDecl.varFlags, VarFlags.Exported);
322 typeSymbol.flags |= SymbolFlags.Exported;
365 typeSymbol.flags |= SymbolFlags.Exported;
425 var isExported = hasFlag(interfaceDecl.varFlags, VarFlags.Exported);
458 interfaceSymbol.flags |= SymbolFlags.Exported;
503 var isExported = hasFlag(varDecl.varFlags, VarFlags.Exported);
567 if (hasFlag(varDecl.varFlags, VarFlags.Exported)) {
[all …]
DparserRealSource2.errors.txt78 Exported = 1 << 4,
105 Exported = 1,
117 Exported = 1,
134 Exported = 1,
158 Exported = 1,
180 Exported = 1,
DcommentsModules.types81 /** Exported class comment*/
100 /** Exported class comment*/
124 /** Exported class comment*/
152 /** Exported class comment*/
177 /** Exported class comment*/
201 /** Exported class comment*/
DparserRealSource2.js73 Exported = 1 << 4,
100 Exported = 1,
112 Exported = 1,
129 Exported = 1,
153 Exported = 1,
175 Exported = 1,
DglobalThisDeclarationEmit.errors.txt1 tests/cases/compiler/index.ts(2,14): error TS4025: Exported variable 'globalThis' has or is using p…
8 !!! error TS4025: Exported variable 'globalThis' has or is using private name 'globalThis'.
DdeclarationEmitInvalidExport.errors.txt1 tests/cases/compiler/declarationEmitInvalidExport.ts(4,30): error TS4081: Exported type alias 'MyCl…
11 !!! error TS4081: Exported type alias 'MyClass' has or is using private name 'myClass'.
DtypePredicateOnVariableDeclaration02.errors.txt2 …/typeGuards/typePredicateOnVariableDeclaration02.ts(1,8): error TS4025: Exported variable 'y' has …
12 !!! error TS4025: Exported variable 'y' has or is using private name 'z'.
DdeclarationEmitReadonlyComputedProperty.errors.txt1 tests/cases/compiler/index.ts(3,14): error TS4023: Exported variable 'spread' has or is using name …
22 !!! error TS4023: Exported variable 'spread' has or is using name 'SYMBOL' from external module "te…
DcommentsModules.symbols77 /** Exported class comment*/
95 /** Exported class comment*/
118 /** Exported class comment*/
145 /** Exported class comment*/
169 /** Exported class comment*/
192 /** Exported class comment*/
Dintrinsics.errors.txt2 tests/cases/compiler/intrinsics.ts(1,21): error TS4025: Exported variable 'hasOwnProperty' has or i…
11 !!! error TS4025: Exported variable 'hasOwnProperty' has or is using private name 'hasOwnProperty'.
DparserRealSource7.types689 var isExported = hasFlag(importDecl.varFlags, VarFlags.Exported);
691 >hasFlag(importDecl.varFlags, VarFlags.Exported) : any
696 >VarFlags.Exported : any
698 >Exported : any
923 var isExported = hasFlag(moduleDecl.modFlags, ModuleFlags.Exported);
925 >hasFlag(moduleDecl.modFlags, ModuleFlags.Exported) : any
930 >ModuleFlags.Exported : any
932 >Exported : any
1434 typeSymbol.flags |= SymbolFlags.Exported;
1435 >typeSymbol.flags |= SymbolFlags.Exported : number
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource2.ts72 Exported = 1 << 4,
99 Exported = 1,
111 Exported = 1,
128 Exported = 1,
152 Exported = 1,
174 Exported = 1,
DparserRealSource7.ts155 var isExported = hasFlag(importDecl.varFlags, VarFlags.Exported);
194 var isExported = hasFlag(moduleDecl.modFlags, ModuleFlags.Exported);
272 typeSymbol.flags |= SymbolFlags.Exported;
299 var isExported = hasFlag(classDecl.varFlags, VarFlags.Exported);
321 typeSymbol.flags |= SymbolFlags.Exported;
364 typeSymbol.flags |= SymbolFlags.Exported;
424 var isExported = hasFlag(interfaceDecl.varFlags, VarFlags.Exported);
457 interfaceSymbol.flags |= SymbolFlags.Exported;
502 var isExported = hasFlag(varDecl.varFlags, VarFlags.Exported);
566 if (hasFlag(varDecl.varFlags, VarFlags.Exported)) {
[all …]
/third_party/node/tools/inspector_protocol/templates/
DImported_h.template21 using Exported = {{"::".join(config.imported.namespace)}}::Exported;
28 static std::unique_ptr<ImportedValue> fromExported(const Exported* value) {
45 explicit ImportedValue(const Exported* exported) : Value(TypeImported), m_exported(exported) { }
46 const Exported* m_exported;
DExported_h.template21 class {{config.exported.export_macro}} Exported {
25 virtual ~Exported() { }
62 class {{config.exported.export_macro}} {{type.id}} : public Exported {
/third_party/libffi/
Dlibffi.map.in11 /* Exported data variables. */
26 /* Exported functions. */
53 /* Exported data variables. */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h101 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported); in findSymbol()
125 JITSymbolFlags::Exported); in findSymbolInLogicalDylib()
DJITSymbol.h85 Exported = 1U << 4, enumerator
143 return (Flags & Exported) == Exported; in isExported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp28 Flags |= JITSymbolFlags::Exported; in fromGlobalValue()
47 Flags |= JITSymbolFlags::Exported; in fromObjectSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp48 JITSymbolFlags::Exported); in addSpeculationRuntime()
51 JITSymbolFlags::Exported); in addSpeculationRuntime()
DExecutionUtils.cpp193 JITSymbolFlags::Exported); in enable()
196 JITSymbolFlags::Exported); in enable()
241 JITSymbolFlags::Exported); in tryToGenerate()

123