/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 406 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 420 auto FI = FunctionProtos.find(Name); in getFunction() 421 if (FI != FunctionProtos.end()) in getFunction() 503 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 578 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 418 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 432 auto FI = FunctionProtos.find(Name); in getFunction() 433 if (FI != FunctionProtos.end()) in getFunction() 515 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 592 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 702 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 717 auto FI = FunctionProtos.find(Name); in getFunction() 718 if (FI != FunctionProtos.end()) in getFunction() 1129 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition() 1143 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern() 1154 FunctionProtos[FnAST->getName()] = in HandleTopLevelExpression() 1272 FunctionProtos["printExprResult"] = in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 713 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 728 auto FI = FunctionProtos.find(Name); in getFunction() 729 if (FI != FunctionProtos.end()) in getFunction() 1140 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition() 1155 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern() 1166 FunctionProtos[FnAST->getName()] = in HandleTopLevelExpression() 1287 FunctionProtos["printExprResult"] = in main()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 531 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 545 auto FI = FunctionProtos.find(Name); in getFunction() 546 if (FI != FunctionProtos.end()) in getFunction() 775 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 850 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 545 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 559 auto FI = FunctionProtos.find(Name); in getFunction() 560 if (FI != FunctionProtos.end()) in getFunction() 789 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 866 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 689 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 704 auto FI = FunctionProtos.find(Name); in getFunction() 705 if (FI != FunctionProtos.end()) in getFunction() 1116 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition() 1131 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern() 1142 FunctionProtos[FnAST->getName()] = in HandleTopLevelExpression()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 680 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 695 auto FI = FunctionProtos.find(Name); in getFunction() 696 if (FI != FunctionProtos.end()) in getFunction() 1107 FunctionProtos[FnAST->getProto().getName()] = in HandleDefinition() 1121 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern() 1132 FunctionProtos[FnAST->getName()] = in HandleTopLevelExpression()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 637 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 651 auto FI = FunctionProtos.find(Name); in getFunction() 652 if (FI != FunctionProtos.end()) in getFunction() 901 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 985 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 622 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 636 auto FI = FunctionProtos.find(Name); in getFunction() 637 if (FI != FunctionProtos.end()) in getFunction() 886 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 968 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 704 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 718 auto FI = FunctionProtos.find(Name); in getFunction() 719 if (FI != FunctionProtos.end()) in getFunction() 1055 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 704 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 718 auto FI = FunctionProtos.find(Name); in getFunction() 719 if (FI != FunctionProtos.end()) in getFunction() 1055 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 692 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 706 auto FI = FunctionProtos.find(Name); in getFunction() 707 if (FI != FunctionProtos.end()) in getFunction() 1043 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 692 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 706 auto FI = FunctionProtos.find(Name); in getFunction() 707 if (FI != FunctionProtos.end()) in getFunction() 1043 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 692 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 706 auto FI = FunctionProtos.find(Name); in getFunction() 707 if (FI != FunctionProtos.end()) in getFunction() 1043 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 704 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 718 auto FI = FunctionProtos.find(Name); in getFunction() 719 if (FI != FunctionProtos.end()) in getFunction() 1055 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/docs/tutorial/ |
D | LangImpl04.rst | 416 auto FI = FunctionProtos.find(Name); 417 if (FI != FunctionProtos.end()) 433 // Transfer ownership of the prototype to the FunctionProtos map, but keep a 436 FunctionProtos[Proto->getName()] = std::move(Proto); 442 To enable this, we'll start by adding a new global, ``FunctionProtos``, that 446 declaration, falling back to generating a new declaration from FunctionProtos if 449 update the FunctionProtos map first, then call ``getFunction()``. With this 476 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); 486 add the prototype to FunctionProtos.
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 710 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 724 auto FI = FunctionProtos.find(Name); in getFunction() 725 if (FI != FunctionProtos.end()) in getFunction() 1061 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1155 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 709 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 723 auto FI = FunctionProtos.find(Name); in getFunction() 724 if (FI != FunctionProtos.end()) in getFunction() 1060 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1132 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 688 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 702 auto FI = FunctionProtos.find(Name); in getFunction() 703 if (FI != FunctionProtos.end()) in getFunction() 1039 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1109 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 693 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 707 auto FI = FunctionProtos.find(Name); in getFunction() 708 if (FI != FunctionProtos.end()) in getFunction() 1044 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1134 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl04.rst | 443 auto FI = FunctionProtos.find(Name); 444 if (FI != FunctionProtos.end()) 460 // Transfer ownership of the prototype to the FunctionProtos map, but keep a 463 FunctionProtos[Proto->getName()] = std::move(Proto); 469 To enable this, we'll start by adding a new global, ``FunctionProtos``, that 473 declaration, falling back to generating a new declaration from FunctionProtos if 476 update the FunctionProtos map first, then call ``getFunction()``. With this 505 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); 515 add the prototype to FunctionProtos.
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 862 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 876 auto FI = FunctionProtos.find(Name); in getFunction() 877 if (FI != FunctionProtos.end()) in getFunction() 1227 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1337 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 862 static std::map<std::string, std::unique_ptr<PrototypeAST>> FunctionProtos; variable 876 auto FI = FunctionProtos.find(Name); in getFunction() 877 if (FI != FunctionProtos.end()) in getFunction() 1227 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen() 1337 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.proto | 5 option java_outer_classname = "FunctionProtos";
|