Searched refs:Evaluated (Results 1 – 17 of 17) sorted by relevance
6 # CHECK: Evaluated to 0.00000013 # CHECK: Evaluated to 1.00000014 # CHECK: Evaluated to 0.000000
7 # CHECK: Evaluated to 0.0000008 # CHECK: Evaluated to 1.00000019 # CHECK: Evaluated to 0.000000
7 # CHECK: Evaluated to 5.00000012 # CHECK: Evaluated to 4.00000016 # CHECK: Evaluated to 5.000000
15 # CHECK: Evaluated to 55.000000
277 fprintf(stderr, "Evaluated to %f\n", FP());321 Evaluated to 9.000000347 Evaluated to 24.000000386 Evaluated to 3.000000396 Evaluated to 4.000000494 Evaluated to 3.000000498 Evaluated to 4.000000522 Evaluated to 0.841471544 Evaluated to 1.000000
469 Evaluated to 0.000000538 Evaluated to 0.000000634 Evaluated to 0.000000677 Evaluated to 0.000000720 Evaluated to 0.000000
284 print_string "Evaluated to ";306 Evaluated to 9.000000331 Evaluated to 24.000000358 Evaluated to 0.841471373 Evaluated to 1.000000835 print_string "Evaluated to ";
424 Evaluated to 0.000000488 Evaluated to 0.000000584 Evaluated to 0.000000627 Evaluated to 0.000000670 Evaluated to 0.0000001354 print_string "Evaluated to ";
1281 print_string "Evaluated to ";
1633 print_string "Evaluated to ";
40 print_string "Evaluated to ";
2133 return Eval->Evaluated.isUninit() ? nullptr : &Eval->Evaluated; in evaluateValue()2147 bool Result = Init->EvaluateAsInitializer(Eval->Evaluated, getASTContext(), in evaluateValue()2154 Eval->Evaluated = APValue(); in evaluateValue()2155 else if (Eval->Evaluated.needsCleanup()) in evaluateValue()2156 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()2168 return Result ? &Eval->Evaluated : nullptr; in evaluateValue()
48 <th>Evaluated as</th>
703 APValue Evaluated; member1133 return &Eval->Evaluated; in getEvaluatedValue()