Home
last modified time | relevance | path

Searched defs:Aggregate (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Modules/Inputs/merge-decl-context/
Da.h24 struct Aggregate { struct
25 int member;
/external/clang/test/Analysis/
Dcfg.cpp383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; struct
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp50 struct Aggregate {}; struct
/external/clang/test/Sema/
Dbuiltins.c129 struct Aggregate { int n; char c; }; struct
/external/guava/android/guava/src/com/google/common/collect/
DTreeMultiset.java129 private enum Aggregate { enum in TreeMultiset
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java131 private enum Aggregate { enum in TreeMultiset
/external/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto280 message Aggregate { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto306 message Aggregate { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto306 message Aggregate { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto306 message Aggregate { message
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto322 message Aggregate { message
/external/mesa3d/src/panfrost/lib/
Dgen_pack.py250 class Aggregate(object): class
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestCustomOptionsProto3.cs2390 public sealed partial class Aggregate : pb::IMessage<Aggregate> { class
2407 public Aggregate() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
2414 public Aggregate(Aggregate other) : this() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
/external/clang/lib/CodeGen/
DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1021 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue()
1039 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue()
2393 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue()
2400 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c938 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue()
956 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue()
2314 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue()
2321 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue()
/external/v8/src/logging/
Dcounters.h639 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc733 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
/external/clang/include/clang/AST/
DDeclCXX.h288 unsigned Aggregate : 1; member