Home
last modified time | relevance | path

Searched refs:TypeAlignment (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp977 BuiltinType *Ty = new (*this, TypeAlignment) BuiltinType(K); in InitBuiltinType()
2172 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals); in getExtQualType()
2337 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical); in getComplexType()
2365 PointerType *New = new (*this, TypeAlignment) PointerType(T, Canonical); in getPointerType()
2385 AT = new (*this, TypeAlignment) in getAdjustedType()
2425 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
2457 = new (*this, TypeAlignment) BlockPointerType(T, Canonical); in getBlockPointerType()
2496 = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, in getLValueReferenceType()
2533 = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); in getRValueReferenceType()
2564 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); in getMemberPointerType()
[all …]
DASTImporter.cpp1851 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType() enumerator
1854 return QualType(new (Importer.getToContext(), TypeAlignment) in VisitInjectedClassNameType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3091 unsigned TypeAlignment = in mergeConditionalStoreToAddress() local
3106 SI->setAlignment(Align(std::min(MaxAlignment, TypeAlignment))); in mergeConditionalStoreToAddress()
3110 SI->setAlignment(Align(TypeAlignment)); in mergeConditionalStoreToAddress()
/external/clang/include/clang/AST/
DType.h42 TypeAlignment = 1 << TypeAlignmentInBits enumerator
/external/clang/lib/Sema/
DSemaType.cpp5198 TypeAlignment); in CreateParsedType()
/external/clang/lib/Serialization/
DASTReader.cpp5584 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()