We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c28c9 commit 98aacb8Copy full SHA for 98aacb8
semantics/cpp/language/translation/temporary.k
@@ -5,6 +5,7 @@ module CPP-TRANSLATION-TEMPORARY-SYNTAX
5
imports CPP-TYPING-SORTS
6
7
syntax Expr ::= CreateTemporary
8
+ syntax KItem
9
syntax CreateTemporary ::= createTemporary(temporary: Expr, type: CPPType, init: KItem) [strict(3)]
10
endmodule
11
0 commit comments