Home
last modified time | relevance | path

Searched defs:AbckitType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h83 typedef struct AbckitType AbckitType; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h564 struct AbckitType { struct
565 AbckitTypeId id = ABCKIT_TYPE_ID_INVALID; argument
566 size_t rank = 0;
567 AbckitCoreClass *klass = nullptr;
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp1076 void TestNullptr(AbckitCoreClass *(*apiToCheck)(AbckitType *)) in TestNullptr()
1081 void TestNullptr(AbckitTypeId (*apiToCheck)(AbckitType *)) in TestNullptr()
1510 void TestNullptr(AbckitInst *(*apiToCheck)(AbckitGraph *, AbckitInst *, AbckitType *)) in TestNullptr() argument