Home
last modified time | relevance | path

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

12345

/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.h71 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/
DSnippetGeneratorTest.cpp84 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/
Dlibfuzzer_macro.h37 #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/
Dlobject.h407 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/
Dtoy.cpp149 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/
Dtoy.cpp155 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/
DKaleidoscopeJIT.h43 std::unique_ptr<PrototypeAST> Proto; variable
47 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/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
Dmetadata-class-properties.m37 @protocol Proto protocol
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h51 std::unique_ptr<PrototypeAST> Proto; variable
55 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h45 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/
DKaleidoscopeJIT.h53 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/
Dtoy.cpp172 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/
Dtoy.cpp163 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/
DEnumValueDescriptor.cs53 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs61 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs79 internal MethodDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.MethodDescriptor
DEnumDescriptor.cs68 internal EnumDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumDescriptor
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
Dtoy.cpp130 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/
Dtoy.cpp182 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/
Dtoy.cpp172 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/
Dc-index-getCursor-test.m23 @protocol Proto protocol

12345