Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_modify_impl.cpp310 extern "C" AbckitLiteral *CreateLiteralFloat(AbckitFile *file, float value) in CreateLiteralFloat() function
/arkcompiler/runtime_core/libabckit/tests/mock/
Dmetadata_modify_impl_mock.cpp205 AbckitLiteral *CreateLiteralFloat(AbckitFile *file, float value) in CreateLiteralFloat() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h193 inline Literal File::CreateLiteralFloat(float val) const in CreateLiteralFloat() function