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

/external/clang/test/Sema/
H A Dbuiltins.c124 struct Aggregate { int n; char c; }; struct
157 F((struct Aggregate){0, 1});
/external/clang/lib/CodeGen/
H A DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
88 // FIXME: Aggregate rvalues need to retain information about whether they are
94 ER.V1.setInt(Aggregate);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dtsql.php144 //Aggregate functions
/external/clang/lib/AST/
H A DDeclCXX.cpp40 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
131 data().Aggregate = false;
425 data().Aggregate = false;
513 data().Aggregate = false;
625 data().Aggregate = false;
696 data().Aggregate = false;
H A DASTImporter.cpp1937 ToData.Aggregate = FromData.Aggregate;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c722 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
734 result = LLVMConstExtractValue(Aggregate, idxs, size);
740 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
752 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
1931 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
1933 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
1938 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
1941 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/clang/include/clang/AST/
H A DDeclCXX.h300 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1037 bool isAggregate() const { return data().Aggregate; }
/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2405 const protobuf_unittest::Aggregate& file_options =
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1130 Data.Aggregate = Record[Idx++];
H A DASTWriter.cpp5040 Record.push_back(Data.Aggregate);
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 326 milliseconds