/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_aggregate.pass.cpp | 50 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/ |
D | unittest_custom_options.proto | 313 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/ |
D | cfg.cpp | 383 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/ |
D | merge-decl-context.cpp | 36 static_assert(Aggregate{.member = 1}.member == 1, "");
|
/external/clang/test/Sema/ |
D | builtins.c | 129 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/ |
D | TreeMultiset.java | 129 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/ |
D | a.h | 24 struct Aggregate { struct
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeMultiset.java | 133 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/ |
D | CGValue.h | 39 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/ |
D | DeclCXX.cpp | 50 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/ |
D | lsan_flags.inc | 24 "Aggregate two objects into one leak if this many stack frames match. If "
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 723 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/ |
D | llvm_ocaml.c | 938 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/ |
D | counters.h | 407 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/ |
D | PPCCallingConv.td | 115 // Aggregate by value arguments are always placed in the local variable space
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 386 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
|
/external/llvm/docs/ |
D | Lexicon.rst | 92 First Class Aggregate
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 288 unsigned Aggregate : 1; member 541 Aggregate = false; in LambdaDefinitionData() 1107 bool isAggregate() const { return data().Aggregate; } in isAggregate()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 201 // Aggregate by value arguments are always placed in the local variable space
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 195 // Aggregate returns are positioned at the lowest address in the slot for
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | README | 238 Aggregate Types
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | README | 238 Aggregate Types
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | README | 238 Aggregate Types
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | README | 238 Aggregate Types
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1466 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData() 1595 MATCH_FIELD(Aggregate) in MergeDefinitionData()
|