File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the class `IRFunction`, which represents the Intermediate Representation for the
3
+ * definition of a function.
4
+ */
5
+
1
6
private import internal.IRInternal
2
7
private import internal.IRFunctionImports as Imports
3
8
import Imports:: IRFunctionBase
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the class `IRFunction`, which represents the Intermediate Representation for the
3
+ * definition of a function.
4
+ */
5
+
1
6
private import internal.IRInternal
2
7
private import internal.IRFunctionImports as Imports
3
8
import Imports:: IRFunctionBase
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the class `IRFunction`, which represents the Intermediate Representation for the
3
+ * definition of a function.
4
+ */
5
+
1
6
private import internal.IRInternal
2
7
private import internal.IRFunctionImports as Imports
3
8
import Imports:: IRFunctionBase
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the class `IRFunction`, which represents the Intermediate Representation for the
3
+ * definition of a function.
4
+ */
5
+
1
6
private import internal.IRInternal
2
7
private import internal.IRFunctionImports as Imports
3
8
import Imports:: IRFunctionBase
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides the class `IRFunction`, which represents the Intermediate Representation for the
3
+ * definition of a function.
4
+ */
5
+
1
6
private import internal.IRInternal
2
7
private import internal.IRFunctionImports as Imports
3
8
import Imports:: IRFunctionBase
You can’t perform that action at this time.
0 commit comments