Displaying 1 result from an estimated 1 matches for "from_var2".
2020 Aug 14
2
Another possible tracing feature for TableGen
...1, 0};
}
let C_to_let = "C to let" in
let D_field2 = -10102 in {
def rec1 : C<"arg1_val">, D<[13, 14, 15]> {
defvar var1 = -1;
defvar var2 = "base string";
int num = 42;
list<string> list_a;
string str = "Hello world!";
string from_var2 = var2 # " from var2";
int num2 = !mul(3, num);
let num = 43;
let str = from_var2 # " with let";
}
} // let
====================================================
~~~~~~~~~~~~~ Trace class P ~~~~~~~~~~~~~
<class's template args should be listed here>
~~~ No inher...