-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathir_segment_28.json
68 lines (68 loc) · 1.23 KB
/
ir_segment_28.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"node_type": "FunctionDecl",
"name": "fmemopen",
"children": [
{
"node_type": "UnexposedAttr",
"name": "",
"children": [],
"control_flow": null,
"dependencies": []
},
{
"node_type": "UnexposedAttr",
"name": "",
"children": [],
"control_flow": null,
"dependencies": []
},
{
"node_type": "TypeRef",
"name": "FILE",
"children": [],
"control_flow": null,
"dependencies": []
},
{
"node_type": "ParmDecl",
"name": "__s",
"children": [],
"control_flow": null,
"dependencies": []
},
{
"node_type": "ParmDecl",
"name": "__len",
"children": [
{
"node_type": "TypeRef",
"name": "size_t",
"children": [],
"control_flow": null,
"dependencies": []
}
],
"control_flow": null,
"dependencies": [
"size_t"
]
},
{
"node_type": "ParmDecl",
"name": "__modes",
"children": [],
"control_flow": null,
"dependencies": []
}
],
"control_flow": null,
"dependencies": [
"__len",
"__s",
"__modes",
"__value",
"",
"FILE",
"__count"
]
}