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

/external/clang/test/Sema/
H A Dbuiltins.c110 struct Aggregate { int n; char c; }; struct
143 F((struct Aggregate){0, 1});
/external/clang/lib/CodeGen/
H A DCGValue.h37 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
47 bool isAggregate() const { return V1.getInt() == Aggregate; }
87 // FIXME: Aggregate rvalues need to retain information about whether they are
93 ER.V1.setInt(Aggregate);
/external/libvpx/examples/includes/geshi/geshi/
H A Dtsql.php144 //Aggregate functions
/external/clang/lib/AST/
H A DDeclCXX.cpp42 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
120 data().Aggregate = false;
485 data().Aggregate = false;
624 data().Aggregate = false;
738 data().Aggregate = false;
805 data().Aggregate = false;
H A DASTImporter.cpp1815 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.h303 /// Aggregate - True when this class is an aggregate.
304 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1040 bool isAggregate() const { return data().Aggregate; }
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1079 Data.Aggregate = Record[Idx++];
H A DASTWriter.cpp4347 Record.push_back(Data.Aggregate);
/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 212 milliseconds