Home
last modified time | relevance | path

Searched refs:Evaluated (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoplevel.ml40 print_string "Evaluated to ";
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml40 print_string "Evaluated to ";
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml40 print_string "Evaluated to ";
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoplevel.ml40 print_string "Evaluated to ";
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl4.rst273 fprintf(stderr, "Evaluated to %f\n", FP());
295 Evaluated to 9.000000
321 Evaluated to 24.000000
354 Evaluated to 0.841471
376 Evaluated to 1.000000
H A DLangImpl6.rst451 Evaluated to 0.000000
520 Evaluated to 0.000000
616 Evaluated to 0.000000
659 Evaluated to 0.000000
702 Evaluated to 0.000000
H A DOCamlLangImpl4.rst284 print_string "Evaluated to ";
306 Evaluated to 9.000000
331 Evaluated to 24.000000
358 Evaluated to 0.841471
373 Evaluated to 1.000000
835 print_string "Evaluated to ";
H A DOCamlLangImpl6.rst424 Evaluated to 0.000000
488 Evaluated to 0.000000
584 Evaluated to 0.000000
627 Evaluated to 0.000000
670 Evaluated to 0.000000
1354 print_string "Evaluated to ";
H A DOCamlLangImpl5.rst1281 print_string "Evaluated to ";
H A DOCamlLangImpl7.rst1633 print_string "Evaluated to ";
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp2051 return Eval->Evaluated.isUninit() ? nullptr : &Eval->Evaluated; in evaluateValue()
2065 bool Result = Init->EvaluateAsInitializer(Eval->Evaluated, getASTContext(), in evaluateValue()
2072 Eval->Evaluated = APValue(); in evaluateValue()
2073 else if (Eval->Evaluated.needsCleanup()) in evaluateValue()
2074 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()
2086 return Result ? &Eval->Evaluated : nullptr; in evaluateValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h661 APValue Evaluated; member
1080 return &Eval->Evaluated; in getEvaluatedValue()