Home
last modified time | relevance | path

Searched refs:test_flag (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/misc/
H A Denum_flags_test.cpp89 CHECK(f1.test_flag(enum_test_flag::value_2) == true);
105 CHECK(f2.test_flag(enum_test_flag::value_2) == true);
125 CHECK(f1.test_flag(enum_test_flag::value_1) == true);
212 CHECK(f2.test_flag(enum_test_flag::value_1) == false);
213 CHECK(f2.test_flag(enum_test_flag::value_2) == false);
214 CHECK(f2.test_flag(enum_test_flag::value_3) == true);
215 CHECK(f2.test_flag(enum_test_flag::value_4) == true);
225 CHECK(f.test_flag(enum_test_flag::value_1) == true);
226 CHECK(f.test_flag(enum_test_flag::value_2) == true);
230 CHECK(f.test_flag(enum_test_flag::value_3) == false);
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/filter/
H A Dfilter_item_funcs.h45 if ((filter.test_flag(filter_item::public_access) || in is_valid_filter_item()
46 filter.test_flag(filter_item::non_public_access)) && in is_valid_filter_item()
47 (filter.test_flag(filter_item::instance_item) || in is_valid_filter_item()
48 filter.test_flag(filter_item::static_item))) in is_valid_filter_item()
63 …if (filter.test_flag(filter_item::public_access) && filter.test_flag(filter_item::non_public_acces… in filter_member_item()
67 else if (filter.test_flag(filter_item::public_access)) in filter_member_item()
77 if (filter.test_flag(filter_item::instance_item) && filter.test_flag(filter_item::static_item)) in filter_member_item()
79 …else if (filter.test_flag(filter_item::instance_item) && !filter.test_flag(filter_item::static_ite… in filter_member_item()
81 …else if (!filter.test_flag(filter_item::instance_item) && filter.test_flag(filter_item::static_ite… in filter_member_item()
84 if (filter.test_flag(filter_item::declared_only)) in filter_member_item()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/
H A Dopt-functions.awk29 function test_flag(regex, flags, string) function
69 result = result test_flag(regex, flags, " | " macros[j])
72 test_flag("Common", flags, " | CL_COMMON") \
73 test_flag("Target", flags, " | CL_TARGET") \
74 test_flag("Joined", flags, " | CL_JOINED") \
75 test_flag("JoinedOrMissing", flags, " | CL_JOINED | CL_MISSING_OK") \
76 test_flag("Separate", flags, " | CL_SEPARATE") \
77 test_flag("RejectNegative", flags, " | CL_REJECT_NEGATIVE") \
78 test_flag("UInteger", flags, " | CL_UINTEGER") \
79 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dopt-functions.awk29 function test_flag(regex, flags, string) function
69 result = result test_flag(regex, flags, " | " macros[j])
72 test_flag("Common", flags, " | CL_COMMON") \
73 test_flag("Target", flags, " | CL_TARGET") \
74 test_flag("Joined", flags, " | CL_JOINED") \
75 test_flag("JoinedOrMissing", flags, " | CL_JOINED | CL_MISSING_OK") \
76 test_flag("Separate", flags, " | CL_SEPARATE") \
77 test_flag("RejectNegative", flags, " | CL_REJECT_NEGATIVE") \
78 test_flag("UInteger", flags, " | CL_UINTEGER") \
79 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_isa_hints.cpp35 const bool test_flag = true; in TEST() local
42 compat_before_hint[internal_isa] = mayiuse(internal_isa, test_flag); in TEST()
50 = {mayiuse(isa_pair.first, test_flag), in TEST()
51 mayiuse(isa_pair.second, test_flag)}; in TEST()
65 == mayiuse(internal_isa, test_flag)); in TEST()
79 ASSERT_TRUE(mayiuse(isa_pair.first, test_flag) == compat_pair.first); in TEST()
85 ASSERT_TRUE(mayiuse(isa_pair.first, test_flag) in TEST()
86 == mayiuse(isa_pair.second, test_flag)); in TEST()
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dtest_isa_hints.cpp35 const bool test_flag = true; in TEST() local
42 compat_before_hint[internal_isa] = mayiuse(internal_isa, test_flag); in TEST()
50 = {mayiuse(isa_pair.first, test_flag), in TEST()
51 mayiuse(isa_pair.second, test_flag)}; in TEST()
65 == mayiuse(internal_isa, test_flag)); in TEST()
79 ASSERT_TRUE(mayiuse(isa_pair.first, test_flag) == compat_pair.first); in TEST()
85 ASSERT_TRUE(mayiuse(isa_pair.first, test_flag) in TEST()
86 == mayiuse(isa_pair.second, test_flag)); in TEST()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
105 result = result test_flag(regex, flags, " | " macros[j])
108 test_flag("Common", flags, " | CL_COMMON") \
109 test_flag("Target", flags, " | CL_TARGET") \
110 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
111 test_flag("Driver", flags, " | CL_DRIVER") \
112 test_flag("Joined", flags, " | CL_JOINED") \
113 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
114 test_flag("Separate", flags, " | CL_SEPARATE") \
117 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
105 result = result test_flag(regex, flags, " | " macros[j])
108 test_flag("Common", flags, " | CL_COMMON") \
109 test_flag("Target", flags, " | CL_TARGET") \
110 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
111 test_flag("Driver", flags, " | CL_DRIVER") \
112 test_flag("Joined", flags, " | CL_JOINED") \
113 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
114 test_flag("Separate", flags, " | CL_SEPARATE") \
117 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
105 result = result test_flag(regex, flags, " | " macros[j])
108 test_flag("Common", flags, " | CL_COMMON") \
109 test_flag("Target", flags, " | CL_TARGET") \
110 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
111 test_flag("Driver", flags, " | CL_DRIVER") \
112 test_flag("Joined", flags, " | CL_JOINED") \
113 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
114 test_flag("Separate", flags, " | CL_SEPARATE") \
117 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
105 result = result test_flag(regex, flags, " | " macros[j])
108 test_flag("Common", flags, " | CL_COMMON") \
109 test_flag("Target", flags, " | CL_TARGET") \
110 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
111 test_flag("Driver", flags, " | CL_DRIVER") \
112 test_flag("Joined", flags, " | CL_JOINED") \
113 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
114 test_flag("Separate", flags, " | CL_SEPARATE") \
117 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
107 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("Driver", flags, " | CL_DRIVER") \
101 test_flag("Joined", flags, " | CL_JOINED") \
102 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
103 test_flag("Separate", flags, " | CL_SEPARATE") \
104 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
106 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("Driver", flags, " | CL_DRIVER") \
101 test_flag("Joined", flags, " | CL_JOINED") \
102 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
103 test_flag("Separate", flags, " | CL_SEPARATE") \
104 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
106 test_flag("Warning", flags, " | CL_WARNING") \
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dopt-functions.awk39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
[all …]

12345678910>>...14