OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_decl
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/tools/
strip_asm.py
24
label_decl
= re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
26
m =
label_decl
.match(l)
43
label_decl
= re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
45
m =
label_decl
.match(l)
/external/libcxx/utils/google-benchmark/tools/
strip_asm.py
24
label_decl
= re.compile("^[.]{0,1}L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
26
m =
label_decl
.match(l)
43
label_decl
= re.compile("^\.L([a-zA-Z0-9][a-zA-Z0-9_]*)(?=:)")
45
m =
label_decl
.match(l)
Completed in 1115 milliseconds