Home
last modified time | relevance | path

Searched defs:Proto (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h564 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 Dtoy.cpp148 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 Dtoy.cpp172 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 Dtoy.cpp182 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 DKaleidoscopeJIT.h42 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 Ddrv0.c101 GNU_EFI_APPS_DRV0_PROTOCOL Proto; member
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp227 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 Dtoy.cpp261 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 Dtoy.cpp278 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 Dtoy.cpp283 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 Dtoy.cpp278 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 Dtoy.cpp278 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 Dtoy.cpp284 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 DRISCVVEmitter.cpp1050 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 DSveEmitter.cpp146 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 Dtoy-jit.cpp226 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 Dtoy.cpp227 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 Dtoy.cpp387 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 Dtoy-jit.cpp241 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 Dtoy.cpp248 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 Dtoy.cpp225 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 DDeclPrinter.cpp303 std::string &Proto) { in PrintConstructorInitializers()
579 std::string Proto = "explicit"; in printExplicitSpecifier() local
631 std::string Proto; in VisitFunctionDecl() local
H A DDeclObjC.cpp96 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 Dtoy.cpp267 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 DSemaObjCProperty.cpp108 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

123