Searched refs:Aggregate (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/Modules/
H A Dmerge-decl-context.cpp36 static_assert(Aggregate{.member = 1}.member == 1, "");
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_aggregate.pass.cpp50 struct Aggregate {}; struct
68 test_false<void(Aggregate::*)(int) const>();
69 test_false<Aggregate&>();
74 test_true<Aggregate>();
75 test_true<Aggregate[]>();
76 test_true<Aggregate[42][101]>();
/external/clang/test/Modules/Inputs/merge-decl-context/
H A Da.h24 struct Aggregate { struct
/external/skia/tools/lua/
H A Dngrams_aggregate.lua1 -- Aggregate the output from ngrams.lua.
/external/skqp/tools/lua/
H A Dngrams_aggregate.lua1 -- Aggregate the output from ngrams.lua.
/external/clang/test/Analysis/
H A Dcfg.cpp383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; struct
418 Aggregate a{LifetimeExtend(4), LifetimeExtend(4)};
/external/clang/test/Sema/
H A Dbuiltins.c129 struct Aggregate { int n; char c; }; struct
162 F((struct Aggregate){0, 1});
/external/clang/lib/CodeGen/
H A DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
53 bool isAggregate() const { return V1.getInt() == Aggregate; }
103 // FIXME: Aggregate rvalues need to retain information about whether they are
109 ER.V1.setInt(Aggregate);
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java133 private enum Aggregate { enum in class:TreeMultiset
161 private long aggregateForEntries(Aggregate aggr) {
173 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) {
195 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) {
219 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE));
224 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java129 private enum Aggregate { enum in class:TreeMultiset
157 private long aggregateForEntries(Aggregate aggr) {
169 private long aggregateBelowRange(Aggregate aggr, @Nullable AvlNode<E> node) {
191 private long aggregateAboveRange(Aggregate aggr, @Nullable AvlNode<E> node) {
215 return Ints.saturatedCast(aggregateForEntries(Aggregate.SIZE));
220 return Ints.saturatedCast(aggregateForEntries(Aggregate.DISTINCT));
/external/clang/lib/AST/
H A DDeclCXX.cpp50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
148 data().Aggregate = false;
198 data().Aggregate = false;
233 data().Aggregate = false;
249 data().Aggregate = false;
465 data().Aggregate = false;
562 data().Aggregate = false;
675 data().Aggregate = false;
770 data().Aggregate = false;
H A DASTImporter.cpp2118 ToData.Aggregate = FromData.Aggregate;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c938 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
950 result = LLVMConstExtractValue(Aggregate, idxs, size);
956 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
968 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
2314 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
2316 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
2321 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
2324 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c723 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
735 result = LLVMConstExtractValue(Aggregate, idxs, size);
741 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
753 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
1929 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
1931 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
1936 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
1939 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/v8/src/
H A Dcounters.h407 double Aggregate(double current_ms, double current_value);
446 sample_value = Aggregate(end_ms, end_value);
466 ? Aggregate(current_ms, current_value)
476 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, function in class:v8::internal::AggregatedMemoryHistogram
/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc386 OPDEF_PROPERTY_HELPER(Aggregate, aggregate)
/external/clang/include/clang/AST/
H A DDeclCXX.h288 unsigned Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
541 Aggregate = false;
1107 bool isAggregate() const { return data().Aggregate; }
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1466 Data.Aggregate = Record[Idx++];
1595 MATCH_FIELD(Aggregate)
H A DASTWriter.cpp5478 Record->push_back(Data.Aggregate);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3141 const protobuf_unittest::Aggregate& file_options =
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 789 milliseconds

12