Searched defs:Aggregate (Results 1 - 10 of 10) sorted by relevance

/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/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/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/clang/lib/CodeGen/
H A DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
49 bool isAggregate() const { return V1.getInt() == Aggregate; }
89 // FIXME: Aggregate rvalues need to retain information about whether they are
95 ER.V1.setInt(Aggregate);
/external/clang/include/clang/AST/
H A DDeclCXX.h310 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
544 Aggregate = false;
1102 bool isAggregate() const { return data().Aggregate; }
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c882 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
894 result = LLVMConstExtractValue(Aggregate, idxs, size);
900 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
912 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
2247 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
2249 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
2254 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
2257 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/robolectric/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/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 415 milliseconds