/netbsd-src/external/mit/lua/dist/src/ |
H A D | lobject.h | 564 typedef struct Proto { struct 580 struct Proto **p; /* functions defined inside the function */ argument 587 } Proto; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/ |
H A D | toy.cpp | 148 std::unique_ptr<PrototypeAST> Proto; member in __anon80faa5c90111::FunctionAST 152 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 345 auto Proto = ParsePrototype(); in ParseDefinition() local 358 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 172 std::unique_ptr<PrototypeAST> Proto; member in __anonf57716ca0111::FunctionAST 176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 372 auto Proto = ParsePrototype(); in ParseDefinition() local 385 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 182 std::unique_ptr<PrototypeAST> Proto; member in __anon69f387cb0111::FunctionAST 186 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 382 auto Proto = ParsePrototype(); in ParseDefinition() local 395 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 42 std::unique_ptr<PrototypeAST> Proto; variable 46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | drv0.c | 101 GNU_EFI_APPS_DRV0_PROTOCOL Proto; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 227 std::unique_ptr<PrototypeAST> Proto; member in __anonde6ff8cc0111::FunctionAST 231 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 509 auto Proto = ParsePrototype(); in ParseDefinition() local 522 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 261 std::unique_ptr<PrototypeAST> Proto; member in __anon52ec69cd0111::FunctionAST 265 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 601 auto Proto = ParsePrototype(); in ParseDefinition() local 614 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 278 std::unique_ptr<PrototypeAST> Proto; member in __anon4bdfba2f0111::FunctionAST 282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 669 auto Proto = ParsePrototype(); in ParseDefinition() local 682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 283 std::unique_ptr<PrototypeAST> Proto; member in __anonc768dace0111::FunctionAST 287 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 674 auto Proto = ParsePrototype(); in ParseDefinition() local 687 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 278 std::unique_ptr<PrototypeAST> Proto; member in __anond763492e0111::FunctionAST 282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 669 auto Proto = ParsePrototype(); in ParseDefinition() local 682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 278 std::unique_ptr<PrototypeAST> Proto; member in __anon62e6d82d0111::FunctionAST 282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 669 auto Proto = ParsePrototype(); in ParseDefinition() local 682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 284 std::unique_ptr<PrototypeAST> Proto; member in __anon3be54bcf0111::FunctionAST 288 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 675 auto Proto = ParsePrototype(); in ParseDefinition() local 688 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 1050 parsePrototypes(Prototypes, [&](StringRef Proto) { in getSuffixStr() 1088 parsePrototypes(Prototypes, [&ProtoSeq](StringRef Proto) { in createRVVIntrinsics() 1141 for (const std::string &Proto : PrototypeSeq) { in computeTypes() local 1152 StringRef Proto) { in computeType()
|
H A D | SveEmitter.cpp | 146 std::string Proto; member in __anon47288a980111::Intrinsic 812 Intrinsic::Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy, in Intrinsic() 994 StringRef Proto = R->getValueAsString("Prototype"); in createIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 226 PrototypeAST *Proto; member in FunctionAST 581 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 593 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
H A D | toy.cpp | 227 PrototypeAST *Proto; member in FunctionAST 582 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 594 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 387 std::unique_ptr<PrototypeAST> Proto; member in __anonb061bcd00211::FunctionAST 391 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 789 auto Proto = ParsePrototype(); in ParseDefinition() local 803 auto Proto = std::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 241 PrototypeAST *Proto; member in FunctionAST 596 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 608 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
H A D | toy.cpp | 248 PrototypeAST *Proto; member in FunctionAST 603 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 615 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 225 PrototypeAST *Proto; member in FunctionAST 580 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 592 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 303 std::string &Proto) { in PrintConstructorInitializers() 579 std::string Proto = "explicit"; in printExplicitSpecifier() local 631 std::string Proto; in VisitFunctionDecl() local
|
H A D | DeclObjC.cpp | 96 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) { in getMethod() local 158 for (const auto *Proto : ID->all_referenced_protocols()) in HasUserDeclaredSetterMethod() local 183 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(DC)) { in findPropertyDecl() local 241 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) { in FindPropertyDeclaration() local 453 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 267 PrototypeAST *Proto; member in FunctionAST 622 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 634 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 108 ObjCProtocolDecl *Proto, in CheckPropertyAgainstProtocol() 262 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); in ActOnProperty() local 1037 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute() local 1930 if (ObjCProtocolDecl *Proto = in DefaultSynthesizeProperties() local
|