Home
last modified time | relevance | path

Searched defs:act (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/parser/tests/
Dparser_test.cpp28 const auto FOO = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anone54d81e50202()
57 const auto BAR = [](Action act, [[maybe_unused]] Context &, auto &it) { in __anone54d81e50302()
/arkcompiler/ets_runtime/ecmascript/tests/
Dread_only_space_test.cpp67 struct sigaction act; in RegisterSignal() local
Dhandle_leak_test.cpp64 struct sigaction act; in RegisterSignal() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp391 …C" int sigaction([[maybe_unused]] int sig, [[maybe_unused]] const struct sigaction *__restrict act, in sigaction()
401 …nt sigactionStub([[maybe_unused]] int sig, [[maybe_unused]] const struct sigaction *__restrict act, in sigactionStub()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp982 void BinaryMplExport::OutEaCgActNode(const EACGActualNode &act) in OutEaCgActNode()