Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp148 std::unique_ptr<PrototypeAST> Proto; member in __anon62d5820b0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in __anond751f30c0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp182 std::unique_ptr<PrototypeAST> Proto; member in __anon4bce640d0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h42 std::unique_ptr<PrototypeAST> Proto; variable
46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
H A Dtoy.cpp652 auto Proto = ParsePrototype(); in ParseDefinition() local
665 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp796 for (const PrototypeDescriptor &Proto : Prototype) { in computeTypes() local
808 PrototypeDescriptor Proto) { in computeRVVTypeHashValue()
820 PrototypeDescriptor Proto) { in computeType()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp227 std::unique_ptr<PrototypeAST> Proto; member in __anonc04ad50e0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp261 std::unique_ptr<PrototypeAST> Proto; member in __anon34c7460f0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in __anona943b7100111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anon6f160faf0111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anone39280b00111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anon580ef1b10111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in __anon1dc028110111::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
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp387 std::unique_ptr<PrototypeAST> Proto; member in __anon923c99120211::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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp146 std::string Proto; member in __anon3bd444da0111::Intrinsic
812 Intrinsic::Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy, in Intrinsic()
994 StringRef Proto = R->getValueAsString("Prototype"); in createIntrinsic() local
H A DNeonEmitter.cpp370 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic()
941 StringRef Intrinsic::getNextModifiers(StringRef Proto, unsigned &Pos) const { in getNextModifiers()
1952 std::string Proto = std::string(R->getValueAsString("Prototype")); in createIntrinsic() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp307 std::string &Proto) { in PrintConstructorInitializers()
580 std::string Proto = "explicit"; in printExplicitSpecifier() local
632 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
253 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) { in FindPropertyDeclaration() local
462 for (auto *Proto : all_referenced_protocols()) { in mergeClassExtensionProtocolList() local
/openbsd/gnu/llvm/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
1927 if (ObjCProtocolDecl *Proto = in DefaultSynthesizeProperties() local

123