Searched refs:FD (Results 251 - 275 of 280) sorted by relevance

<<1112

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp200 if (const auto *FD = dyn_cast<FieldDecl>(ME->getMemberDecl()))
202 return State->getRawSVal(*FieldL, FD->getType());
472 if (const auto *FD = dyn_cast_or_null<FunctionDecl>(RD.getDecl()))
473 return FD->parameters();
H A DBugReporter.cpp3048 if (const auto FD = dyn_cast<FunctionDecl>(Signature)) {
3049 SignatureSourceRange = FD->getSourceRange();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp800 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
801 if (Stmt *Body = FD->getBody())
975 if (const auto FD = dyn_cast<FunctionDecl>(D))
977 FD->getTemplateSpecializationArgs())
979 FD->getASTContext().getLangOpts(), "<", ">");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1739 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); }
1902 /// member function FD.
1903 void setInstantiationOfMemberFunction(ASTContext &C, FunctionDecl *FD,
2565 /// member function FD.
2566 void setInstantiationOfMemberFunction(FunctionDecl *FD,
2568 setInstantiationOfMemberFunction(getASTContext(), FD, TSK);
H A DRecursiveASTVisitor.h1739 for (auto *FD : D->specializations()) {
1740 for (auto *RD : FD->redecls()) {
H A DDeclCXX.h667 void pushFriendDecl(FriendDecl *FD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp265 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(DC))
266 if (FD->isInlined())
H A DSemaDeclObjC.cpp5002 Decl *FD = ObjCAtDefsFieldDecl::Create(Context, Record, local
5007 Decls.push_back(FD);
5013 FieldDecl *FD = cast<FieldDecl>(*D); local
5015 PushOnScopeChains(FD, S);
5017 Record->addDecl(FD);
H A DSemaType.cpp7990 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
7991 if (auto *Pattern = FD->getTemplateInstantiationPattern())
7992 FD = Pattern;
7993 D = FD->getDefinition();
H A DTreeTransform.h7298 auto *FD = cast<FunctionDecl>(SemaRef.CurContext); local
7299 assert(FD && ScopeInfo && !ScopeInfo->CoroutinePromise &&
7315 if (!SemaRef.buildCoroutineParameterMoves(FD->getLocation()))
7317 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation());
7340 CoroutineStmtBuilder Builder(SemaRef, *FD, *ScopeInfo, BodyRes.get());
9520 if (FunctionDecl *FD = E->getDirectCallee())
9521 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), FD);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1143 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C) {
1144 Elements.push_back(CFGMemberDtor(FD), C);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1809 getTemplateSpecializationArgs(const FunctionDecl &FD) { argument
1810 if (const auto* TemplateArgs = FD.getTemplateSpecializationArgs())
H A DASTMatchers.h6516 if (const auto *FD = dyn_cast<FunctionDecl>(&Node))
6517 return FD->isInlineSpecified();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4060 const FunctionDecl *FD = LPTMapEntry.first;
4062 AddDeclRef(FD, Record);
5810 void ASTWriter::ResolvedExceptionSpec(const FunctionDecl *FD) {
5814 Chain->forEachImportedKeyDecl(FD, [&](const Decl *D) {
5825 void ASTWriter::DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) {
5829 Chain->forEachImportedKeyDecl(FD, [&](const Decl *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp132 if (FieldDecl *FD = candidate.getCorrectionDeclAs<FieldDecl>())
133 return !candidate.getCorrectionSpecifier() || isa<ObjCIvarDecl>(FD);
H A DParseDecl.cpp4274 auto CFieldCallback = [&](ParsingFieldDeclarator &FD) {
4278 FD.D.getDeclSpec().getSourceRange().getBegin(),
4279 FD.D, FD.BitfieldSize);
4281 FD.complete(Field);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1316 LateParsedMemberInitializer(Parser *P, Decl *FD) argument
1317 : Self(P), Field(FD) { }
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1871 if (auto FD = dyn_cast<FunctionDecl>(D))
1872 return CGM.GetAddrOfFunction(FD);
H A DMicrosoftCXXABI.cpp2750 const FieldDecl *FD = dyn_cast<FieldDecl>(MPD); local
2751 if (!FD)
2752 FD = cast<FieldDecl>(*cast<IndirectFieldDecl>(MPD)->chain_begin());
2753 const CXXRecordDecl *RD = cast<CXXRecordDecl>(FD->getParent());
3357 CGM.getTypes().arrangeCXXMethodType(RD, FPT, /*FD=*/nullptr));
H A DCGClass.cpp1177 FunctionDecl *FD = dyn_cast<FunctionDecl>(CE->getCalleeDecl()); local
1178 if (!FD || FD->getBuiltinID() != Builtin::BI__builtin_memcpy)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1153 FunctionDumper FD(Printer);
1156 FD.start(*F, FunctionDumper::PointerType::None);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak203 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./" /I "../../../" /I "include" /I "../include" /I "../../../lib/isc/noatomic/include" /I "win32" /I "../../isccfg/include" /I "../../../../libxml2-2.7.3/include" /D "BIND9" /D "WIN32" /D "NDEBUG" /D "__STDC__" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBISC_EXPORTS" /Fp"$(INTDIR)\libisc.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
478 CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /I "./" /I "../../../" /I "include" /I "../include" /I "../../../lib/isc/noatomic/include" /I "win32" /I "../../isccfg/include" /I "../../../../libxml2-2.7.3/include" /D "BIND9" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__STDC__" /D "_MBCS" /D "_USRDLL" /D "LIBISC_EXPORTS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\libisc.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S3174 * Write (single precision) the FD register (bits 10-6).
3185 * Write (integer) the FD register (bits 10-6).
3200 srl a3, a0, 7 - 2 # get FD field (even regs only)
3295 srl a3, a0, 7 - 2 # get FD field (even regs only)
3296 and a3, a3, 0xF << 2 # mask FD field
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3310 for (FieldDecl *FD :
3312 QualType FieldTy = FD->getType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2255 int FD; local
2257 Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath);
2263 std::make_unique<llvm::raw_fd_ostream>(FD, /*shouldClose=*/true);

Completed in 446 milliseconds

<<1112