mirror of
https://github.com/github/codeql.git
synced 2026-01-06 19:20:25 +01:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
import cpp
|
|
|
|
// A function might have more than one block if it's used in more than one
|
|
// preprocessor context -- even if the preprocessor context does not affect the
|
|
// blocks.
|
|
|
|
from Function f
|
|
select f, f.getBlock(),
|
|
count(f.getBlock())
|