OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAlignOfGlobalVar
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2263
unsigned
getAlignOfGlobalVar
(QualType T) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2503
///
getAlignOfGlobalVar
- Return the alignment in bits that should be given
2505
unsigned ASTContext::
getAlignOfGlobalVar
(QualType T) const {
2514
return toCharUnitsFromBits(
getAlignOfGlobalVar
(T));
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026