Searched refs:local_func (Results 1 – 8 of 8) sorted by relevance
5 ; The local_var and local_func must not be separated.7 ; CHECK0: define internal fastcc void @local_func9 ; The main and local_func must not be together.12 ; CHECK1: declare fastcc void @local_func45 call fastcc void @local_func()59 define internal fastcc void @local_func() section ".text" {
46 def local_func(i): function53 local_func(x)
30 define internal i32 @local_func() nounwind uwtable {
611 struct nlattr *local_func[NL80211_NAN_FUNC_ATTR_MAX + 1]; in parse_nan_match() local649 if (nla_parse_nested(local_func, NL80211_NAN_FUNC_ATTR_MAX, in parse_nan_match()669 nla_get_u8(local_func[NL80211_NAN_FUNC_INSTANCE_ID]), in parse_nan_match()681 nla_get_u8(local_func[NL80211_NAN_FUNC_INSTANCE_ID]), in parse_nan_match()689 nla_get_u8(local_func[NL80211_NAN_FUNC_INSTANCE_ID]), in parse_nan_match()
49 static int local_func(int x) { return x; } function143 // CHECK: usrs.m c:usrs.m@F@local_func Extent=[49:1 - 49:43]144 // CHECK: usrs.m c:usrs.m@551@F@local_func@x Extent=[49:23 - 49:28]236 // CHECK-source: usrs.m:49:12: FunctionDecl=local_func:49:12 (Definition) Extent=[49:1 - 49:43]
39 ELF-shared: 00000200 l F .text 00000003 local_func
197 ELF: Name: local_func
341 def local_func(i): function348 self.assertAllEqual(local_func(x), [2, 1])