Home
last modified time | relevance | path

Searched defs:Aggregate (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dbuiltins.c124 struct Aggregate { int n; char c; }; argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotCommon.js157 WebInspector.HeapSnapshotCommon.Aggregate = function() class in WebInspector.HeapSnapshotCommon
/external/chromium_org/cc/surfaces/
Dsurface_aggregator.cc218 scoped_ptr<CompositorFrame> SurfaceAggregator::Aggregate(SurfaceId surface_id) { in Aggregate() function in cc::SurfaceAggregator
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto306 message Aggregate { message
/external/clang/lib/CodeGen/
DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c821 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue()
839 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue()
2112 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue()
2119 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue()
/external/clang/include/clang/AST/
DDeclCXX.h310 bool Aggregate : 1; member