search for: refvar

Displaying 3 results from an estimated 3 matches for "refvar".

Did you mean: defvar
2020 Jan 01
2
DW_OP_implicit_pointer design/implementation in general
...uses implicit_pointer >> >> ----------------------------------------------- >> volatile int gvar = 7; >> >> int func(int &ref) { >> gvar = ref; >> return ref + 5; >> } >> >> int main() { >> int var = 4; >> int &refVar = var; >> >> int res = func(refVar); >> >> return res; >> } >> ----------------------------------------------- >> >> This is the case of reference using DW_OP_implicit_pointer >> ----------------------------------------------- >> 0x000...
2019 Nov 29
4
DW_OP_implicit_pointer design/implementation in general
Let me try to summarize the implementation first. At the moment, there are two branches. 1. When an existing variable is optimized out and that variable is used to get the de-refereced value, pointed to by another pointer/reference variable. Such cases are being addressed using Dwarf expression DW_OP_implicit_pointer as de-referenced value of a pointer can be seen implicitly (using another
2017 Mar 07
0
Potential clue for Bug 16975 - lme fixed sigma - inconsistent REML estimation
...e pvalue # (Intercept) 0.9681890 0.06936208 13.958476 2.793443e-44 # as.factor(MajorArea)2 0.1327801 0.10300072 1.289119 1.973569e-01 # as.factor(MajorArea)3 0.2269462 0.09232981 2.457995 1.397151e-02 # as.factor(MajorArea)4 -0.2413011 0.08161707 -2.956503 3.111496e-03 # # $fit$refvar # [1] 0.01855022 # # $fit$goodness # loglike AIC BIC KIC AICc AICb1 AICb2 # 12.677478 -15.354956 -6.548956 -10.354956 NA NA NA # KICc KICb1 KICb2 nBootstrap # NA NA NA 0.000000 #Bug 16975 report fitting of FH...