Home
last modified time | relevance | path

Searched defs:_1 (Results 1 – 25 of 53) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DclassStaticBlock15(target=es2022).js5 static #_1 = 1; field in C
23 static #_1 = 1; field in C
DclassStaticBlock15(target=esnext).js5 static #_1 = 1; field in C
23 static #_1 = 1; field in C
DunusedLocalsStartingWithUnderscore.js20 var _1 = _a[_i]; variable
DimportWithTrailingSlash.js33 var _1 = require("."); variable
DclassStaticBlock15(target=es2015).js5 static #_1 = 1; field in C
DclassStaticBlock14.js3 static #_1 = 1; field in C
DexportStarNotElided.js49 var _1 = require("./"); variable
DnullPropertyName.js200 var _1: number; variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 …g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6,… variable
DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues2.js118 …g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6,… variable
DnoImplicitAnyDestructuringVarDeclaration2.js24 …z === void 0 ? undefined : _z, _0 = _y.y3, y3 = _0 === void 0 ? null : _0, _1 = _y.z3, z3 = _1 ===… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js141 …var _1 = _0[_z], _2 = _1[1], _3 = _2 === void 0 ? ["skill1", "skill2"] : _2, _4 = _3[0], primarySk… variable
/third_party/jerryscript/jerry-core/jrt/
Djrt.h36 #define JERRY_UNUSED_1(_1) JERRY_UNUSED (_1) argument
37 #define JERRY_UNUSED_2(_1, _2) JERRY_UNUSED (_1), JERRY_UNUSED_1 (_2) argument
38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3) argument
39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4) argument
40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_4 (_2, _3, _4, _5) argument
42 #define JERRY_VA_ARGS_NUM_IMPL(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, .… argument
410 # define RR_WATCH_FMT_1(_1) "\n " # _1 ": {0}" argument
411 # define RR_WATCH_FMT_2(_1, _2) \ argument
414 # define RR_WATCH_FMT_3(_1, _2, _3) \ argument
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \ argument
420 # define RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \ argument
423 # define RR_WATCH_FMT_6(_1, _2, _3, _4, _5, _6) \ argument
426 # define RR_WATCH_FMT_7(_1, _2, _3, _4, _5, _6, _7) \ argument
429 # define RR_WATCH_FMT_8(_1, _2, _3, _4, _5, _6, _7, _8) \ argument
432 # define RR_WATCH_FMT_9(_1, _2, _3, _4, _5, _6, _7, _8, _9) \ argument
[all …]
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-pp.h5 #define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2) argument
17 #define GMOCK_PP_IDENTITY(_1) _1 argument
152 #define GMOCK_PP_INTERNAL_CAT(_1, _2) _1##_2 argument
154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5 argument
155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \ argument
167 #define GMOCK_PP_INTERNAL_INTERNAL_16TH(_1, _2, _3, _4, _5, _6, _7, _8, _9, \ argument
173 #define GMOCK_PP_INTERNAL_INTERNAL_HEAD(_1, ...) _1 argument
176 #define GMOCK_PP_INTERNAL_INTERNAL_TAIL(_1, ...) __VA_ARGS__ argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
82 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
89 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
98 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
108 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
116 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
Dqmd.h27 #define NVQMD_ENUM_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL argument
43 #define NVQMD_VAL_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
/third_party/node/deps/v8/src/common/
Dassert-scope.h100 #define PER_ISOLATE_ASSERT_ENABLE_SCOPE(EnableType, _1, _2, _3) \ argument
103 #define PER_ISOLATE_ASSERT_DISABLE_SCOPE(_1, DisableType, _2, _3) \ argument
/third_party/ltp/include/
Dtst_test_macros.h37 #define TST_2_(_1, _2, ...) _2 argument
39 #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__ argument
/third_party/libbpf/src/
Dlibbpf_common.h47 #define ___libbpf_nth(_1, _2, _3, _4, _5, _6, N, ...) N argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h27 #define GET_3RD_ARG_HELPER_(_1, _2, NAME, ...) NAME argument
/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.h31 #define __VK_ARG_SEQ(_1,_2,_3,_4,_5,_6,_7,_8,N,...) N argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp32 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, argument
/third_party/skia/third_party/externals/dawn/src/common/
DPreprocessor.h59 #define DAWN_PP_FOR_EACH_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h142 #define DAWN_ERROR_GET_5TH_ARG_HELPER_(_1, _2, _3, _4, NAME, ...) NAME argument

123