HomeSort by relevance Sort by last modified time
    Searched refs:Aggregate (Results 1 - 14 of 14) 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),
119 // An aggregate is [...] a class with [...] no base classes [...].
120 data().Aggregate = false;
123 // A POD-struct is an aggregate class...
484 // An aggregate is an array or a class with [...] no virtual functions.
485 data().Aggregate = false;
488 // A POD-struct is an aggregate class...
618 // An aggregate is an array or a class with no user-declared
621 // An aggregate is an array or a class with no user-provided
624 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 303 /// Aggregate - True when this class is an aggregate.
304 bool Aggregate : 1;
    [all...]
  /tools/motodev/src/plugins/common/res/
androidjdbc.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/guava-tools/
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 320 milliseconds