Home
last modified time | relevance | path

Searched defs:Aggregate (Results 1 – 14 of 14) 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; }; argument
/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; }; argument
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java133 private enum Aggregate { enum in TreeMultiset
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java129 private enum Aggregate { enum in TreeMultiset
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto313 message Aggregate { message
/external/clang/lib/CodeGen/
DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c723 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue()
741 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue()
1929 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue()
1936 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue()
/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/
Dcounters.h638 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc693 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
/external/clang/include/clang/AST/
DDeclCXX.h288 unsigned Aggregate : 1; member