| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.d.ts | 175 _function: TokenType 266 _function: TokenType
|
| D | acorn.js | 218 _function: kw("function", startsExpr), property 906 case types$1._function: 1728 if (this.type === types$1._function || (isAsync = this.isAsyncFunction())) { 2382 types$1._function.updateContext = types$1._class.updateContext = function(prevType) { 2402 if (prevType === types$1._function) { 2849 …!containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types$1._function)) { 2902 case types$1._function:
|
| D | acorn.mjs | 212 _function: kw("function", startsExpr), property 900 case types$1._function: 1722 if (this.type === types$1._function || (isAsync = this.isAsyncFunction())) { 2376 types$1._function.updateContext = types$1._class.updateContext = function(prevType) { 2396 if (prevType === types$1._function) { 2843 …!containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types$1._function)) { 2896 case types$1._function:
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsFunctionKeywordPropExhaustive.js | 208 const _function: number; constant 209 export { _function as function };
|
| /third_party/gstreamer/gstreamer/docs/random/wtay/ |
| D | events2 | 20 - get rid of gst_pad_set_*_function (except for the chain/get ones)
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir.h | 1228 return this->_function; in function() 1299 class ir_function *_function; variable 1344 sig->_function = this; in add_signature() 1405 return this->_function->name; in function_name()
|
| D | ir.cpp | 2135 intrinsic_id(ir_intrinsic_invalid), builtin_avail(b), _function(NULL) in ir_function_signature()
|
| /third_party/python/Doc/c-api/ |
| D | function.rst | 3 .. _function-objects:
|
| /third_party/node/deps/v8/src/d8/ |
| D | async-hooks-wrapper.cc | 142 wrap->set_##name##_function(name##_v.As<Function>()); \ in CreateHook()
|
| /third_party/libevdev/m4/ |
| D | attributes.m4 | 167 [void __attribute__((visibility("$1"))) $1_function() { }],
|
| /third_party/node/deps/uv/m4/ |
| D | libuv-check-flags.m4 | 210 [void __attribute__((visibility("$1"))) $1_function() { }],
|
| /third_party/alsa-lib/m4/ |
| D | attributes.m4 | 196 [void __attribute__((visibility("$1"))) $1_function() { }],
|
| /third_party/node/src/ |
| D | async_wrap.cc | 174 env->set_async_hooks_##name##_function(v.As<Function>()); \ in SetupHooks()
|
| D | node_http2.cc | 3146 env->set_http2session_on_ ## name ## _function(args[arg].As<Function>()); in SetCallbackFunctions()
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 465 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 474 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 545 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 551 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 644 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \ 657 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 427 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 440 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 403 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 4); \ 417 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 2); \
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 437 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \ 451 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 508 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 518 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 883 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 2); \ 889 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 479 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 489 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 465 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 475 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
| /third_party/python/Doc/reference/ |
| D | compound_stmts.rst | 1096 .. _function:
|