Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp225 extern "C" AbckitLiteral *CreateLiteralBool(AbckitFile *file, bool value) in CreateLiteralBool() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp158 AbckitLiteral *CreateLiteralBool(AbckitFile *file, bool value) in CreateLiteralBool() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h112 inline abckit::Literal File::CreateLiteralBool(bool val) const in CreateLiteralBool() function