/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsParameterTagReusesInputNodeInEmit1.errors.txt | 1 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 …
|
D | mappedTypeNoTypeNoCrash.errors.txt | 2 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'.
|
D | parserRealSource2.types | 350 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 …]
|
D | parserRealSource2.symbols | 205 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 …]
|
D | parserRealSource7.js | 156 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 …]
|
D | parserRealSource2.errors.txt | 78 Exported = 1 << 4, 105 Exported = 1, 117 Exported = 1, 134 Exported = 1, 158 Exported = 1, 180 Exported = 1,
|
D | commentsModules.types | 81 /** Exported class comment*/ 100 /** Exported class comment*/ 124 /** Exported class comment*/ 152 /** Exported class comment*/ 177 /** Exported class comment*/ 201 /** Exported class comment*/
|
D | parserRealSource2.js | 73 Exported = 1 << 4, 100 Exported = 1, 112 Exported = 1, 129 Exported = 1, 153 Exported = 1, 175 Exported = 1,
|
D | globalThisDeclarationEmit.errors.txt | 1 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'.
|
D | declarationEmitInvalidExport.errors.txt | 1 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'.
|
D | typePredicateOnVariableDeclaration02.errors.txt | 2 …/typeGuards/typePredicateOnVariableDeclaration02.ts(1,8): error TS4025: Exported variable 'y' has … 12 !!! error TS4025: Exported variable 'y' has or is using private name 'z'.
|
D | declarationEmitReadonlyComputedProperty.errors.txt | 1 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…
|
D | commentsModules.symbols | 77 /** Exported class comment*/ 95 /** Exported class comment*/ 118 /** Exported class comment*/ 145 /** Exported class comment*/ 169 /** Exported class comment*/ 192 /** Exported class comment*/
|
D | intrinsics.errors.txt | 2 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'.
|
D | parserRealSource7.types | 689 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/ |
D | parserRealSource2.ts | 72 Exported = 1 << 4, 99 Exported = 1, 111 Exported = 1, 128 Exported = 1, 152 Exported = 1, 174 Exported = 1,
|
D | parserRealSource7.ts | 155 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/ |
D | Imported_h.template | 21 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;
|
D | Exported_h.template | 21 class {{config.exported.export_macro}} Exported { 25 virtual ~Exported() { } 62 class {{config.exported.export_macro}} {{type.id}} : public Exported {
|
/third_party/libffi/ |
D | libffi.map.in | 11 /* 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/ |
D | RTDyldMemoryManager.h | 101 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported); in findSymbol() 125 JITSymbolFlags::Exported); in findSymbolInLogicalDylib()
|
D | JITSymbol.h | 85 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/ |
D | JITSymbol.cpp | 28 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/ |
D | Speculation.cpp | 48 JITSymbolFlags::Exported); in addSpeculationRuntime() 51 JITSymbolFlags::Exported); in addSpeculationRuntime()
|
D | ExecutionUtils.cpp | 193 JITSymbolFlags::Exported); in enable() 196 JITSymbolFlags::Exported); in enable() 241 JITSymbolFlags::Exported); in tryToGenerate()
|