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

  /external/clang/test/Sema/
builtins.c 110 struct Aggregate { int n; char c; };
143 F((struct Aggregate){0, 1});
  /sdk/traceview/src/com/android/traceview/
Selection.java 68 Highlight, Include, Exclude, Aggregate
  /external/clang/lib/CodeGen/
CGValue.h 35 /// address of an aggregate value in memory.
37 enum Flavor { Scalar, Complex, Aggregate };
47 bool isAggregate() const { return V1.getInt() == Aggregate; }
63 /// getAggregateAddr() - Return the Value* of the address of the aggregate.
65 assert(isAggregate() && "Not an aggregate!");
87 // FIXME: Aggregate rvalues need to retain information about whether they are
93 ER.V1.setInt(Aggregate);
313 /// An aggregate value slot.
344 /// This flag controls whether calls that produce the aggregate
358 /// ignored - Returns an aggregate value slot indicating that th
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 42 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
113 // An aggregate is [...] a class with [...] no base classes [...].
114 data().Aggregate = false;
117 // A POD-struct is an aggregate class...
490 // An aggregate is an array or a class with [...] no virtual functions.
491 data().Aggregate = false;
494 // A POD-struct is an aggregate class...
634 // An aggregate is an array or a class with no user-declared
637 // An aggregate is an array or a class with no user-provided
640 data().Aggregate = false
    [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 302 /// Aggregate - True when this class is an aggregate.
303 bool Aggregate : 1;
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 5029 milliseconds