Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/util/
Denumbitops.h21 #define DEFINE_BITOPS(T) \ argument
/arkcompiler/ets_frontend/ets2panda/util/
Denumbitops.h22 #define DEFINE_BITOPS(T) \ argument
/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dnumber.h151 using T = typename std::remove_cv_t<typename std::remove_reference_t<RT>>; in CanGetValue() local
169 using T = typename std::remove_cv_t<typename std::remove_reference_t<RT>>; in GetValue() local
187 using T = typename std::remove_cv_t<typename std::remove_reference_t<RT>>; in SetValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h24 #define ASM_UNUSED_BC_STUB_LIST(T) \ argument
59 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument
288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument
338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument
361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument
374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
/arkcompiler/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/runtime_core/static_core/verification/util/
Dindex.h96 explicit operator T() const in T() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp70 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef
88 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef
/arkcompiler/ets_runtime/test/aottest/createarraywithbuffer/
Dcreatearraywithbuffer.ts77 let T:number[] = [0, 1, 1.2, x]; variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals3.ts16 type T = () => void alias
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst124 Methods
1295 Properties
8612 Methods
14999 Methods
15063 Methods
16315 Methods
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_number.h332 inline string to_string(maple::utils::Number<T, Type> val) in to_string()
Dptr.h26 inline constexpr void CheckNothing(const T *) in CheckNothing()
Dcl_option.h110 operator T() in T() function
230 /*implicit*/ operator T() in T() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp137 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in ApplyDeps() typedef
163 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in Patch() typedef
Dlinker_context_misc.cpp281 using T = std::remove_cv_t<std::remove_reference_t<decltype(v)>>; in operator <<() typedef
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h96 friend T; variable
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h449 using T = ValueTypeHelperT<TYPE>; in Create() local
/arkcompiler/runtime_core/assembler/
Dannotation.h457 using T = ValueTypeHelperT<type>; in Create() local

12