OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharUnits
(Results
51 - 67
of
67
) sorted by null
1
2
3
/external/clang/lib/AST/
ExprConstant.cpp
39
#include "clang/AST/
CharUnits
.h"
789
CharUnits
Offset;
794
CharUnits
&getLValueOffset() { return Offset; }
795
const
CharUnits
&getLValueOffset() const { return Offset; }
817
Offset =
CharUnits
::Zero();
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
CGDecl.cpp
19
#include "clang/AST/
CharUnits
.h"
834
CharUnits
alignment = getContext().getDeclAlign(&D);
[
all
...]
CGObjC.cpp
532
CharUnits
size = CGF.getContext().getTypeSizeInChars(ivar->getType());
555
static
CharUnits
getMaxAtomicAccessSize(CodeGenModule &CGM,
562
return
CharUnits
::fromQuantity(CGM.PointerSizeInBytes);
594
CharUnits
getIvarSize() const { return IvarSize; }
595
CharUnits
getIvarAlignment() const { return IvarAlignment; }
606
CharUnits
IvarSize;
607
CharUnits
IvarAlignment;
[
all
...]
CGExprScalar.cpp
[
all
...]
CodeGenModule.cpp
25
#include "clang/AST/
CharUnits
.h"
292
llvm::ConstantInt *CodeGenModule::getSize(
CharUnits
size) {
[
all
...]
CGRTTI.cpp
846
CharUnits
Offset;
[
all
...]
TargetInfo.cpp
[
all
...]
CGException.cpp
[
all
...]
CGStmt.cpp
844
CharUnits
Alignment = getContext().getTypeAlignInChars(RV->getType());
[
all
...]
CGBuiltin.cpp
[
all
...]
/external/clang/lib/Sema/
SemaStmtAsm.cpp
466
CharUnits
Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i));
SemaCast.cpp
746
CharUnits
Offset =
CharUnits
::Zero();
[
all
...]
SemaDeclAttr.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
729
CharUnits
amt =
CharUnits
::fromQuantity(Value.getZExtValue());
[
all
...]
RegionStore.cpp
18
#include "clang/AST/
CharUnits
.h"
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp
[
all
...]
Completed in 2472 milliseconds
1
2
3