Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 25 of 35) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp50 struct Aggregate {}; struct
68 test_false<void(Aggregate::*)(int) const>(); in main()
69 test_false<Aggregate&>(); in main()
74 test_true<Aggregate>(); in main()
75 test_true<Aggregate[]>(); in main()
76 test_true<Aggregate[42][101]>(); in main()
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto313 message Aggregate { message
318 optional Aggregate sub = 3;
323 optional Aggregate nested = 15476903;
330 // Allow Aggregate to be used as an option at all possible locations
332 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; }
333 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
334 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
335 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
336 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
337 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
[all …]
/external/clang/test/Analysis/
Dcfg.cpp383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; argument
418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)}; in test_lifetime_extended_temporaries()
/external/clang/test/Modules/
Dmerge-decl-context.cpp36 static_assert(Aggregate{.member = 1}.member == 1, "");
/external/clang/test/Sema/
Dbuiltins.c129 struct Aggregate { int n; char c; }; argument
162 F((struct Aggregate){0, 1}); in test17()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java129 private enum Aggregate { enum in TreeMultiset
157 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries()
169 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateBelowRange()
191 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateAboveRange()
215 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size()
220 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
/external/clang/test/Modules/Inputs/merge-decl-context/
Da.h24 struct Aggregate { struct
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java133 private enum Aggregate { enum in TreeMultiset
161 private long aggregateForEntries(Aggregate aggr) { in aggregateForEntries()
173 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateBelowRange()
195 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) { in aggregateAboveRange()
219 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE)); in size()
224 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT)); in distinctElements()
/external/clang/lib/CodeGen/
DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator
53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
109 ER.V1.setInt(Aggregate);
/external/clang/lib/AST/
DDeclCXX.cpp50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
148 data().Aggregate = false; in setBases()
198 data().Aggregate = false; in setBases()
233 data().Aggregate = false; in setBases()
249 data().Aggregate = false; in setBases()
465 data().Aggregate = false; in addedMember()
562 data().Aggregate = false; in addedMember()
675 data().Aggregate = false; in addedMember()
770 data().Aggregate = false; in addedMember()
/external/compiler-rt/lib/lsan/
Dlsan_flags.inc24 "Aggregate two objects into one leak if this many stack frames match. If "
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c723 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument
735 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue()
741 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument
753 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
1929 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument
1931 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue()
1936 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument
1939 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c938 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument
950 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue()
956 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument
968 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
2314 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument
2316 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue()
2321 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument
2324 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/external/v8/src/
Dcounters.h407 double Aggregate(double current_ms, double current_value);
446 sample_value = Aggregate(end_ms, end_value); in AddSample()
466 ? Aggregate(current_ms, current_value) in AddSample()
476 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCallingConv.td115 // Aggregate by value arguments are always placed in the local variable space
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc386 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
/external/llvm/docs/
DLexicon.rst92 First Class Aggregate
/external/clang/include/clang/AST/
DDeclCXX.h288 unsigned Aggregate : 1; member
541 Aggregate = false; in LambdaDefinitionData()
1107 bool isAggregate() const { return data().Aggregate; } in isAggregate()
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td201 // Aggregate by value arguments are always placed in the local variable space
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td195 // Aggregate returns are positioned at the lowest address in the slot for
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME238 Aggregate Types
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME238 Aggregate Types
/external/python/cpython3/Modules/_ctypes/libffi_osx/
DREADME238 Aggregate Types
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
DREADME238 Aggregate Types
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1466 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData()
1595 MATCH_FIELD(Aggregate) in MergeDefinitionData()

12