/third_party/typescript/tests/cases/conformance/types/uniqueSymbol/ |
D | uniqueSymbolsErrors.ts | 5 declare const {}: unique symbol; constant 6 declare let invalidLetType: unique symbol; variable 7 declare var invalidVarType: unique symbol; variable 48 invalidPropertyType: unique symbol; property 51 invalidReturnType(): unique symbol; property 54 invalidTypeParameterConstraint<T extends unique symbol>(): void; 71 type InvalidAlias = unique symbol; alias 78 declare const invalidTupleType: [unique symbol]; constant 81 declare const invalidMappedType: { [P in string]: unique symbol }; constant 84 declare const invalidUnion: unique symbol | unique symbol; constant [all …]
|
D | uniqueSymbols.ts | 11 declare const constType: unique symbol; constant 14 const constTypeAndCall: unique symbol = Symbol(); constant 36 const fromAny: unique symbol = {} as any; constant 67 static readonly readonlyStaticType: unique symbol; property in C 68 static readonly readonlyStaticTypeAndCall: unique symbol = Symbol(); property in C 95 readonly readonlyType: unique symbol; property 124 declare const s: unique symbol; constant 125 declare namespace N { const s: unique symbol; } constant
|
D | uniqueSymbolsDeclarations.ts | 11 declare const constType: unique symbol; constant 14 const constTypeAndCall: unique symbol = Symbol(); constant 63 static readonly readonlyStaticType: unique symbol; property in C 64 static readonly readonlyStaticTypeAndCall: unique symbol = Symbol(); property in C 91 readonly readonlyType: unique symbol; property 120 declare const s: unique symbol; constant 121 declare namespace N { const s: unique symbol; } constant
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | struct.c | 5 struct symbol { struct 9 struct symbol *next_id; argument
|
/third_party/python/Lib/ |
D | codeop.py | 69 def _maybe_compile(compiler, source, filename, symbol): argument 117 def _compile(source, filename, symbol): argument 120 def compile_command(source, filename="<input>", symbol="single"): argument 149 def __call__(self, source, filename, symbol): argument 166 def __call__(self, source, filename="<input>", symbol="single"): argument
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.7/2_unique_symbol/ |
D | 2_unique_symbol.ts | 24 const usym1: unique symbol = Symbol(); constant 25 const usym2: unique symbol = Symbol.for("Bar"); constant 31 static readonly StaticUsym: unique symbol = Symbol(); property in C
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ValidateLimitations.cpp | 21 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { in IsLoopIndex() 29 void MarkLoopForUnroll(const TIntermSymbol* symbol, TLoopStack& stack) { in MarkLoopForUnroll() 57 virtual void visitSymbol(TIntermSymbol* symbol) { in visitSymbol() 84 virtual void visitSymbol(TIntermSymbol* symbol) { in visitSymbol() 258 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit() local 300 TIntermSymbol* symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond() local 358 TIntermSymbol* symbol = nullptr; in validateForLoopExpr() local 421 TIntermSymbol* symbol = params[i]->getAsSymbolNode(); in validateFunctionCall() local 432 TSymbol* symbol = symbolTable.find(node->getName(), GetGlobalParseContext()->getShaderVersion()); in validateFunctionCall() local 456 const TIntermSymbol* symbol = operand->getAsSymbolNode(); in validateOperation() local
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | binary.hpp | 136 struct symbol { struct 137 symbol(const std::string &name, const std::string &attributes, in symbol() argument 145 symbol() : name(), attributes(), reqd_work_group_size({0, 0, 0}), in symbol() argument 148 std::string name; 149 std::string attributes; 150 std::vector<::size_t> reqd_work_group_size; 151 resource_id section; 152 size_t offset; 153 std::vector<argument> args;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ValidateOutputs.cpp | 24 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error() 59 void ValidateOutputsTraverser::visitSymbol(TIntermSymbol *symbol) in visitSymbol() 97 for (const auto &symbol : mOutputs) in validate() local 149 for (const auto &symbol : mUnspecifiedLocationOutputs) in validate() local 160 for (const auto &symbol : mYuvOutputs) in validate() local
|
D | ValidateLimitations.cpp | 26 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); in GetLoopSymbolId() local 50 void visitSymbol(TIntermSymbol *symbol) override in visitSymbol() 171 bool ValidateLimitationsTraverser::isLoopIndex(TIntermSymbol *symbol) in isLoopIndex() 239 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit() local 282 TIntermSymbol *symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond() local 342 TIntermSymbol *symbol = nullptr; in validateForLoopExpr() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ValidateOutputs.cpp | 24 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error() 59 void ValidateOutputsTraverser::visitSymbol(TIntermSymbol *symbol) in visitSymbol() 97 for (const auto &symbol : mOutputs) in validate() local 149 for (const auto &symbol : mUnspecifiedLocationOutputs) in validate() local 160 for (const auto &symbol : mYuvOutputs) in validate() local
|
D | ValidateLimitations.cpp | 26 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); in GetLoopSymbolId() local 50 void visitSymbol(TIntermSymbol *symbol) override in visitSymbol() 171 bool ValidateLimitationsTraverser::isLoopIndex(TIntermSymbol *symbol) in isLoopIndex() 239 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit() local 282 TIntermSymbol *symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond() local 341 TIntermSymbol *symbol = nullptr; in validateForLoopExpr() local
|
/third_party/libxml2/ |
D | xmlmodule.c | 119 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol() 248 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 292 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 341 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 348 *symbol = GetProcAddressA(handle, name); in xmlModulePlatformSymbol() local 400 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 455 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
|
/third_party/mesa3d/src/mesa/program/ |
D | symbol_table.c | 30 struct symbol { struct 35 * Link to the next symbol in the table with the same name argument 40 struct symbol *next_with_same_name; argument 48 struct symbol *next_with_same_scope; argument 68 struct symbol *symbols; argument
|
/third_party/toybox/kconfig/ |
D | expr.h | 71 struct symbol { struct 72 struct symbol *next; argument 75 enum symbol_type type; argument 76 struct symbol_value curr; argument 77 struct symbol_value def[4]; argument 85 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
|
/third_party/node/src/ |
D | async_wrap-inl.h | 54 const v8::Local<v8::String> symbol, in MakeCallback() 62 const v8::Local<v8::Symbol> symbol, in MakeCallback() 70 const v8::Local<v8::Name> symbol, in MakeCallback()
|
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 89 Elf_Word& symbol, in get_entry() 131 Elf_Word symbol = 0; in get_entry() local 191 Elf_Word symbol, in set_entry() 235 void add_entry( Elf64_Addr offset, Elf_Word symbol, unsigned type ) in add_entry() 261 Elf_Word symbol, in add_entry() 298 Elf_Word symbol = 0; in swap_symbols() local 324 Elf_Word& symbol, in generic_get_entry_rel() 344 Elf_Word& symbol, in generic_get_entry_rela() 364 Elf_Word symbol, in generic_set_entry_rel() 389 Elf_Word symbol, in generic_set_entry_rela()
|
/third_party/typescript/tests/cases/compiler/ |
D | useBeforeDefinitionInDeclarationFiles.ts | 8 export const locallyExportedCustomSymbol: unique symbol; constant 9 export const fullyExportedCustomSymbol: unique symbol; constant
|
D | uniqueSymbolPropertyDeclarationEmit.ts | 18 readonly or: unique symbol; constant 25 readonly ro: unique symbol; constant
|
/third_party/libabigail/tests/ |
D | test-symtab.cc | 159 const elf_symbol_sptr& symbol = variable 171 const elf_symbol_sptr& symbol = variable 351 const elf_symbol_sptr& symbol = variable 363 const elf_symbol_sptr& symbol = variable 375 const elf_symbol_sptr& symbol = variable 387 const elf_symbol_sptr& symbol = variable
|
/third_party/typescript/tests/baselines/reference/ |
D | iteratorSpreadInCall4.js | 2 function foo(s1: symbol, ...s: symbol[]) { }
|
/third_party/python/Lib/test/ |
D | test_codeop.py | 24 def assertValid(self, str, symbol='single'): argument 47 def assertIncomplete(self, str, symbol='single'): argument 51 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_preinit.c | 177 char symbol[MAX_SYM_NAME_SIZE]; in init_malloc_function() local 188 char symbol[MAX_SYM_NAME_SIZE]; in init_free_function() local 199 char symbol[MAX_SYM_NAME_SIZE]; in init_mmap_function() local 210 char symbol[MAX_SYM_NAME_SIZE]; in init_munmap_function() local 221 char symbol[MAX_SYM_NAME_SIZE]; in init_memtrace_function() local 232 char symbol[MAX_SYM_NAME_SIZE]; in init_calloc_function() local 243 char symbol[MAX_SYM_NAME_SIZE]; in init_realloc_function() local 254 char symbol[MAX_SYM_NAME_SIZE]; in init_malloc_usable_size_function() local 265 char symbol[MAX_SYM_NAME_SIZE]; in init_prctl_function() local 352 char symbol[MAX_SYM_NAME_SIZE]; in init_malloc_hook_shared_library() local
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 48 const Symbol* symbol = *symbolPPtr; in lookup() local 91 void SymbolTable::addAlias(skstd::string_view name, const Symbol* symbol) { in addAlias() 95 void SymbolTable::addWithoutOwnership(const Symbol* symbol) { in addWithoutOwnership()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.h | 145 struct symbol { struct 149 struct position pos; /* Where this symbol was declared */ argument 150 struct position endpos; /* Where this symbol ends*/ argument 151 struct ident *ident; /* What identifier this symbol is associated with */ argument 152 struct symbol *next_id; /* Next semantic symbol that shares this identifier */ argument 153 struct symbol *replace; /* What is this symbol shadowed by in copy-expression */ argument 156 struct symbol *same_symbol; argument 160 struct symbol_op *op; argument 162 union { 211 union /* backend */ { [all …]
|