Searched defs:FPT (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dprintflocal.h45 #define FPT 0x100 /* Floating point number */ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp83 const FunctionProtoType *FPT = local
H A DCGVTables.cpp148 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); local
219 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); local
292 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); local
H A DCGCall.cpp98 appendParameterTypes(const CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, const CanQual<FunctionProtoType> &FPT, const FunctionDecl *FD) argument
269 CanQual<FunctionProtoType> FPT = GetFormalType(D); local
476 arrangeCXXMethodCall(const CallArgList &args, const FunctionProtoType *FPT, RequiredArgs required) argument
[all...]
H A DCGException.cpp1426 const auto *FPT = cast<FunctionProtoType>( variable
H A DCGExprCXX.cpp55 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
76 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
294 const FunctionProtoType *FPT = local
[all...]
H A DCGClass.cpp2087 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); local
2163 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); local
2697 const FunctionProtoType *FPT = local
H A DCGDebugInfo.cpp2013 const FunctionProtoType *FPT = local
[all...]
H A DItaniumCXXABI.cpp532 const FunctionProtoType *FPT = local
828 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
H A DMicrosoftCXXABI.cpp1247 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); local
1383 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
1469 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); local
2672 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
3222 const FunctionProtoType *FPT = local
3863 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); local
[all...]
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dvfprintf.c156 #define FPT 0x100 /* Floating point number */ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp141 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { argument
H A DSemaLambda.cpp366 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); local
H A DSemaStmt.cpp2809 const FunctionProtoType *FPT = local
H A DSemaTemplate.cpp6859 const FunctionProtoType *FPT = FT->castAs<FunctionProtoType>(); local
H A DSemaType.cpp1831 const FunctionProtoType *FPT = T->getAs<FunctionProtoType>(); local
H A DSemaDecl.cpp7593 const FunctionProtoType *FPT = local
7772 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); local
8429 const FunctionProtoType *FPT = local
[all...]
H A DSemaDeclCXX.cpp5209 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); local
9223 const FunctionProtoType *FPT = DerivedType->castAs<FunctionProtoType>(); local
H A DSemaExpr.cpp11794 const FunctionProtoType *FPT = cast<FunctionProtoType>(FTy); local
12683 const FunctionProtoType *FPT = Func->getType()->getAs<FunctionProtoType>(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp310 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); local
346 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); local
390 const FunctionProtoType *FPT local
559 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp82 const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT); local
H A DDecl.cpp2600 const auto *FPT = getType()->castAs<FunctionProtoType>(); local
2744 const auto *FPT = getType()->getAs<FunctionProtoType>(); local
H A DASTContext.cpp2241 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); local
2254 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2965 auto *FPT = FD->getType()->getAs<FunctionProtoType>(); local
3749 auto *FPT = FD->getType()->castAs<FunctionProtoType>(); local

Completed in 700 milliseconds