OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVoidType
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp
58
if (!RT.isNull() && RT->
isVoidType
())
65
RetE->getType()->
isVoidType
())
CastToStructChecker.cpp
54
if (OrigPointeeTy->
isVoidType
())
TraversalChecker.cpp
105
if (Call.getResultType()->
isVoidType
())
NSErrorChecker.cpp
57
if (!D->getReturnType()->
isVoidType
())
104
if (!D->getReturnType()->
isVoidType
())
MallocSizeofChecker.cpp
188
if (PointeeType->
isVoidType
())
/external/clang/lib/Analysis/
CocoaConventions.cpp
43
if (!(PT->getPointeeType().getUnqualifiedType()->
isVoidType
()))
BodyFarm.cpp
39
return FT && FT->getReturnType()->
isVoidType
() && FT->getNumParams() == 0;
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
307
if (!TargetClass && !TargetType->
isVoidType
())
320
if (!TargetType->
isVoidType
() && MRClass->hasDefinition()) {
336
if (TargetType->
isVoidType
())
/external/r8/src/main/java/com/android/tools/r8/ir/synthetic/
ForwardMethodSourceCode.java
96
if (proto.returnType.
isVoidType
()) {
/external/clang/lib/AST/
ExprClassification.cpp
50
else if (TR->
isVoidType
() && !TR.hasQualifiers())
558
if (True->getType()->
isVoidType
() || False->getType()->
isVoidType
()) {
/external/clang/lib/Sema/
SemaCast.cpp
603
if (DestPointee->
isVoidType
()) {
666
assert((DestRecord || DestPointee->
isVoidType
()) &&
712
if (!Self.getLangOpts().RTTI && !DestPointee->
isVoidType
()) {
[
all
...]
SemaExpr.cpp
659
if (T->
isVoidType
())
[
all
...]
SemaExprCXX.cpp
787
if (!isPointer || !Ty->
isVoidType
()) {
[
all
...]
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaMainMethodSourceCode.java
49
if (!enforcedReturnType.
isVoidType
()
251
if (enforcedReturnType.
isVoidType
()) {
/external/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/frameworks/compile/slang/
slang_rs_foreach_lowering.cpp
234
const unsigned numOutputsExpected = resultType->
isVoidType
() ? 0 : 1;
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h
33
cast<ParmVarDecl>(FTI.Params[0].Param)->getType()->
isVoidType
();
/external/clang/include/clang/AST/
CanonicalType.h
268
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isVoidType
)
Completed in 752 milliseconds
1
2
3
4
5