HomeSort by relevance Sort by last modified time
    Searched refs:Aggregate (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Sema/
builtins.c 124 struct Aggregate { int n; char c; };
157 F((struct Aggregate){0, 1});
  /external/clang/lib/CodeGen/
CGValue.h 36 /// address of an aggregate value in memory.
38 enum Flavor { Scalar, Complex, Aggregate };
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
64 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
66 assert(isAggregate() && "Not an aggregate!");
88 // FIXME: Aggregate rvalues need to retain information about whether they are
94 ER.V1.setInt(Aggregate);
330 /// An aggregate value slot.
361 /// This flag controls whether calls that produce the aggregate
387 /// ignored - Returns an aggregate value slot indicating that th
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 40 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
130 // An aggregate is [...] a class with [...] no base classes [...].
131 data().Aggregate = false;
134 // A POD-struct is an aggregate class...
424 // An aggregate is an array or a class with [...] no virtual functions.
425 data().Aggregate = false;
428 // A POD-struct is an aggregate class...
469 // A POD-struct is an aggregate class [...]
471 // type is technically an aggregate in C++0x since it wouldn't be in 03.
506 // An aggregate is an array or a class with no user-declare
    [all...]
ASTImporter.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 722 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate,
734 result = LLVMConstExtractValue(Aggregate, idxs, size);
740 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate,
752 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 295 /// Aggregate - True when this class is an aggregate.
296 bool Aggregate : 1;
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
guava-13.0.1.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
sqlite-jdbc-3.7.2.jar 
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 168 milliseconds