Home
last modified time | relevance | path

Searched defs:getTypeAlign (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargetInfo.cpp193 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() function in TargetInfo
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1613 unsigned getTypeAlign(QualType T) const { in getTypeAlign() function
1616 unsigned getTypeAlign(const Type *T) const { in getTypeAlign() function