HomeSort by relevance Sort by last modified time
    Searched defs:AType (Results 1 - 8 of 8) sorted by null

  /external/gptfdisk/
parttypes.h 21 struct AType {
29 AType* next;
30 }; // struct AType
35 static AType* allTypes; // Linked list holding all the data
36 static AType* lastType; // Pointer to last entry in the list
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 42 unsigned int AType : 4;
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 87 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
401 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
405 uint64_t NumArrayElements = AType->getNumElements();
    [all...]
CGExprConstant.cpp 768 llvm::ArrayType *AType =
770 llvm::Type *ElemTy = AType->getElementType();
772 unsigned NumElements = AType->getNumElements();
790 return llvm::ConstantAggregateZero::get(AType);
815 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
820 return llvm::ConstantArray::get(AType, Elts);
846 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType));
847 llvm::Type *ElemType = AType->getElementType();
850 unsigned NumElements = AType->getNumElements();
896 llvm::StructType *SType = llvm::StructType::get(AType->getContext()
    [all...]
CGException.cpp 843 llvm::ArrayType *AType =
850 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
    [all...]
CodeGenModule.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 116 ArrayType *AType =
120 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 182 milliseconds