Home
last modified time | relevance | path

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

123

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp154 std::unique_ptr<PrototypeAST> Proto; member in __anonbd0c0ea10111::FunctionAST
158 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
350 auto Proto = ParsePrototype(); in ParseDefinition() local
363 auto Proto = helper::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/v8/test/mjsunit/regress/
Dregress-crbug-571517.js6 function Proto() { this.proto = "proto"; } class
/external/clang/test/CodeGenObjC/
Dproperty-category-impl.m7 @protocol Proto protocol
Dinstance-method-metadata.m12 @protocol Proto protocol
Dsuper-message-fragileabi.m5 @protocol Proto protocol
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp155 std::unique_ptr<PrototypeAST> Proto; member in __anon31887fa20111::FunctionAST
159 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
353 auto Proto = ParsePrototype(); in ParseDefinition() local
366 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp161 std::unique_ptr<PrototypeAST> Proto; member in __anona604f0a30111::FunctionAST
165 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
359 auto Proto = ParsePrototype(); in ParseDefinition() local
372 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/clang/test/Index/
Dc-index-getCursor-test.m23 @protocol Proto protocol
Dc-index-api-loadTU-test.m25 @protocol Proto protocol
Dannotate-tokens.m85 @protocol Proto @end protocol
/external/clang/test/SemaObjC/
Dcontinuation-class-err.m19 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp203 std::unique_ptr<PrototypeAST> Proto; member in __anon1a8161a40111::FunctionAST
207 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
483 auto Proto = ParsePrototype(); in ParseDefinition() local
496 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp236 std::unique_ptr<PrototypeAST> Proto; member in __anon8efdd2a50111::FunctionAST
240 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
574 auto Proto = ParsePrototype(); in ParseDefinition() local
587 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp255 std::unique_ptr<PrototypeAST> Proto; member in __anon037a43a60111::FunctionAST
259 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
644 auto Proto = ParsePrototype(); in ParseDefinition() local
657 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp386 std::unique_ptr<PrototypeAST> Proto; member in __anon77f6b4a70211::FunctionAST
390 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
788 auto Proto = ParsePrototype(); in ParseDefinition() local
802 auto Proto = llvm::make_unique<PrototypeAST>(FnLoc, "__anon_expr", in ParseTopLevelExpr() local
/external/clang/test/FixIt/
Dtypo.m131 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
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
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
/external/clang/lib/AST/
DItaniumCXXABI.cpp62 const FunctionProtoType *Proto = in getManglingNumber() local
DMangle.cpp165 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT); in mangleName() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
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
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
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
/external/clang/lib/Sema/
DSemaObjCProperty.cpp111 ObjCProtocolDecl *Proto, in CheckPropertyAgainstProtocol()
270 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); in ActOnProperty() local
872 for (const auto *Proto : OrigClass->all_referenced_protocols()) { in hasWrittenStorageAttribute() local
1668 if (ObjCProtocolDecl *Proto = in DefaultSynthesizeProperties() local
/external/vulkan-validation-layers/
Dvulkan.py76 class Proto(object): class

123