OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVoidPointerType
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp
139
if (B->
isVoidPointerType
() && A->getAs<PointerType>())
MoveChecker.cpp
500
if (Tp->isBooleanType() || Tp->isVoidType() || Tp->
isVoidPointerType
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedPointee.cpp
277
if (T->
isVoidPointerType
())
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h
620
if (LTy->
isVoidPointerType
() ^ RTy->
isVoidPointerType
()) {
623
if (RTy->
isVoidPointerType
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
289
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isVoidPointerType
)
Type.h
2017
bool
isVoidPointerType
() const;
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp
464
if (argTy->
isVoidPointerType
()) {
ItaniumMangle.cpp
5700
if (NeedExactType && T->
isVoidPointerType
()) {
5707
mangleType(T->
isVoidPointerType
()
ExprConstant.cpp
5765
if (E->getType()->
isVoidPointerType
())
8728
if (!E->getType()->
isVoidPointerType
()) {
8739
if (SubExpr->getType()->
isVoidPointerType
())
12677
if (LHSTy->
isVoidPointerType
() && LHSOffset != RHSOffset && IsRelational)
Type.cpp
589
bool Type::
isVoidPointerType
() const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
752
if (CastTy->isPointerType() && !CastTy->
isVoidPointerType
()) {
RegionStore.cpp
1566
!RegionTy->
isVoidPointerType
()) {
BugReporter.cpp
311
if ((*I)->getType()->
isVoidPointerType
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
6635
else if (T1->
isVoidPointerType
() || T2->
isVoidPointerType
())
6643
else if (T1->
isVoidPointerType
() || T2->
isVoidPointerType
())
6704
if (Steps.empty() && ((Composite1->
isVoidPointerType
() &&
6707
Composite2->
isVoidPointerType
()))) {
SemaCast.cpp
2151
unsigned Diag = DestType->
isVoidPointerType
() ?
2399
unsigned Diag = SrcType->
isVoidPointerType
()
3034
if (SrcType->
isVoidPointerType
())
SemaCoroutine.cpp
396
if (!JustAddress->getType().getTypePtr()->
isVoidPointerType
())
SemaPseudoObject.cpp
1055
(T->isObjCObjectPointerType() || T->
isVoidPointerType
()))
SemaExpr.cpp
7945
if (LHSTy->
isVoidPointerType
() || RHSTy->
isVoidPointerType
()) {
8479
if (LHSTy->
isVoidPointerType
() && RHSTy->isObjCObjectPointerType()) {
8499
if (LHSTy->isObjCObjectPointerType() && RHSTy->
isVoidPointerType
()) {
9347
if (RHSType->
isVoidPointerType
()) {
11779
((LHSType->isFunctionPointerType() && RHSType->
isVoidPointerType
()) ||
11780
(RHSType->isFunctionPointerType() && LHSType->
isVoidPointerType
()))) {
SemaChecking.cpp
1344
if (ParamTy->
isVoidPointerType
())
7041
if ((ExpectedType->
isVoidPointerType
() && !ArgType->isPointerType()) ||
7042
(!ExpectedType->
isVoidPointerType
() &&
15857
if (ICE->getType()->
isVoidPointerType
() &&
15864
if (IsPointerAttr && ArgumentType->
isVoidPointerType
())
SemaDeclAttr.cpp
5530
if (!T->
isVoidPointerType
()) {
SemaTemplate.cpp
7566
} else if (ParamType->
isVoidPointerType
() &&
SemaDecl.cpp
2252
if (!T->
isVoidPointerType
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
683
if (!PT || !PT->
isVoidPointerType
() ||
CGCall.cpp
2326
!FI.arg_begin()->type->
isVoidPointerType
() && !IsThunk) {
Completed in 159 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026