Searched refs:TypeAlignment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2887 AT = new (*this, TypeAlignment) in getAdjustedType() 3294 = new (*this, TypeAlignment) in getDependentSizedArrayType() 3340 = new (*this, TypeAlignment) in getDependentSizedArrayType() 3499 New = new (*this, TypeAlignment) in getDependentSizedExtVectorType() 3505 New = new (*this, TypeAlignment) in getDependentSizedExtVectorType() 3517 New = new (*this, TypeAlignment) in getDependentSizedExtVectorType() 3554 = new (*this, TypeAlignment) in getDependentAddressSpaceType() 3940 type = new (*this, TypeAlignment) in getAttributedType() 4382 T = new (*this, TypeAlignment) in getPackExpansionType() 4808 dt = new (*this, TypeAlignment) in getDecltypeType() [all …]
|
| H A D | ASTImporter.cpp | 1323 TypeAlignment = 1 << TypeAlignmentInBits in VisitInjectedClassNameType() enumerator 1326 return QualType(new (Importer.getToContext(), TypeAlignment) in VisitInjectedClassNameType()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3036 unsigned TypeAlignment = in mergeConditionalStoreToAddress() local 3051 SI->setAlignment(std::min(MaxAlignment, TypeAlignment)); in mergeConditionalStoreToAddress() 3055 SI->setAlignment(TypeAlignment); in mergeConditionalStoreToAddress()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 67 TypeAlignment = 1 << TypeAlignmentInBits enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5707 TypeAlignment); in CreateParsedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6275 T = new (Context, TypeAlignment) InjectedClassNameType(D, TST); in readTypeRecord()
|