Home
last modified time | relevance | path

Searched full:relations (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/01.subtyping/01.supertyping/supertyping_among_array_types/
Dobj_cast_to_primitive.ets17 desc: Supertype relations
/arkcompiler/runtime_core/static_core/verification/models/typesystem/
Dark_typesystem.als38 // to avoid higher-order relations, using one level of
157 // relations between params and signatures
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_clusters.h34 * Stores clusters themselves and "function:cluster" relations
44 …r std::string_view CLUSTERS_MAP_OBJ_NAME {"clusters_map"}; // Contains `method-clusters` relations
45 …r std::string_view CLUSTERS_OBJ_NAME {"compiler_options"}; // Contains `cluster-options` relations
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtype_system.md49 Subtyping relations (`subtype <: supertype`):
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md49 Subtyping relations (`subtype <: supertype`):
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe30.md72 // D is derived from B, which explicitly set subtype / supertype relations:
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md83 …The file should contain two objects: "clusters_map", which describes `function-clusters` relations,
Dreg_alloc_graph_coloring_doc.md40 …transitively passed through many Phi-function or any other kind of move-relations (such as return …
/arkcompiler/runtime_core/static_core/compiler/docs/
Dpaoc.md78 …The file should contain two objects: "clusters_map", which describes `function-clusters` relations,
Dreg_alloc_graph_coloring_doc.md40 …transitively passed through many Phi-function or any other kind of move-relations (such as return …
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.h37 * Relations between VMs, MemoryManager and Runtime:
/arkcompiler/runtime_core/libpandabase/utils/
Dtimers.h31 constexpr std::string_view EVENT_RESOLVE_DEPS = "Resolve file dep relations";
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp166 // Method types do not participate in most type relations
/arkcompiler/runtime_core/docs/
Ddoxygen.config2167 # and usage relations if the target is undocumented or is not a class.
2216 # each documented class showing the direct and indirect inheritance relations.
2261 # collaboration graphs will show the relations between templates and their
2319 # dependency relations are determined by the #include relations between the
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config2167 # and usage relations if the target is undocumented or is not a class.
2216 # each documented class showing the direct and indirect inheritance relations.
2261 # collaboration graphs will show the relations between templates and their
2319 # dependency relations are determined by the #include relations between the
/arkcompiler/runtime_core/libabckit/
D.doxygen2290 # and usage relations if the target is undocumented or is not a class.
2339 # each documented class showing the direct and indirect inheritance relations.
2384 # collaboration graphs will show the relations between templates and their
2442 # dependency relations are determined by the #include relations between the
/arkcompiler/runtime_core/isa/
Disa.yaml98 including inheritance relations.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D15_semantics.rst414 A union type ``U`` participates in subtyping relations
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml97 language, including inheritance relations.
/arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/res/
Drecipes.rst946 // Y is derived from X, which explicitly set subtype / supertype relations:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst1067 // D is derived from B, which explicitly set subtype / supertype relations: