Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp148 std::unique_ptr<PrototypeAST> Proto; member in __anond1e021b10111::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
/llvm-project/clang/test/CodeGenObjC/
H A Dinstance-method-metadata.m9 @protocol Proto protocol
H A Dproperty-category-impl.m5 @protocol Proto protocol
H A Dsuper-message-fragileabi.m5 @protocol Proto protocol
H A Dmetadata-class-properties.m37 @protocol Proto protocol
/llvm-project/clang/test/Rewriter/
H A Dstatic-type-protocol-1.m3 @protocol Proto protocol
/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in __anon465c92b20111::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
/llvm-project/clang/test/Index/
H A Dc-index-getCursor-test.m23 @protocol Proto protocol
H A Dc-index-api-loadTU-test.m25 @protocol Proto protocol
H A Dannotate-tokens.m82 @protocol Proto @end protocol
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp186 std::unique_ptr<PrototypeAST> Proto; member in __anonbad903b30111::FunctionAST
190 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
386 auto Proto = ParsePrototype(); in ParseDefinition() local
399 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h42 std::unique_ptr<PrototypeAST> Proto; variable
46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/llvm-project/clang/test/SemaObjC/
H A Dcontinuation-class-err.m19 @protocol Proto protocol
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp925 for (const PrototypeDescriptor &Proto : Prototype) { in computeTypes() local
937 PrototypeDescriptor Proto) { in computeRVVTypeHashValue() argument
949 PrototypeDescriptor Proto) { in computeType() argument
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp231 std::unique_ptr<PrototypeAST> Proto; member in __anon2f5574b40111::FunctionAST
235 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
513 auto Proto = ParsePrototype(); in ParseDefinition() local
526 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp265 std::unique_ptr<PrototypeAST> Proto; member in __anona3d1e5b50111::FunctionAST
269 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
605 auto Proto = ParsePrototype(); in ParseDefinition() local
618 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DSocketTestUtilities.cpp94 CheckIPSupport(llvm::StringRef Proto,llvm::StringRef Addr) CheckIPSupport() argument
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anoncdd06d150111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
669 auto Proto = ParsePrototype(); in ParseDefinition() local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anon424cde160111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
669 auto Proto = ParsePrototype(); in ParseDefinition() local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anonb6c94f170111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
669 auto Proto = ParsePrototype(); in ParseDefinition() local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp287 std::unique_ptr<PrototypeAST> Proto; member in __anon184e56b60111::FunctionAST
291 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
678 auto Proto = ParsePrototype(); in ParseDefinition() local
691 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in __anon8ccac7b70111::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
/llvm-project/clang/test/FixIt/
H A Dtypo.m129 @protocol Proto protocol
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp387 std::unique_ptr<PrototypeAST> Proto; member in __anon014738b80211::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, "main", in ParseTopLevelExpr() local
/llvm-project/clang/test/AST/
H A Dast-dump-expr-json.m41 @protocol Proto protocol

1234