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

  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 42 unsigned int AType : 4;
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 764 llvm::ArrayType *AType =
766 llvm::Type *ElemTy = AType->getElementType();
768 unsigned NumElements = AType->getNumElements();
806 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
811 return llvm::ConstantArray::get(AType, Elts);
    [all...]
CGExprAgg.cpp 84 void EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
382 void AggExprEmitter::EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType,
386 uint64_t NumArrayElements = AType->getNumElements();
    [all...]
CGException.cpp 844 llvm::ArrayType *AType =
851 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 92 SymbolRef::Type AType, BType;
93 A.getType(AType);
97 if (AType != SymbolRef::ST_Function)
  /external/clang/lib/Sema/
SemaInit.cpp 398 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
399 ElementType = AType->getElementType();
400 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 111 ArrayType *AType =
115 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 246 milliseconds