Searched refs:AType (Results 1 - 13 of 13) sorted by relevance

/external/gptfdisk/
H A Dparttypes.h21 struct AType { struct
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
H A Dparttypes.cc22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
56 AType* tempType;
239 AType* tempType;
242 tempType = new AType;
288 AType* theItem = allTypes;
315 AType* theItem = allTypes;
336 AType* theItem = allTypes;
361 AType* theItem = allTypes;
388 AType* thisTyp
[all...]
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c42 unsigned int AType : 4; member in struct:_Key::__anon2046
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp781 llvm::ArrayType *AType =
783 llvm::Type *ElemTy = AType->getElementType();
785 unsigned NumElements = AType->getNumElements();
803 return llvm::ConstantAggregateZero::get(AType);
828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
833 return llvm::ConstantArray::get(AType, Elts);
859 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType)); local
860 llvm::Type *ElemType = AType->getElementType();
863 unsigned NumElements = AType->getNumElements();
909 llvm::StructType *SType = llvm::StructType::get(AType
[all...]
H A DCGExprAgg.cpp87 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
402 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType, argument
406 uint64_t NumArrayElements = AType->getNumElements();
1159 auto AType = cast<llvm::ArrayType>(Dest.getAddress().getElementType()); local
1160 EmitArrayInit(Dest.getAddress(), AType, elementType, E);
H A DCGException.cpp845 llvm::ArrayType *AType = local
852 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
H A DCodeGenModule.cpp3394 auto *AType = cast<llvm::ArrayType>(getTypes().ConvertType(E->getType())); local
3395 llvm::Type *ElemTy = AType->getElementType();
3396 unsigned NumElements = AType->getNumElements();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAutoUpgrade.cpp491 ArrayType *AType = local
495 LPI->addClause(ConstantArray::get(AType, TyInfo));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7525 EVT AType = N2.getValueType(); local
7526 if (XType.bitsGE(AType)) {
7538 if (XType.bitsGT(AType)) {
7539 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
7543 return DAG.getNode(ISD::AND, DL, AType, Shift, N2);
7552 if (XType.bitsGT(AType)) {
7553 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
7557 return DAG.getNode(ISD::AND, DL, AType, Shift, N2);
/external/clang/lib/Sema/
H A DSemaInit.cpp687 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
688 ElementType = AType->getElementType();
689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
2662 if (const ArrayType *AType
2664 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14260 EVT AType = N2.getValueType(); local
14261 if (XType.bitsGE(AType)) {
14273 if (XType.bitsGT(AType)) {
14274 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
14278 return DAG.getNode(ISD::AND, DL, AType, Shift, N2);
14288 if (XType.bitsGT(AType)) {
14289 Shift = DAG.getNode(ISD::TRUNCATE, DL, AType, Shift);
14293 return DAG.getNode(ISD::AND, DL, AType, Shift, N2);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp196 SymbolRef::Type AType = *ATypeOrErr; local
206 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue();
/external/clang/lib/Serialization/
H A DASTReader.cpp5208 Deserializing AType(this);

Completed in 1253 milliseconds