Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
a7075cd8
Commit
a7075cd8
authored
8 months ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[analysis-scripts] cache calls to build.find_definitions
parent
6da1b894
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/analysis-scripts/build.py
+2
-0
2 additions, 0 deletions
share/analysis-scripts/build.py
with
2 additions
and
0 deletions
share/analysis-scripts/build.py
+
2
−
0
View file @
a7075cd8
...
...
@@ -29,6 +29,7 @@ available."""
from
__future__
import
annotations
import
argparse
import
functools
import
json
import
logging
import
os
...
...
@@ -252,6 +253,7 @@ def copy_fc_stubs() -> Path:
# Returns pairs (line_number, has_args) for each likely definition of
# [funcname] in [filename].
# [has_args] is used to distinguish between main(void) and main(int, char**).
@functools.cache
def
find_definitions
(
funcname
:
str
,
filename
:
Path
)
->
list
[
tuple
[
int
,
bool
]]:
file_content
=
source_filter
.
open_and_filter
(
Path
(
filename
),
not
under_test
and
do_filter_source
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment