OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntegralOrUnscopedEnumerationType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
372
if (!FPT->getParamType(2)->
isIntegralOrUnscopedEnumerationType
())
414
if (!FPT->getParamType(2)->
isIntegralOrUnscopedEnumerationType
())
455
if (!FPT->getParamType(1)->
isIntegralOrUnscopedEnumerationType
())
525
if (!FPT->getParamType(0)->
isIntegralOrUnscopedEnumerationType
())
871
if (! PT->getPointeeType()->
isIntegralOrUnscopedEnumerationType
())
1037
if (!FTP->getParamType(i)->
isIntegralOrUnscopedEnumerationType
())
MallocSizeofChecker.cpp
192
if (!(*ai)->getType()->
isIntegralOrUnscopedEnumerationType
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
678
assert(returnType->
isIntegralOrUnscopedEnumerationType
());
679
assert(retValue->getType()->
isIntegralOrUnscopedEnumerationType
());
SemaOverload.cpp
332
if (FromType->
isIntegralOrUnscopedEnumerationType
())
347
} else if (FromType->
isIntegralOrUnscopedEnumerationType
() &&
424
assert(FromType->
isIntegralOrUnscopedEnumerationType
());
425
assert(ToType->
isIntegralOrUnscopedEnumerationType
());
1857
} else if (FromType->
isIntegralOrUnscopedEnumerationType
() &&
1895
(FromType->
isIntegralOrUnscopedEnumerationType
() &&
5574
return SCS.getFromType()->
isIntegralOrUnscopedEnumerationType
() &&
5886
: T->
isIntegralOrUnscopedEnumerationType
();
13579
FnDecl->getReturnType()->
isIntegralOrUnscopedEnumerationType
();
SemaExpr.cpp
766
if (Ty->
isIntegralOrUnscopedEnumerationType
()) {
10518
IndexExpr->getType()->
isIntegralOrUnscopedEnumerationType
();
12458
if (!compType.isNull() && compType->
isIntegralOrUnscopedEnumerationType
())
16233
if (!E->getType()->
isIntegralOrUnscopedEnumerationType
())
16235
} else if (!E->getType()->
isIntegralOrUnscopedEnumerationType
()) {
SemaType.cpp
2261
!ArraySize->getType()->
isIntegralOrUnscopedEnumerationType
())) {
2412
!ArraySize->getType()->
isIntegralOrUnscopedEnumerationType
()) {
SemaExprCXX.cpp
2113
if (!SizeType->
isIntegralOrUnscopedEnumerationType
())
SemaChecking.cpp
8853
if (ExprTy->
isIntegralOrUnscopedEnumerationType
() &&
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
1928
bool Type::
isIntegralOrUnscopedEnumerationType
() const {
ExprConstant.cpp
15464
if (!E->getType()->
isIntegralOrUnscopedEnumerationType
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1987
bool
isIntegralOrUnscopedEnumerationType
() const;
Completed in 75 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026