Lines Matching defs:flags
37 bool has_flag(std::vector<TestConfig> const& flags, TestConfig config) {
38 for (auto const& flag : flags)
594 std::vector<TestConfig> const& flags);
625 void unknown_function_test_impl(std::vector<TestConfig> const& flags) {
637 if (has_flag(flags, TestConfig::add_layer_interception)) {
645 if (has_flag(flags, TestConfig::add_layer_implementation) || has_flag(flags, TestConfig::add_layer_interception)) {
653 if (has_flag(flags, TestConfig::add_layer_implementation) && has_flag(flags, TestConfig::add_layer_interception)) {
659 } else if (has_flag(flags, TestConfig::add_layer_implementation)) {
662 } else if (has_flag(flags, TestConfig::add_layer_interception)) {
672 auto dispatch_type = get_dispatch_handle<DispatchableHandleType>(env, dev, flags);
675 if (has_flag(flags, TestConfig::add_layer_implementation) && has_flag(flags, TestConfig::add_layer_interception)) {
680 } else if (has_flag(flags, TestConfig::add_layer_interception)) {