Searched defs:Aggregate (Results 1 - 5 of 5) 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/clang/include/clang/AST/
H A DDeclCXX.h302 /// Aggregate - True when this class is an aggregate.
303 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1041 bool isAggregate() const { return data().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);
1928 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
1930 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
1935 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
1938 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/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 417 milliseconds