Home
last modified time | relevance | path

Searched refs:CastToBoolean (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1837 etsg->CastToBoolean(expr); in CompileCastUnboxable()
1881 etsg->CastToBoolean(expr); in CompileCast()
DETSGen.h536 void CastToBoolean(const ir::AstNode *node);
DETSGen.cpp1277 void ETSGen::CastToBoolean([[maybe_unused]] const ir::AstNode *node) in CastToBoolean() function in panda::es2panda::compiler::ETSGen