/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.h | 71 struct Proto { struct 84 void MergeFrom(const Proto& other); argument 93 bool GenerateProto(const FtraceEvent& format, Proto* proto_out); argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetGeneratorTest.cpp | 84 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 102 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 119 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 133 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 148 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 165 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 182 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local 205 const SnippetPrototype Proto = checkAndGetConfigurations(Opcode); in TEST_F() local
|
/external/libprotobuf-mutator/src/libfuzzer/ |
D | libfuzzer_macro.h | 37 #define DEFINE_CUSTOM_PROTO_MUTATOR_IMPL(use_binary, Proto) \ argument 45 #define DEFINE_CUSTOM_PROTO_CROSSOVER_IMPL(use_binary, Proto) \ argument 56 #define DEFINE_TEST_ONE_PROTO_INPUT_IMPL(use_binary, Proto) \ argument
|
/external/lua/src/ |
D | lobject.h | 407 typedef struct Proto { struct 422 struct Proto **p; /* functions defined inside the function */ argument 429 } Proto; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 149 std::unique_ptr<PrototypeAST> Proto; member in __anonbdfa87c10111::FunctionAST 153 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 346 auto Proto = ParsePrototype(); in ParseDefinition() local 359 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 155 std::unique_ptr<PrototypeAST> Proto; member in __anon4c6422690111::FunctionAST 159 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 351 auto Proto = ParsePrototype(); in ParseDefinition() local 364 auto Proto = helper::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 43 std::unique_ptr<PrototypeAST> Proto; variable 47 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/clang/test/CodeGenObjC/ |
D | property-category-impl.m | 7 @protocol Proto protocol
|
D | instance-method-metadata.m | 12 @protocol Proto protocol
|
D | super-message-fragileabi.m | 5 @protocol Proto protocol
|
D | metadata-class-properties.m | 37 @protocol Proto protocol
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 51 std::unique_ptr<PrototypeAST> Proto; variable 55 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/clang/test/Rewriter/ |
D | static-type-protocol-1.m | 3 @protocol Proto protocol
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 45 std::unique_ptr<PrototypeAST> Proto; variable 49 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 53 std::unique_ptr<PrototypeAST> Proto; variable 57 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 172 std::unique_ptr<PrototypeAST> Proto; member in __anon3276f8c20111::FunctionAST 176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 372 auto Proto = ParsePrototype(); in ParseDefinition() local 385 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 163 std::unique_ptr<PrototypeAST> Proto; member in __anonc0e0936a0111::FunctionAST 167 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 361 auto Proto = ParsePrototype(); in ParseDefinition() local 374 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumValueDescriptor.cs | 53 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
|
D | ServiceDescriptor.cs | 61 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
|
D | MethodDescriptor.cs | 79 internal MethodDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.MethodDescriptor
|
D | EnumDescriptor.cs | 68 internal EnumDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumDescriptor
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 130 PrototypeAST *Proto; member in FunctionAST 308 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local 320 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 182 std::unique_ptr<PrototypeAST> Proto; member in __anona6f369c30111::FunctionAST 186 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 382 auto Proto = ParsePrototype(); in ParseDefinition() local 395 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 172 std::unique_ptr<PrototypeAST> Proto; member in __anon355d046b0111::FunctionAST 176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 370 auto Proto = ParsePrototype(); in ParseDefinition() local 383 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/clang/test/Index/ |
D | c-index-getCursor-test.m | 23 @protocol Proto protocol
|