Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/third_party/typescript/tests/cases/conformance/types/uniqueSymbol/
DuniqueSymbolsErrors.ts5 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 …]
DuniqueSymbols.ts11 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
DuniqueSymbolsDeclarations.ts11 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/boost/boost/ratio/
Dratio_io.hpp66 static std::basic_string<CharT> symbol() {return prefix();} in symbol() function
85 static std::string symbol() { in symbol() function
117 static std::string symbol() {return std::string(1, 'a');} in symbol() function
126 static std::u16string symbol() {return std::u16string(1, u'a');} in symbol() function
133 static std::u32string symbol() {return std::u32string(1, U'a');} in symbol() function
143 static std::wstring symbol() {return std::wstring(1, L'a');} in symbol() function
162 static std::string symbol() {return std::string(1, 'f');} in symbol() function
171 static std::u16string symbol() {return std::u16string(1, u'f');} in symbol() function
178 static std::u32string symbol() {return std::u32string(1, U'f');} in symbol() function
188 static std::wstring symbol() {return std::wstring(1, L'f');} in symbol() function
[all …]
/third_party/boost/boost/ratio/detail/
Dratio_io.hpp62 static std::basic_string<CharT> symbol() {return short_name();} in symbol() function
93 static std::basic_string<CharT> symbol() {return short_name();} in symbol() function
117 static std::string symbol() {return short_name();} in symbol() function
128 static std::u16string symbol() {return short_name();} in symbol() function
137 static std::u32string symbol() {return short_name();} in symbol() function
149 static std::wstring symbol() {return short_name();} in symbol() function
176 static std::string symbol() {return short_name();} in symbol() function
187 static std::u16string symbol() {return short_name();} in symbol() function
196 static std::u32string symbol() {return short_name();} in symbol() function
208 static std::wstring symbol() {return short_name();} in symbol() function
[all …]
/third_party/boost/boost/units/systems/
Dabstract.hpp76 static std::string symbol() { return "[L]"; } in symbol() function
83 static std::string symbol() { return "[M]"; } in symbol() function
90 static std::string symbol() { return "[T]"; } in symbol() function
97 static std::string symbol() { return "[I]"; } in symbol() function
104 static std::string symbol() { return "[Theta]"; } in symbol() function
111 static std::string symbol() { return "[N]"; } in symbol() function
118 static std::string symbol() { return "[J]"; } in symbol() function
125 static std::string symbol() { return "[QP]"; } in symbol() function
132 static std::string symbol() { return "[QS]"; } in symbol() function
/third_party/boost/boost/predef/other/
Dworkaround.h38 # define BOOST_PREDEF_WORKAROUND(symbol, comp, major, minor, patch) (0) argument
41 # define BOOST_PREDEF_WORKAROUND(symbol, comp, major, minor, patch) \ argument
82 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) (0) argument
85 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) ( \ argument
90 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) \ argument
/third_party/python/Tools/c-analyzer/c_analyzer/symbols/
Dfind.py20 def _resolve_known(symbol, knownvars): argument
54 def resolve(symbol): argument
68 def resolve(symbol): argument
71 def resolve(symbol): argument
78 def resolve(symbol): argument
115 def symbol(symbol, filenames, known=None, *, function
/third_party/grpc/src/compiler/
Dobjective_c_generator_helpers.h62 inline ::std::string PreprocConditional(::std::string symbol, bool invert) { in PreprocConditional()
67 inline ::std::string PreprocIf(const ::std::string& symbol, in PreprocIf()
73 inline ::std::string PreprocIfNot(const ::std::string& symbol, in PreprocIfNot()
79 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
86 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/third_party/python/Lib/
Dcodeop.py69 def _maybe_compile(compiler, source, filename, symbol): argument
110 def _compile(source, filename, symbol): argument
113 def compile_command(source, filename="<input>", symbol="single"): argument
142 def __call__(self, source, filename, symbol): argument
159 def __call__(self, source, filename="<input>", symbol="single"): argument
/third_party/boost/tools/build/src/engine/
Dvariable.cpp56 OBJECT * symbol; member
166 LIST * var_get( struct module_t * module, OBJECT * symbol ) in var_get()
267 LIST * var_get_and_clear_raw( module_t * module, OBJECT * symbol ) in var_get_and_clear_raw()
293 void var_set( struct module_t * module, OBJECT * symbol, LIST * value, int flag in var_set()
326 LIST * var_swap( struct module_t * module, OBJECT * symbol, LIST * value ) in var_swap()
341 static LIST * * var_enter( struct module_t * module, OBJECT * symbol ) in var_enter()
368 static void var_dump( OBJECT * symbol, LIST * value, const char * what ) in var_dump()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp21 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/skia/third_party/externals/angle2/src/compiler/translator/
DValidateOutputs.cpp24 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
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateOutputs.cpp24 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
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmodule.c148 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
277 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
321 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
370 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
377 *symbol = GetProcAddressA(handle, name); in xmlModulePlatformSymbol() local
429 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
484 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
/third_party/libxml2/
Dxmlmodule.c119 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/typescript/tests/cases/compiler/
DuseBeforeDefinitionInDeclarationFiles.ts8 export const locallyExportedCustomSymbol: unique symbol; constant
9 export const fullyExportedCustomSymbol: unique symbol; constant
DuniqueSymbolPropertyDeclarationEmit.ts18 readonly or: unique symbol; constant
25 readonly ro: unique symbol; constant
/third_party/node/src/
Dasync_wrap-inl.h54 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/toybox/kconfig/
Dexpr.h71 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/boost/libs/units/example/
Dautoprefixes.cpp58 static constexpr const char* symbol() { return("b"); } in symbol() function
64 static constexpr const char* symbol() { return(""); } in symbol() function
70 static constexpr const char* symbol() { return("�"); } in symbol() function
/third_party/typescript/tests/baselines/reference/
DiteratorSpreadInCall4.js2 function foo(s1: symbol, ...s: symbol[]) { }
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/eslint-utils/
DReferenceTracker.ts7 const ReferenceTrackerREAD: unique symbol = eslintUtils.ReferenceTracker.READ; constant
8 const ReferenceTrackerCALL: unique symbol = eslintUtils.ReferenceTracker.CALL; constant
9 const ReferenceTrackerCONSTRUCT: unique symbol = constant
/third_party/python/Lib/test/
Dtest_codeop.py23 def assertValid(self, str, symbol='single'): argument
46 def assertIncomplete(self, str, symbol='single'): argument
50 def assertInvalid(self, str, symbol='single', is_syntax=1): argument
/third_party/skia/third_party/externals/tint/src/
Dscope_stack.h54 T Set(const Symbol& symbol, T val) { in Set()
62 T Get(const Symbol& symbol) const { in Get()

12345678910>>...23