OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetNullPointerValue
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
898
return Context.
getTargetNullPointerValue
(T) == 0;
TargetInfo.cpp
9207
if (CGM.getContext().
getTargetNullPointerValue
(QT) == 0)
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
881
Result = Ctx.MakeIntValue(Ctx.
getTargetNullPointerValue
(SrcTy), SrcTy);
ExprConstant.cpp
1604
CharUnits::fromQuantity(Ctx.
getTargetNullPointerValue
(PointerTy));
6974
uint64_t NullValue = Info.Ctx.
getTargetNullPointerValue
(QualType(T, 0));
ASTContext.cpp
11331
uint64_t ASTContext::
getTargetNullPointerValue
(QualType QT) const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2645
uint64_t
getTargetNullPointerValue
(QualType QT) const;
Completed in 56 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026