OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeAlignment
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1261
auto *Ty = new (*this,
TypeAlignment
) BuiltinType(K);
2937
auto *eq = new (*this,
TypeAlignment
) ExtQuals(baseType, canon, quals);
3181
auto *New = new (*this,
TypeAlignment
) ComplexType(T, Canonical);
3209
auto *New = new (*this,
TypeAlignment
) PointerType(T, Canonical);
3229
AT = new (*this,
TypeAlignment
)
3269
AT = new (*this,
TypeAlignment
) DecayedType(T, Decayed, Canonical);
3300
auto *New = new (*this,
TypeAlignment
) BlockPointerType(T, Canonical);
3338
auto *New = new (*this,
TypeAlignment
) LValueReferenceType(T, Canonical,
3374
auto *New = new (*this,
TypeAlignment
) RValueReferenceType(T, Canonical);
3404
auto *New = new (*this,
TypeAlignment
) MemberPointerType(T, Cls, Canonical)
[
all
...]
ASTImporter.cpp
1410
TypeAlignment
= 1 << TypeAlignmentInBits
1413
return QualType(new (Importer.getToContext(),
TypeAlignment
)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
69
TypeAlignment
= 1 << TypeAlignmentInBits
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
6330
TypeAlignment
);
Completed in 101 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026