Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab6c07 commit b4b940aCopy full SHA for b4b940a
1 file changed
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionTag.qll
@@ -1,14 +1,5 @@
1
private import cpp
2
3
-private predicate fieldIsInitialized(Field field) {
4
- exists(ClassAggregateLiteral initList |
5
- initList.isInitialized(field)
6
- ) or
7
- exists(ConstructorFieldInit init |
8
- field = init.getTarget()
9
- )
10
-}
11
-
12
newtype TInstructionTag =
13
OnlyInstructionTag() or // Single instruction (not including implicit Load)
14
InitializeThisTag() or
0 commit comments