File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
experimental/semmle/code/cpp/ir/dataflow/internal
semmle/code/cpp/dataflow/internal
csharp/ql/lib/semmle/code/csharp/dataflow/internal
go/ql/lib/semmle/go/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/dataflow/internal
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
456
* The Boolean `cc` records whether the node is reached through an
457
457
* argument in a call.
458
458
*/
459
+ pragma [ assume_small_delta]
459
460
private predicate fwdFlow ( NodeEx node , Cc cc ) {
460
461
sourceNode ( node , _) and
461
462
if hasSourceCallCtx ( ) then cc = true else cc = false
You can’t perform that action at this time.
0 commit comments