HomeSort by: relevance | last modified time | path
    Searched refs:isFunctionType (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObject.h 326 T->isFunctionType() || T->isAtomicType() ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
488 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
566 return (E->getType()->isFunctionType() ||
574 return (E->getType()->isFunctionType() ||
634 if (Ctx.getLangOpts().CPlusPlus && E->getType()->isFunctionType())
ASTContext.cpp 1741 if (T->isFunctionType())
3237 assert((T->isArrayType() || T->isFunctionType()) && "T does not decay");
3253 if (T->isFunctionType())
3278 assert(T->isFunctionType() && "block of function types only");
6144 if (T->isArrayType() || T->isFunctionType())
6163 if (T->isArrayType() || T->isFunctionType())
6930 } else if (PType->isFunctionType())
6973 } else if (PType->isFunctionType())
7044 } else if (PType->isFunctionType())
10020 if (RHSCan->isFunctionType()) {
    [all...]
TypePrinter.cpp 1716 while (!t->isFunctionType())
  /src/external/mit/isl/dist/interface/
generator.cc 677 if (type->isFunctionType())
735 return type->isFunctionType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 741 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1782 if (Result->isFunctionType()) {
2092 if (T->isFunctionType() && getLangOpts().OpenCL &&
2167 if (T->isFunctionType() && getLangOpts().OpenCL &&
2376 if (T->isFunctionType()) {
2727 if (T->isArrayType() || T->isFunctionType()) {
2729 << T->isFunctionType() << T;
2900 if (T->isFunctionType() && getLangOpts().OpenCL &&
2912 if (T->isFunctionType())
2932 if (!T->isFunctionType()) {
    [all...]
SemaExprCXX.cpp 1495 if (Ty->isFunctionType())
2374 if (AllocType->isFunctionType())
3548 } else if (Pointee->isFunctionType() || Pointee->isVoidType() ||
3867 if (T->isFunctionType())
4794 return T->isFunctionType();
4976 if (T->isIncompleteType() || T->isFunctionType())
5211 if (T->isIncompleteType() || T->isFunctionType())
5224 if (ArgTy->isObjectType() || ArgTy->isFunctionType())
5419 if (RhsT->isFunctionType() || RhsT->isArrayType())
5431 if (LhsT->isObjectType() || LhsT->isFunctionType())
    [all...]
SemaStmtAsm.cpp 736 if (T->isFunctionType() || T->isDependentType())
793 if (T->isFunctionType()) {
SemaTemplateDeduction.cpp 1434 if ((TDF & TDF_TopLevelParameterTypeList) && !Param->isFunctionType()) {
1493 if (Arg->isFunctionType() && Param.hasQualifiers()) {
1938 if (ParamPointeeType->isFunctionType())
1942 if (ArgPointeeType->isFunctionType())
3446 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp))
3760 if (!ParamType->isFunctionType() &&
3810 ArgType->isFunctionType())
3897 else if (ArgType->isFunctionType())
4465 else if (P->isFunctionType())
DeclSpec.cpp 388 return E->getType()->isFunctionType();
404 return QT->isFunctionType();
SemaExpr.cpp 497 if (Ty->isFunctionType()) {
623 if (T->isFunctionType() || T->isArrayType())
733 if (Ty->isFunctionType()) {
4053 if (T->isFunctionType() &&
4170 if (ExprTy->isFunctionType()) {
4258 if (ExprType->isFunctionType()) {
4997 if (ResultTy->isFunctionType()) {
5573 if (ResultType->isFunctionType()) {
8894 assert(rhptee->isFunctionType());
8903 assert(lhptee->isFunctionType());
    [all...]
SemaExprMember.cpp 1226 if (IsArrow && !Base->getType()->isFunctionType())
1284 } else if (BaseType->isFunctionType()) {
SemaConcept.cpp 90 Type->isFunctionType() ||
SemaTemplate.cpp 1438 if (T->isArrayType() || T->isFunctionType())
5521 if (T->isFunctionType())
6347 !ParamType->castAs<PointerType>()->getPointeeType()->isFunctionType() &&
6354 if (!ParamRef->getPointeeType()->isFunctionType()) {
7246 ParamType->castAs<PointerType>()->getPointeeType()->isFunctionType()) ||
7252 ParamType->castAs<ReferenceType>()->getPointeeType()->isFunctionType()) ||
7260 ->isFunctionType())) {
7492 else if (ParamType->isFunctionType())
9986 if (D.getDeclSpec().hasConstexprSpecifier() && R->isFunctionType())
10011 if (!R->isFunctionType()) {
    [all...]
SemaOverload.cpp 1768 !FromType->isFunctionType() && !FromType->isArrayType() &&
1806 } else if (FromType->isFunctionType() && argIsLValue) {
2435 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() &&
3033 FromPointeeType->isFunctionType() && ToPointeeType->isVoidType()) {
4554 else if (UnqualT2->isFunctionType() &&
4641 if (RefType && !RefType->getPointeeType()->isFunctionType())
4663 !RefType->getPointeeType()->isFunctionType()))
4783 ICS.Standard.BindsToFunctionLvalue = T2->isFunctionType();
4853 (InitCategory.isLValue() && T2->isFunctionType()))) {
4891 if (T1->isFunctionType())
    [all...]
SemaExceptionSpec.cpp 125 else if (T->isFunctionType())
SemaTemplateInstantiateDecl.cpp 1019 if (DI->getType()->isFunctionType()) {
1087 } else if (DI->getType()->isFunctionType()) {
1173 } else if (DI->getType()->isFunctionType()) {
3671 if (DI->getType()->isFunctionType()) {
4096 if (DI->getType()->isFunctionType()) {
SemaCast.cpp 1068 } else if (SrcType->isFunctionType() && DestType->isFunctionReferenceType()) {
1416 DestPointee->isFunctionType()) {
SemaDecl.cpp 5814 R->isFunctionType())) {
5871 if (!R->isFunctionType() && DiagnoseClassNameShadow(DC, NameInfo))
5881 (TemplateParamLists.size() == 0 || R->isFunctionType()))
5899 } else if (R->isFunctionType()) {
8951 assert(R->isFunctionType());
11105 assert(T->isFunctionType() && "function decl is not of function type");
11244 assert(T->isFunctionType() && "function decl is not of function type");
17248 if (FDTy->isFunctionType()) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 256 Call->getType()->isFunctionType()) {
261 && Call->getType()->getPointeeType()->isFunctionType()){
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 790 assert(Loc::isLocType(OriginalTy) || OriginalTy->isFunctionType() ||
888 assert(Loc::isLocType(OriginalTy) || OriginalTy->isFunctionType() ||
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1923 return !isFunctionType();
1931 return !isReferenceType() && !isFunctionType() && !isVoidType();
2011 bool isFunctionType() const;
6632 getTypePtr()->isFunctionType());
6655 isFunctionType() ||
6671 inline bool Type::isFunctionType() const {
6704 return !T->getPointeeType()->isFunctionType();
6711 return T->getPointeeType()->isFunctionType();
6718 return T->getPointeeType()->isFunctionType();
7098 return isFunctionType() || isArrayType()
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 915 // if (QT->isFunctionType()) return 4; // Bug #15511 - should be 1
957 if (QT->isVoidType() || QT->isFunctionType())
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 211 static bool isFunctionType(StringView S) {
1800 else if (isFunctionType(MangledName)) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1815 if (!Ty.isNull() && Ty->isFunctionType()) {
2096 (BaseType->isFunctionType() ||

Completed in 120 milliseconds

1 2