Searched refs:has_func (Results 1 – 18 of 18) sorted by relevance
140 if (a.has_func()) { in AttrValueHash()621 if (a.has_func() != b.has_func()) { in AreAttrValuesEqual()623 } else if (a.has_func() && b.has_func()) { in AreAttrValuesEqual()
324 if (attr_value.has_func()) { in AddAttrFunctions()
1721 if (attr_value.has_func()) { in ReachableFunctions()
454 if (attr_value.has_func()) { in HashAttr()476 if (this_attr.has_func() != that_attr.has_func()) { in CheckAttrsEqual()481 if (this_attr.has_func()) { in CheckAttrsEqual()
71 if (!node.attr().at(kFunctionAttrName).has_func()) { in InlinePartitionedCall()
143 if (attr.second.has_func()) { in GetSubgraphNamesForFunctionExecution()
185 HB_INTERNAL bool has_func (unsigned int i);195 return has_func (i); \
920 hb_font_t::has_func (unsigned int i) in has_func() function in hb_font_t923 (parent && parent != &_hb_Null_hb_font_t && parent->has_func (i)); in has_func()
594 if (attr.second.has_func()) { in FunctionNodeMayIntroduceNondeterminism()628 if (attr.second.has_func()) { in NodeMayIntroduceNondeterminismWhenAsync()
251 if (attr.second.has_func() && in MaybeOptimizeFunctionCall()
1009 if (attr_value.has_func()) { in PropagateTFDataAttrs()1125 if (attr_value.has_func()) { in OptimizeConsumeItem()
90 return func_attr != nullptr && func_attr->has_func() && in IsIndirectFunctionCall()395 return (func_attr != nullptr && func_attr->has_func()) in FindFunctionCall()
207 if (!attr_value->has_func()) { in GetFunctionNameAndAttr()
754 if (iter.second.has_func()) { in HasAssociatedFunction()780 if (iter.second.has_func()) { in GetAssociatedFunctions()
1229 if (!attr_value->has_func()) { in GetPotentialFunctionName()
317 return name_attr_pair.second.has_func(); in MayCallFunction()
78 if (!attr_value.has_func()) continue; in FindFunctionsToOptimize()
2634 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in btf_needs_sanitization() local2638 return !has_func || !has_datasec || !has_func_global || !has_float || in btf_needs_sanitization()2647 bool has_func = kernel_supports(obj, FEAT_BTF_FUNC); in bpf_object__sanitize_btf() local2690 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()2695 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()