Searched refs:FD (Results 126 - 150 of 188) sorted by relevance

12345678

/freebsd-10.2-release/libexec/getty/
H A Dgettytab.h101 #define FD gettynums[6].value macro
H A Dsubr.c450 f |= adelay(FD, ffdelay);
/freebsd-10.2-release/usr.bin/tip/tip/
H A Dtip.h247 int FD; /* open file descriptor to remote host */ variable
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h648 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
650 void setClassScopeSpecializationPattern(FunctionDecl *FD,
902 void adjustDeducedFunctionResultType(FunctionDecl *FD, QualType ResultType);
942 void setcudaConfigureCallDecl(FunctionDecl *FD) { argument
943 cudaConfigureCallDecl = FD;
1703 uint64_t getFieldOffset(const ValueDecl *FD) const;
2128 GVALinkage GetGVALinkageForFunction(const FunctionDecl *FD);
H A DDeclTemplate.h288 FunctionTemplateSpecializationInfo(FunctionDecl *FD, argument
294 : Function(FD),
302 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
2193 CXXMethodDecl *FD, bool Args,
2196 Specialization(FD), HasExplicitTemplateArgs(Args),
2214 CXXMethodDecl *FD,
2217 return new (C) ClassScopeFunctionSpecializationDecl(DC , Loc, FD,
2192 ClassScopeFunctionSpecializationDecl(DeclContext *DC, SourceLocation Loc, CXXMethodDecl *FD, bool Args, TemplateArgumentListInfo TemplArgs) argument
2211 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, CXXMethodDecl *FD, bool HasExplicitTemplateArgs, TemplateArgumentListInfo TemplateArgs) argument
H A DRecursiveASTVisitor.h1503 FunctionDecl* FD = *it; local
1504 switch (FD->getTemplateSpecializationKind()) {
1508 TRY_TO(TraverseDecl(FD));
1515 TRY_TO(TraverseDecl(FD));
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp361 const NamedDecl *FD,
364 ID.AddPointer(FD);
368 FunctionTextRegion::ProfileRegion(ID, FD, superRegion);
924 MemRegionManager::getFunctionTextRegion(const NamedDecl *FD) { argument
925 return getSubRegion<FunctionTextRegion>(FD, getCodeRegion());
360 ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD, const MemRegion*) argument
H A DExprEngine.cpp101 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
104 const IdentifierInfo *II = FD->getIdentifier();
105 if (!II || !(II->getName() == "main" && FD->getNumParams() > 0))
108 const ParmVarDecl *PD = FD->getParamDecl(0);
1705 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
1706 SVal V = svalBuilder.getFunctionPointer(FD);
2334 if (const FieldDecl *FD = Init->getAnyMember())
2335 Out << *FD; local
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h215 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
1496 bool CheckConstexprFunctionDecl(const FunctionDecl *FD);
1497 bool CheckConstexprFunctionBody(const FunctionDecl *FD, Stmt *Body);
1508 void CheckMain(FunctionDecl *FD, const DeclSpec &D);
1509 void CheckMSVCRTEntryPoint(FunctionDecl *FD);
1548 void CheckForFunctionRedefinition(FunctionDecl *FD,
1711 bool CheckNontrivialField(FieldDecl *FD);
1930 /// \returns true if \p FD is unavailable and current context is inside
1932 bool isFunctionConsideredUnavailable(FunctionDecl *FD);
2311 CallExpr *CE, FunctionDecl *FD);
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp492 const FunctionDecl* FD = dyn_cast_or_null<FunctionDecl>(D); local
493 if (FD == 0)
495 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
560 const FunctionDecl* FD = dyn_cast_or_null<FunctionDecl>(D); local
561 if (FD == 0)
563 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
H A DCGBlocks.cpp1304 FunctionDecl *FD = FunctionDecl::Create(C, local
1313 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1479 FunctionDecl *FD = FunctionDecl::Create(C, C.getTranslationUnitDecl(), local
1486 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1771 FunctionDecl *FD = FunctionDecl::Create(Context, local
1778 CGF.StartFunction(FD, R, Fn, FI, args, SourceLocation());
1843 FunctionDecl *FD = FunctionDecl::Create(Context, local
1849 CGF.StartFunction(FD, R, Fn, FI, args, SourceLocation());
H A DCGDecl.cpp175 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CGF.CurFuncDecl)) {
176 StringRef Name = CGM.getMangledName(FD);
1290 const FunctionDecl *FD = CA->getFunctionDecl(); local
1292 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
1295 const CGFunctionInfo &Info = CGM.getTypes().arrangeFunctionDeclaration(FD);
H A DCGBuiltin.cpp32 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD, argument
38 GlobalDecl D(FD);
43 if (FD->hasAttr<AsmLabelAttr>())
49 cast<llvm::FunctionType>(getTypes().ConvertType(FD->getType()));
197 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, argument
1292 if (!FD->hasAttr<ConstAttr>())
1307 if (!FD->hasAttr<ConstAttr>())
1509 return emitLibraryCall(*this, FD, E,
1510 CGM.getBuiltinLibFunction(FD, BuiltinID));
1515 return emitLibraryCall(*this, FD,
2890 const FunctionDecl *FD = E->getDirectCallee(); local
3930 const FunctionDecl *FD = E->getDirectCallee(); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1051 if (FieldDecl *FD = dyn_cast<FieldDecl>(MemberDecl))
1053 SS, FD, FoundDecl, MemberNameInfo);
1059 if (IndirectFieldDecl *FD = dyn_cast<IndirectFieldDecl>(MemberDecl))
1062 return BuildAnonymousStructUnionMemberReference(SS, MemberLoc, FD,
1760 if (IndirectFieldDecl *FD = R.getAsSingle<IndirectFieldDecl>())
1761 return BuildAnonymousStructUnionMemberReference(SS, R.getNameLoc(), FD,
H A DSemaExpr.cpp56 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
57 if (FD->isDeleted())
62 if (getLangOpts().CPlusPlus1y && FD->getResultType()->isUndeducedType() &&
63 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/false))
299 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
300 if (FD->isDeleted()) {
302 NoteDeletedFunction(FD);
308 if (getLangOpts().CPlusPlus1y && FD->getResultType()->isUndeducedType() &&
309 DeduceReturnType(FD, Loc))
324 std::string Sema::getDeletedOrUnavailableSuffix(const FunctionDecl *FD) { argument
1665 FieldDecl *FD = dyn_cast<FieldDecl>(D); local
3854 BuildCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, ParmVarDecl *Param) argument
12431 CheckCallReturnType(QualType ReturnType, SourceLocation Loc, CallExpr *CE, FunctionDecl *FD) argument
12444 FunctionDecl *FD; member in class:CallReturnIncompleteDiagnoser
12448 CallReturnIncompleteDiagnoser(FunctionDecl *FD, CallExpr *CE) argument
[all...]
H A DAnalysisBasedWarnings.cpp332 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
333 ReturnsVoid = FD->getResultType()->isVoidType();
334 HasNoReturn = FD->isNoReturn();
381 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
383 << 0 << FD;
H A DSemaExprCXX.cpp1555 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { argument
1556 if (FD->isInvalidDecl())
1559 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FD))
1562 if (FD->getOverloadedOperator() != OO_Delete &&
1563 FD->getOverloadedOperator() != OO_Array_Delete)
1566 if (FD->getNumParams() == 1)
1569 return S.getLangOpts().SizedDeallocation && FD->getNumParams() == 2 &&
1570 S.Context.hasSameUnqualifiedType(FD->getParamDecl(1)->getType(),
2596 FunctionDecl *FD = ICS.UserDefined.ConversionFunction; local
2599 assert(FD
[all...]
H A DSemaAccess.cpp1116 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
1117 PrevDecl = FD->getPreviousDecl();
1897 else if (FunctionDecl *FD = getCurFunctionDecl()) {
1899 = dyn_cast<ObjCImplDecl>(FD->getLexicalDeclContext())) {
H A DSemaTemplateDeduction.cpp4110 bool Sema::DeduceReturnType(FunctionDecl *FD, SourceLocation Loc, argument
4112 assert(FD->getResultType()->isUndeducedType());
4114 if (FD->getTemplateInstantiationPattern())
4115 InstantiateFunctionDefinition(Loc, FD);
4117 bool StillUndeduced = FD->getResultType()->isUndeducedType();
4118 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) {
4119 Diag(Loc, diag::err_auto_fn_used_before_defined) << FD;
4120 Diag(FD->getLocation(), diag::note_callee_decl) << FD;
/freebsd-10.2-release/contrib/apr/
H A Dapr.mak128 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
342 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
556 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
770 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
984 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
1198 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
1841 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\LibR\gen_test_char /Fe.\LibR\gen_test_char.exe .\tools\gen_test_char.c
1853 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\LibD\gen_test_char /Fe.\LibD\gen_test_char.exe .\tools\gen_test_char.c
1865 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\9x\LibR\gen_test_char /Fe.\9x\LibR\gen_test_char.exe .\tools\gen_test_char.c
1877 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /
[all...]
H A Dlibapr.mak133 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
369 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
605 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
841 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
1077 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
1313 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
1973 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\Release\gen_test_char /Fe.\Release\gen_test_char.exe .\tools\gen_test_char.c
1985 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\Debug\gen_test_char /Fe.\Debug\gen_test_char.exe .\tools\gen_test_char.c
1997 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\9x\Release\gen_test_char /Fe.\9x\Release\gen_test_char.exe .\tools\gen_test_char.c
2009 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp314 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) {
317 unsigned Params = FD->getNumParams();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp507 FieldDecl *FD = BMInitializer->getAnyMember(); local
508 Out << *FD; local
601 else if (FunctionDecl *FD =
604 VisitFunctionDecl(FD);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp465 void appendMemberDtor(CFGBlock *B, FieldDecl *FD) { argument
466 B->appendMemberDtor(FD, cfg->getBumpVectorContext());
749 if (FieldDecl *FD = I->getAnyMember())
750 IsReference = FD->getType()->isReferenceType();
1478 if (FunctionDecl *FD = C->getDirectCallee()) {
1479 if (FD->isNoReturn())
1481 if (FD->hasAttr<NoThrowAttr>())
1483 if (FD->getBuiltinID() == Builtin::BI__builtin_object_size)
3805 const FieldDecl *FD = ME->getFieldDecl(); local
3806 const Type *T = FD
[all...]
/freebsd-10.2-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1941 #define unlink(P, BK, FD) { \
1942 FD = P->fd; \
1944 FD->bk = BK; \
1945 BK->fd = FD; \

Completed in 306 milliseconds

12345678