Home
last modified time | relevance | path

Searched defs:Union (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/ts_to_sts/
Dgeneric_call_params.ts16 type Union = string | number; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
Dsetter.ts16 type Union = number | boolean; alias
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h91 void Union(const BitSet &bitset) in Union() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/ts_to_sts/
Dgeneric_as_parameter.ts16 export type Union = string | number; alias
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h141 RangeInfo Union(const RangeInfo &rhs) const in Union() function
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h416 void Union(const InstLiveSet *other) in Union() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.h480 void Union(const InstLiveSet *other) in Union() function
Dbounds_analysis.cpp423 BoundsRange BoundsRange::Union(const ArenaVector<BoundsRange> &ranges) in Union() function in ark::compiler::BoundsRange
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dconvert.py378 def visit_union(self, node: ast.Union) -> UnionDecl:
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp437 Type Type::Union(Span<Type> span, TypeSystem *tsys) in Union() function in ark::verifier::Type