Searched refs:Evaluated (Results 1 – 22 of 22) 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
278 fprintf(stderr, "Evaluated to %f\n", FP());322 Evaluated to 9.000000348 Evaluated to 24.000000387 Evaluated to 3.000000397 Evaluated to 4.000000495 Evaluated to 3.000000499 Evaluated to 4.000000523 Evaluated to 0.841471545 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 ";
2154 return Eval->Evaluated.isUninit() ? nullptr : &Eval->Evaluated; in evaluateValue()2168 bool Result = Init->EvaluateAsInitializer(Eval->Evaluated, getASTContext(), in evaluateValue()2175 Eval->Evaluated = APValue(); in evaluateValue()2176 else if (Eval->Evaluated.needsCleanup()) in evaluateValue()2177 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()2189 return Result ? &Eval->Evaluated : nullptr; in evaluateValue()2195 return &Eval->Evaluated; in getEvaluatedValue()
48 <th>Evaluated as</th>
249 ### Controlling When Expression are Evaluated386 ### Controlling How Expressions Are Evaluated775 tensor. See "Controlling when Expression are Evaluated" for more details about
763 APValue Evaluated; member