Searched refs:enable_function_attribute_detection (Results 1 – 4 of 4) sorted by relevance
363 enable_function_attribute_detection: bool, field554 enable_function_attribute_detection, in builder_from_flags()798 if enable_function_attribute_detection { in builder_from_flags()799 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
119 .enable_function_attribute_detection() in run_boringssl()
746 enable_function_attribute_detection: bool {760 pub fn enable_function_attribute_detection(mut self) -> Self {761 self.options.enable_function_attribute_detection = true;
497 if ctx.options().enable_function_attribute_detection { in from_ty()