Searched refs:FD (Results 176 - 200 of 280) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8435 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
8436 FD->setInlineSpecified(false);
8658 Sema::CheckDependentFunctionTemplateSpecialization(FunctionDecl *FD, argument
8663 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
8685 Diag(FD->getLocation(),
8694 FD->setDependentTemplateSpecialization(Context, Previous.asUnresolvedSet(),
8704 /// the function declaration \p FD will become a function template
8707 /// \param FD the function declaration, which will be updated to become a
8722 FunctionDecl *FD, TemplateArgumentListInfo *ExplicitTemplateArgs,
8727 TemplateSpecCandidateSet FailedCandidates(FD
8721 CheckFunctionTemplateSpecialization( FunctionDecl *FD, TemplateArgumentListInfo *ExplicitTemplateArgs, LookupResult &Previous, bool QualifiedFriend) argument
10690 MarkAsLateParsedTemplate(FunctionDecl *FD, Decl *FnD, CachedTokens &Toks) argument
10705 UnmarkAsLateParsedTemplate(FunctionDecl *FD) argument
10716 const FunctionDecl *FD = RD->isLocalClass(); local
10807 checkInstantiated(FunctionDecl *FD) argument
10844 checkInstantiated(EnumDecl *FD) argument
[all...]
H A DSemaLookup.cpp1550 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Entity)) {
1553 if (FunctionDecl *Pattern = FD->getTemplateInstantiationPattern())
1676 if (auto *FD = dyn_cast<FunctionDecl>(D))
1677 return FD->getTemplateSpecializationKind() == TSK_ExplicitSpecialization;
3437 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
3438 if (FD->getNumParams() == 1 &&
3439 FD->getParamDecl(0)->getType()->getAs<PointerType>())
3441 else if (FD->getNumParams() == ArgTys.size()) {
3444 QualType ParamTy = FD->getParamDecl(ArgIdx)->getType();
3452 if (FunctionTemplateDecl *FD
[all...]
H A DSemaExceptionSpec.cpp230 Sema::UpdateExceptionSpec(FunctionDecl *FD, argument
235 Listener->ResolvedExceptionSpec(FD);
237 for (FunctionDecl *Redecl : FD->redecls())
241 static bool exceptionSpecNotKnownYet(const FunctionDecl *FD) { argument
242 auto *MD = dyn_cast<CXXMethodDecl>(FD);
H A DSemaTemplateDeduction.cpp4766 bool Sema::DeduceReturnType(FunctionDecl *FD, SourceLocation Loc,
4768 assert(FD->getReturnType()->isUndeducedType());
4772 if (isLambdaConversionOperator(FD)) {
4773 CXXRecordDecl *Lambda = cast<CXXMethodDecl>(FD)->getParent();
4777 if (auto *Args = FD->getTemplateSpecializationArgs()) {
4800 if (FD->getReturnType()->getAs<PointerType>())
4803 assert(FD->getReturnType()->getAs<BlockPointerType>());
4806 Context.adjustDeducedFunctionResultType(FD, RetType);
4810 if (FD->getTemplateInstantiationPattern()) {
4812 InstantiateFunctionDefinition(Loc, FD);
[all...]
H A DSemaChecking.cpp353 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
354 if (FD->getBuiltinID()) {
396 void Sema::checkFortifiedBuiltinMemoryFunction(FunctionDecl *FD, argument
406 unsigned BuiltinID = FD->getBuiltinID(/*ConsiderWrappers=*/true);
500 FD->getParamDecl(ObjectIndex)->getAttr<PassObjectSizeAttr>())
4363 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(FDecl))
4364 parms = FD->parameters();
4447 auto *FD = dyn_cast_or_null<FunctionDecl>(FDecl); local
4449 (!FD || FD
9245 FunctionDecl *FD = dyn_cast<FunctionDecl>(R.getFoundDecl()); local
10001 const FunctionDecl *FD = CE->getDirectCallee(); local
10095 CheckReturnValExpr(Expr *RetValExp, QualType lhsType, SourceLocation ReturnLoc, bool isObjCMethod, const AttrVec *Attrs, const FunctionDecl *FD) argument
12265 const FunctionDecl *FD = nullptr; local
13457 const FieldDecl *FD = dyn_cast<FieldDecl>(ND); local
14958 auto *FD = dyn_cast<FieldDecl>(MD); local
15024 FieldDecl *FD = nullptr; local
[all...]
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h102 #define FD gettynums[6].value macro
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h251 EXTERN int FD; /* open file descriptor to remote host */ variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h201 const CGFunctionInfo &arrangeFunctionDeclaration(const FunctionDecl *FD);
H A DCodeGenPGO.cpp806 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
807 Walker.TraverseDecl(const_cast<FunctionDecl *>(FD));
873 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
874 Walker.VisitFunctionDecl(FD);
H A DCodeGenModule.h995 llvm::Constant *getBuiltinLibFunction(const FunctionDecl *FD,
1325 void CreateFunctionTypeMetadataForIcall(const FunctionDecl *FD,
1359 /// \param FD is a pointer to function declaration if any.
1362 const FunctionDecl *FD = nullptr,
1379 const FunctionDecl *FD);
1380 void UpdateMultiVersionNames(GlobalDecl GD, const FunctionDecl *FD);
H A DCGOpenMPRuntime.cpp372 if (const FieldDecl *FD = CGOpenMPInlinedRegionInfo::lookup(VD))
373 return FD;
1582 for (const FieldDecl *FD : RD->fields()) {
1583 unsigned Idx = RL.getLLVMFieldNo(FD);
1725 if (const auto *FD = dyn_cast_or_null<FunctionDecl>(CGF.CurFuncDecl))
1726 OS2 << FD->getQualifiedNameAsString();
4384 FieldDecl *FD = addFieldToRecordDecl(C, RD, Type); local
4389 FD->addAttr(*I);
4933 for (const FieldDecl *FD : PrivateRD->fields()) {
4934 NeedsCleanup = NeedsCleanup || FD
7711 const auto *FD = dyn_cast<FieldDecl>(EncounteredME->getMemberDecl()); local
10239 evaluateCDTSize(const FunctionDecl *FD, ArrayRef<ParamAttrTy> ParamAttrs) argument
10292 emitX86DeclareSimdFunction(const FunctionDecl *FD, llvm::Function *Fn, const llvm::APSInt &VLENVal, ArrayRef<ParamAttrTy> ParamAttrs, OMPDeclareSimdDeclAttr::BranchStateTy State) argument
10438 getNDSWDS(const FunctionDecl *FD, ArrayRef<ParamAttrTy> ParamAttrs) argument
10558 emitAArch64DeclareSimdFunction( CodeGenModule &CGM, const FunctionDecl *FD, unsigned UserVLEN, ArrayRef<ParamAttrTy> ParamAttrs, OMPDeclareSimdDeclAttr::BranchStateTy State, StringRef MangledName, char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) argument
10666 emitDeclareSimdFunction(const FunctionDecl *FD, llvm::Function *Fn) argument
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp334 if (const FieldDecl *FD = CSI->lookup(cast<VarDecl>(VD))) {
338 if (!FD->hasAttrs())
340 const auto *Attr = FD->getAttr<OMPCaptureKindAttr>();
347 !FD->getType()->isAnyPointerType()))
350 if (!FD->getType()->isReferenceType()) {
2321 LValue VarAddr = CGF.EmitLValueForField(Base, Rec.second.FD);
2325 VarTy = Rec.second.FD->getType();
2331 Rec.second.FD->getType()->castAsArrayTypeUnsafe()->getElementType();
2345 LValue SecVarAddr = CGF.EmitLValueForField(SecBase, SecIt->second.FD);
2353 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD
[all...]
H A DCGStmt.cpp1718 auto *FD = dyn_cast_or_null<FunctionDecl>(Call->getCalleeDecl()); local
1719 if (FD && FD->getBuiltinID() == Builtin::BI__builtin_unpredictable) {
2440 for (auto *FD : RD->fields()) {
2441 if (FD->hasCapturedVLAType()) {
2443 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc())
2445 auto VAT = FD->getCapturedVLAType();
2452 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); local
2453 LValue ThisLValue = EmitLValueForField(Base, FD);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h88 MAP(FD, 125) \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h127 void AddFunctionDefinition(const FunctionDecl *FD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp218 int FD; local
230 llvm::sys::fs::createUniqueFile(Model, FD, ResultPath)) {
251 Model, FD, llvm::sys::fs::CD_CreateNew, llvm::sys::fs::OF_None);
261 llvm::raw_fd_ostream os(FD, true);
H A DRegionStore.cpp408 if (const auto *FD = dyn_cast<FunctionDecl>(InitLoc->getDecl()))
409 IsMainAnalysis = FD->isMain() && !Ctx.getLangOpts().CPlusPlus;
1786 const FieldDecl *FD = R->getDecl(); local
1787 QualType Ty = FD->getType();
1789 if (const Expr *Init = FD->getInClassInitializer())
1798 unsigned Index = FD->getFieldIndex();
2342 for (const auto *FD : RD->fields()) {
2343 if (FD->isUnnamedBitfield())
2351 QualType Ty = FD->getType();
2355 Fields.push_back(FD);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp729 auto ObjCPropertyCallback = [&](ParsingFieldDeclarator &FD) {
730 if (FD.D.getIdentifier() == nullptr) {
732 << FD.D.getSourceRange();
735 if (FD.BitfieldSize) {
737 << FD.D.getSourceRange();
744 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(),
750 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier();
760 FD.D.getIdentifier());
762 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
765 FD
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp417 else if (const auto *FD = dyn_cast<FunctionDecl>(D))
418 Params = FD->parameters();
555 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
556 RequiredRetType = FD->getReturnType();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h248 if (const auto *FD = dyn_cast<FunctionDecl>(D))
249 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal();
H A DCheckerContext.h325 static bool isCLibraryFunction(const FunctionDecl *FD,
/freebsd-11-stable/contrib/apr/
H A Dapr.mak129 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
315 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
501 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /c
688 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "_DEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(OUTDIR)\apr-1" /FD /EHsc /c
1335 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
1347 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
1359 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\x64\LibR\gen_test_char /Fe.\x64\LibR\gen_test_char.exe .\tools\gen_test_char.c
1371 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\x64\LibD\gen_test_char /Fe.\x64\LibD\gen_test_char.exe .\tools\gen_test_char.c
H A Dlibapr.mak135 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
379 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
623 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /c
867 CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /I "./include/private" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "WINNT" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\libapr_src" /FD /EHsc /c
1533 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
1545 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
1557 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
1569 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\9x\Debug\gen_test_char /Fe.\9x\Debug\gen_test_char.exe .\tools\gen_test_char.c
1581 cl.exe /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /I ".\include" /Fo.\x64\Release\gen_test_char /Fe.\x64\Release\gen_test_char.exe .\tools\gen_test_char.c
1593 cl.exe /nologo /W3 /EHsc /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1068 for (const auto &FD : FrameData) {
1070 Obj->getFileName(), CVStringTable.getString(FD.FrameFunc));
1073 W.printHex("RvaStart", FD.RvaStart);
1074 W.printHex("CodeSize", FD.CodeSize);
1075 W.printHex("LocalSize", FD.LocalSize);
1076 W.printHex("ParamsSize", FD.ParamsSize);
1077 W.printHex("MaxStackSize", FD.MaxStackSize);
1078 W.printHex("PrologSize", FD.PrologSize);
1079 W.printHex("SavedRegsSize", FD.SavedRegsSize);
1080 W.printFlags("Flags", FD
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp175 file_t FD; member in class:__anon2001::RealFile
180 : FD(RawFD), S(NewName, {}, {}, {}, {}, {},
183 assert(FD != kInvalidFile && "Invalid or inactive file descriptor");
203 assert(FD != kInvalidFile && "cannot stat closed file");
206 if (std::error_code EC = sys::fs::status(FD, RealStatus))
220 assert(FD != kInvalidFile && "cannot get buffer for closed file");
221 return MemoryBuffer::getOpenFile(FD, Name, FileSize, RequiresNullTerminator,
226 std::error_code EC = sys::fs::closeFile(FD);
227 FD = kInvalidFile;

Completed in 516 milliseconds

1234567891011>>