/third_party/typescript/tests/baselines/reference/ |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError1.js | 2 var t1 = 10; variable 8 `${1 + typeof t1 ** t2 ** t1}`; 9 `${-t1 ** t2 - t1}`; 10 `${-++t1 ** t2 - t1}`; 11 `${-t1++ ** t2 - t1}`; 12 `${!t1 ** t 30 var t1 = 10; global() variable [all...] |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError2.js | 2 var t1 = 10; variable 8 `hello ${-t1 ** t2 - t1}`; 9 `hello ${-++t1 ** t2 - t1}`; 10 `hello ${-t1++ ** t2 - t1}`; 11 `hello ${!t1 ** t2 ** --t1 }`; 12 `hello ${typeof t1 ** t 31 var t1 = 10; global() variable [all...] |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError3.js | 2 var t1 = 10; variable 8 `${-t1 ** t2 - t1} world`; 9 `${-++t1 ** t2 - t1} world`; 10 `${-t1++ ** t2 - t1} world`; 11 `${!t1 ** t2 ** --t1 } world`; 12 `${typeof t1 ** t 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString1.js | 2 var t1 = 10; variable 7 `${t1 ** t2}`; 8 `${t1 ** t2 ** t1}`; 9 `${t1 + t2 ** t1}`; 10 `${t1 ** t2 + t1}`; 11 `${t1 + t2 ** t2 + t1 }`; 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString1ES6.js | 2 var t1 = 10; variable 7 `${t1 ** t2}`; 8 `${t1 ** t2 ** t1}`; 9 `${t1 + t2 ** t1}`; 10 `${t1 ** t2 + t1}`; 11 `${t1 + t2 ** t2 + t1 }`; 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString2.js | 2 var t1 = 10; variable 7 `hello ${t1 ** t2}`; 8 `hello ${t1 ** t2 ** t1}`; 9 `hello ${t1 + t2 ** t1}`; 10 `hello ${t1 ** t2 + t1}`; 11 `hello ${t1 + t2 ** t2 + t1 }`; 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString3.js | 2 var t1 = 10; variable 7 `${t1 ** t2} world`; 8 `${t1 ** t2 ** t1} world`; 9 `${t1 + t2 ** t1} world`; 10 `${t1 ** t2 + t1} world`; 11 `${t1 + t2 ** t2 + t1 } worl 31 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTempalteString4.js | 2 var t1 = 10; variable 7 `${t1 ** -t2} world`; 8 `${(-t1) ** t2 - t1} world`; 9 `${(-++t1) ** t2 - t1} world`; 10 `${(-t1++) ** t2 - t1} world`; 11 `${(~t1) ** t2 ** --t1 } worl 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString2ES6.js | 2 var t1 = 10; variable 7 `hello ${t1 ** t2}`; 8 `hello ${t1 ** t2 ** t1}`; 9 `hello ${t1 + t2 ** t1}`; 10 `hello ${t1 ** t2 + t1}`; 11 `hello ${t1 + t2 ** t2 + t1 }`; 30 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString3ES6.js | 2 var t1 = 10; variable 7 `${t1 ** t2} world`; 8 `${t1 ** t2 ** t1} world`; 9 `${t1 + t2 ** t1} world`; 10 `${t1 ** t2 + t1} world`; 11 `${t1 + t2 ** t2 + t1 } worl 31 var t1 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTempalteString4ES6.js | 2 var t1 = 10; variable 7 `${t1 ** -t2} world`; 8 `${(-t1) ** t2 - t1} world`; 9 `${(-++t1) ** t2 - t1} world`; 10 `${(-t1++) ** t2 - t1} world`; 11 `${(~t1) ** t2 ** --t1 } worl 30 var t1 = 10; global() variable [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | safestack.h | 22 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ 23 STACK_OF(t1); \ 24 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 25 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 26 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 31 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 35 static ossl_unused ossl_inline STACK_OF(t1) *sk [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | safestack.h | 34 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 35 STACK_OF(t1); \ 36 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 37 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 38 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *s [all...] |