File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
experimental/semmle/code/cpp/ir/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 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 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> {
456456 * The Boolean `cc` records whether the node is reached through an
457457 * argument in a call.
458458 */
459+ pragma [ assume_small_delta]
459460 private predicate fwdFlow ( NodeEx node , Cc cc ) {
460461 sourceNode ( node , _) and
461462 if hasSourceCallCtx ( ) then cc = true else cc = false
You can’t perform that action at this time.
0 commit comments