Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/tests/
Dfunction_traits_test.cpp39 struct MultByMod { struct
41 int mod;
42 explicit MultByMod(int module) : mod {module} {} in MultByMod() function
43 int operator()(int x, int y) const in operator ()()