Searched refs:FD (Results 151 - 175 of 280) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c148 scnt = read(FD, buf, BUFSIZ);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h72 void addNewFpoData(const codeview::FrameData &FD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp304 CrossTranslationUnitContext::getCrossTUDefinition(const FunctionDecl *FD, argument
308 return getCrossTUDefinitionImpl(FD, CrossTUDir, IndexName,
532 CrossTranslationUnitContext::importDefinition(const FunctionDecl *FD, argument
534 return importDefinitionImpl(FD, Unit);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp441 const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D); local
444 if(FD && i < FD->getNumParams())
445 ParamDecl = FD->getParamDecl(i);
H A DBasicObjCFoundationChecks.cpp430 const FunctionDecl *FD = C.getCalleeDecl(CE); local
431 if (!FD)
439 if (!(FD->getIdentifier() == ICreate || FD->getIdentifier() == IGetValue) ||
495 bool isCreate = (FD->getIdentifier() == ICreate);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp314 FieldDecl *FD = BMInitializer->getAnyMember(); local
315 Out << *FD; local
389 if (auto FD = dyn_cast<FunctionDecl>(*D))
390 if (FD->getTemplateSpecializationKind() == TSK_ImplicitInstantiation &&
447 else if (auto FD = dyn_cast<FunctionDecl>(*D)) {
448 if (FD->isThisDeclarationADefinition())
794 else if (FunctionDecl *FD =
797 VisitFunctionDecl(FD);
1138 if (const FunctionDecl *FD = D->getTemplatedDecl()) {
1139 for (unsigned I = 0, NumTemplateParams = FD
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp67 if (const auto *FD = dyn_cast<FunctionDecl>(CTR->getDecl()))
68 return FD;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp430 if (auto *FD = dyn_cast<FunctionDecl>(D))
431 return !FD->getDescribedFunctionTemplate();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1450 return llvm::none_of(PreventedBy, [&](const FunctionDecl *FD) {
1451 assert(FD->getNumParams() == 1 &&
1453 return IdentifyCUDAPreference(Caller, FD) >= CFP_HostDevice;
1459 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) {
1460 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FD))
1463 if (FD->getOverloadedOperator() != OO_Delete &&
1464 FD->getOverloadedOperator() != OO_Array_Delete)
1469 if (S.getLangOpts().SizedDeallocation && UsualParams < FD->getNumParams() &&
1471 FD->getParamDecl(UsualParams)->getType(),
1475 if (S.getLangOpts().AlignedAllocation && UsualParams < FD
[all...]
H A DSemaExpr.cpp60 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
61 if (FD->isDeleted())
66 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() &&
67 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
73 isUnavailableAlignedAllocationFunction(*FD))
248 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
250 if (FD->isDeleted()) {
251 auto *Ctor = dyn_cast<CXXConstructorDecl>(FD);
258 NoteDeletedFunction(FD);
270 if (FD
1947 FieldDecl *FD = dyn_cast<FieldDecl>(D); local
3029 const auto *FD = dyn_cast<FunctionDecl>(R.getFoundDecl()); local
4924 CheckCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, ParmVarDecl *Param) argument
5049 BuildCXXDefaultArgExpr(SourceLocation CallLoc, FunctionDecl *FD, ParmVarDecl *Param) argument
11702 const FunctionDecl *FD = CE->getDirectCallee(); local
11706 << ConstFunction << FD; local
15398 funcHasParameterSizeMangling(Sema &S, FunctionDecl *FD) argument
15432 CheckCompleteParameterTypesForMangler(Sema &S, FunctionDecl *FD, SourceLocation Loc) argument
15435 FunctionDecl *FD; member in class:ParamIncompleteTypeDiagnoser
15439 ParamIncompleteTypeDiagnoser(FunctionDecl *FD, ParmVarDecl *Param) argument
17275 CheckCallReturnType(QualType ReturnType, SourceLocation Loc, CallExpr *CE, FunctionDecl *FD) argument
17289 FunctionDecl *FD; member in class:CallReturnIncompleteDiagnoser
17293 CallReturnIncompleteDiagnoser(FunctionDecl *FD, CallExpr *CE) argument
18064 auto *FD = cast<FunctionDecl>(DRE->getDecl()); local
[all...]
H A DSemaExprMember.cpp1009 const auto *FD = getCurFunctionDecl(); local
1010 if (S && BaseExpr && FD &&
1011 (isa<CXXDestructorDecl>(FD) || isa<CXXConstructorDecl>(FD)) &&
1015 << isa<CXXDestructorDecl>(FD);
1128 if (FieldDecl *FD = dyn_cast<FieldDecl>(MemberDecl))
1129 return BuildFieldReferenceExpr(BaseExpr, IsArrow, OpLoc, SS, FD, FoundDecl,
1136 if (IndirectFieldDecl *FD = dyn_cast<IndirectFieldDecl>(MemberDecl))
1139 return BuildAnonymousStructUnionMemberReference(SS, MemberLoc, FD,
H A DSemaConcept.cpp324 bool Sema::CheckFunctionConstraints(const FunctionDecl *FD,
327 const Expr *RC = FD->getTrailingRequiresClause();
334 if (auto *Method = dyn_cast<CXXMethodDecl>(FD)) {
343 FD, {RC}, /*TemplateArgs=*/{},
344 SourceRange(UsageLoc.isValid() ? UsageLoc : FD->getLocation()),
H A DSemaOpenMP.cpp939 const auto *FD = dyn_cast<FieldDecl>(D);
944 assert(FD);
945 FD = FD->getCanonicalDecl();
946 D = FD;
960 const auto *FD = dyn_cast<FieldDecl>(D);
979 if (FD)
1722 [CheckForDelayedContext](Sema &S, FunctionDecl *FD) {
1724 S.getEmissionStatus(FD) ==
1765 *this, Caller, Callee, Loc, [CheckCaller](Sema &S, FunctionDecl *FD) {
[all...]
H A DSemaOverload.cpp41 static bool functionHasPassObjectSizeParams(const FunctionDecl *FD) { argument
42 return llvm::any_of(FD->parameters(), [](const ParmVarDecl *P) {
892 ASTContext &Ctx, const FunctionDecl *FD) {
893 if (!shouldAddReversed(FD->getDeclName().getCXXOverloadedOperator()))
897 return FD->getNumParams() != 2 ||
898 !Ctx.hasSameUnqualifiedType(FD->getParamDecl(0)->getType(),
899 FD->getParamDecl(1)->getType()) ||
900 FD->hasAttr<EnableIfAttr>();
1805 if (auto *FD = dyn_cast<FunctionDecl>(DRE->getDecl()))
1806 if (!S.checkAddressOfFunctionIsAvailable(FD))
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h349 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
879 if (auto *FD = dyn_cast<FunctionDecl>(DC))
880 FD->setWillHaveBody(true);
900 if (auto *FD = dyn_cast<FunctionDecl>(S.CurContext))
901 FD->setWillHaveBody(false);
1658 void UpdateExceptionSpec(FunctionDecl *FD,
1843 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);
2254 bool CheckConstexprFunctionDefinition(const FunctionDecl *FD,
2269 void CheckMain(FunctionDecl *FD, const DeclSpec &D);
2270 void CheckMSVCRTEntryPoint(FunctionDecl *FD);
2679 getDefaultedComparisonKind(const FunctionDecl *FD) argument
11177 CanonicalDeclPtr<FunctionDecl> FD; member in struct:clang::final::FunctionDeclAndLoc
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp214 const FunctionDecl *FD) {
220 if (FD && FD->usesSEHTry())
231 const auto *FD = CGF.CurCodeDecl; local
235 FD = FD ? FD : CGF.CurSEHParent;
236 return get(CGF.CGM, dyn_cast_or_null<FunctionDecl>(FD));
327 const EHPersonality &ObjCXX = EHPersonality::get(*this, /*FD=*/nullptr);
449 const FunctionDecl* FD local
213 get(CodeGenModule &CGM, const FunctionDecl *FD) argument
526 const FunctionDecl* FD = dyn_cast_or_null<FunctionDecl>(D); local
[all...]
H A DCGDecl.cpp208 if (const auto *FD = dyn_cast<FunctionDecl>(DC))
209 ContextName = CGM.getMangledName(FD);
295 else if (const auto *FD = dyn_cast<FunctionDecl>(DC))
296 GD = GlobalDecl(FD);
1085 if (const auto *FD = dyn_cast<FunctionDecl>(DC)) {
1086 if (const auto *CC = dyn_cast<CXXConstructorDecl>(FD))
1088 if (const auto *CD = dyn_cast<CXXDestructorDecl>(FD))
1090 return getMangledName(FD);
1899 else if (auto *FD = dyn_cast<FieldDecl>(D))
1900 Overlap = getOverlapForFieldInit(FD);
2004 const FunctionDecl *FD = CA->getFunctionDecl(); local
[all...]
H A DCGExpr.cpp872 // FIXME: If the base type of the member expr is not FD->getParent(),
874 if (const auto *FD = dyn_cast<FieldDecl>(ME->getMemberDecl())) {
876 DeclContext::decl_iterator(const_cast<FieldDecl *>(FD)));
877 return ++FI == FD->getParent()->field_end();
2400 const FunctionDecl *FD) {
2401 if (FD->hasAttr<WeakRefAttr>()) {
2402 ConstantAddress aliasee = CGM.GetWeakRefReference(FD);
2406 llvm::Constant *V = CGM.GetAddrOfFunction(FD);
2407 if (!FD->hasPrototype()) {
2409 FD
2399 EmitFunctionDeclPointer(CodeGenModule &CGM, const FunctionDecl *FD) argument
2423 EmitFunctionDeclLValue(CodeGenFunction &CGF, const Expr *E, const FunctionDecl *FD) argument
2431 EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, llvm::Value *ThisValue) argument
4557 EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc) argument
4623 EmitDirectCallee(CodeGenFunction &CGF, const FunctionDecl *FD) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp542 int FD; local
543 failIfError(sys::fs::openFileForWrite(outputFilePath, FD,
549 raw_fd_ostream file(FD, false);
566 sys::fs::setLastAccessAndModificationTime(FD, ModTimeOrErr.get()));
569 if (close(FD))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp50 ProfOStream(raw_fd_ostream &FD) argument
51 : IsFDOStream(true), OS(FD), LE(FD, support::little) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp259 int FD; local
265 sys::fs::createTemporaryFile("lto-llvm", Extension, FD, Filename);
272 ToolOutputFile objFile(Filename, FD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp892 const auto *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); local
893 if (!FD)
911 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation);
1056 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CD)) {
1057 if (!isa<CXXMethodDecl>(FD)) {
1058 const RetainSummary *Summ = Summaries.getSummary(AnyCall(FD));
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp127 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
128 return FD->hasBody();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp235 if (const FieldDecl *FD = Initializer->getMember()) {
236 if (isInUSRSet(FD)) {
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win115 /D _DEBUG /D WIN32 /Fo"$(INTDIR)/" /FD

Completed in 617 milliseconds

1234567891011>>