Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp83 foo_function_ = GetFunction(FUNC_NAME.foo, *prog_); in SetUp()
100 const pandasm::Function *foo_function_ = nullptr; member in panda::abc2program::Abc2ProgramHelloWorldTest
120 foo_function_ = GetFunction(FUNC_NAME.foo, *prog_); in SetUp()
128 const pandasm::Function *foo_function_ = nullptr; member in panda::abc2program::Abc2ProgramHelloWorldDebugTest
162 EXPECT_TRUE(foo_function_->GetSlotsNum() == NUM_OF_HELLO_WORLD_TEST_UT_FOO_SLOTS_NUM);
165 EXPECT_TRUE(foo_function_->concurrent_module_requests.empty());
320 const pandasm::Function &function = *foo_function_;
326 EXPECT_TRUE(foo_function_->GetFunctionKind() == panda::panda_file::FunctionKind::FUNCTION);
343 const pandasm::Function &function = *foo_function_;
386 const pandasm::Function &function = *foo_function_;
[all …]