Searched refs:FD (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/
H A DStroke.pm60 5205 5206 5207 5208 529D 529E 52FB 52FC 52FD 52FE
90 53F7 53F8 53F9 53FA 53FB 53FC 53FD 53FE 20BA8 20BA9
283 51C0 205C3 51ED 51EE 51EF 51FD 34E4 522E 522F 5230
299 56FA 56FB 56FC 56FD 56FE 3631 3632 3633 3634 3635
342 65FC 65FD 65FE 65FF 6600 6601 6602 6603 6604 6605
380 77F8 77F9 77FA 77FB 77FC 77FD 77FE 77FF 7800 7801
391 81FD 81FE 820D 820E 820F 8220 8270 8298 8299 829A
450 59F5 59F6 59F7 59F8 59F9 59FA 59FB 59FC 59FD 59FE
473 62F5 62F6 62F7 62F8 62F9 62FA 62FB 62FC 62FD 62FE
493 67FC 67FD 6
[all...]
H A DZhuyin.pm57 5E8D 62DD 8D25 62DC 6557 7308 7A17 86FD 7CBA 3525
64 94A1 4FFB 500D 36DD 6096 72FD 90E5 505D 5079 3AF2
73 5BDA 8446 98FD 99C2 9CF5 7DE5 8913 9D07 8CF2 4B4B
75 52FD 62A5 62B1 8C79 8DB5 94C7 86AB 888C 5831 83E2
115 7DBC 84D6 88E8 999D 6F77 719A 7358 7359 3EEB 84FD
227 5C41 6DE0 6E12 63CA 91FD 5AB2 5AD3 7765 8F9F 6F4E
370 76BF 51BA 5221 95F5 62BF 6CEF 52C4 6543 95FD 60AF
371 654F 7B22 60FD 6E63 9594 610D 3B06 668B 95A9 50F6
439 5C01 75AF 76FD 781C 98A8 36D4 5CEF 5CF0 44A0 5051
440 687B 70FD
[all...]
H A DPinyin.pm44 99A3 76EB 9D6A 97FD 9D95
74 5E8D 62DD 8D25 62DC 6557 7308 7A17 86FD 7CBA 8D01
93 8446 5BDA 98FD 8913 99C2 9CF5 7DE5 9D07 8CF2 5BF3
95 52FD 62A5 62B1 8C79 8DB5 94C7 83E2 86AB 888C 5831
103 90E5 94A1 4FFB 500D 6096 72FD 88AB 505D 5079 6896
129 6ED7 6EED 714F 75F9 75FA 7764 8177 84D6 84FD 870C
211 66FA 66F9 5608 5D86 6F15 84F8 69FD 893F 825A 87AC
221 66FD 564C
275 9637 6CDF 67FD 722F 68E6 6D7E 7424 79F0 5041 86CF
309 5114 96D4 568B 5B26 5E6C 61E4 85B5 71FD 9
[all...]
H A DGB2312.pm53 8231 4ED3 6CA7 85CF 64CD 7CD9 69FD 66F9 8349 5395
88 75D8 90FD 7763 6BD2 728A 72EC 8BFB 5835 7779 8D4C
102 70FD 9022 51AF 7F1D 8BBD 5949 51E4 4F5B 5426 592B
122 8F8A 6EDA 68CD 9505 90ED 56FD 679C 88F9 8FC7 54C8
124 97E9 542B 6DB5 5BD2 51FD 558A 7F55 7FF0 64BC 634D
138 6BC1 6094 6167 5349 60E0 6666 8D3F 79FD 4F1A 70E9
182 9611 5170 6F9C 8C30 63FD 89C8 61D2 7F06 70C2 6EE5
216 60AF 95FD 660E 879F 9E23 94ED 540D 547D 8C2C 6478
222 6320 8111 607C 95F9 6DD6 5462 9981 5185 5AE9 80FD
287 6002 9882 9001 5B8B 8BBC 8BF5 641C 8258 64DE 55FD
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp1345 for (const FieldDecl *FD : RD->fields()) {
1346 if (FD->getAccess() != AS_public) {
1347 Diag(FD->getLocation(), diag::note_not_structural_non_public) << T << 0;
1350 if (FD->isMutable()) {
1351 Diag(FD->getLocation(), diag::note_not_structural_mutable_field) << T;
1354 if (FD->getType()->isRValueReferenceType()) {
1355 Diag(FD->getLocation(), diag::note_not_structural_rvalue_ref_field)
1375 for (const FieldDecl *FD : RD->fields()) {
1376 QualType T = Context.getBaseElementType(FD->getType());
1378 SubLoc = FD
9255 CheckDependentFunctionTemplateSpecialization(FunctionDecl *FD, const TemplateArgumentListInfo &ExplicitTemplateArgs, LookupResult &Previous) argument
9318 CheckFunctionTemplateSpecialization( FunctionDecl *FD, TemplateArgumentListInfo *ExplicitTemplateArgs, LookupResult &Previous, bool QualifiedFriend) argument
11300 MarkAsLateParsedTemplate(FunctionDecl *FD, Decl *FnD, CachedTokens &Toks) argument
11315 UnmarkAsLateParsedTemplate(FunctionDecl *FD) argument
11326 const FunctionDecl *FD = RD->isLocalClass(); local
11435 checkInstantiated(FunctionDecl *FD) argument
11472 checkInstantiated(EnumDecl *FD) argument
[all...]
H A DSemaExprMember.cpp986 const auto *FD = getCurFunctionDecl(); local
987 if (S && BaseExpr && FD &&
988 (isa<CXXDestructorDecl>(FD) || isa<CXXConstructorDecl>(FD)) &&
992 << isa<CXXDestructorDecl>(FD);
1097 if (FieldDecl *FD = dyn_cast<FieldDecl>(MemberDecl))
1098 return BuildFieldReferenceExpr(BaseExpr, IsArrow, OpLoc, SS, FD, FoundDecl,
1105 if (IndirectFieldDecl *FD = dyn_cast<IndirectFieldDecl>(MemberDecl))
1108 return BuildAnonymousStructUnionMemberReference(SS, MemberLoc, FD,
H A DSemaOpenMP.cpp205 const FieldDecl *FD = nullptr; member in struct:__anon823::DSAStackTy::SharingMapTy::ImplicitDefaultFDInfoTy
210 ImplicitDefaultFDInfoTy(const FieldDecl *FD, size_t StackLevel, argument
212 : FD(FD), StackLevel(StackLevel), VD(VD) {}
1173 VarDecl *getImplicitFDCapExprDecl(const FieldDecl *FD) const {
1186 if (IFD.FD == FD && IFD.StackLevel == StackLevel)
1204 /// Store capture FD info in ImplicitDefaultFirstprivateFDs
1205 void addImplicitDefaultFirstprivateFD(const FieldDecl *FD, VarDecl *VD) {
1211 I->ImplicitDefaultFirstprivateFDs.emplace_back(FD, StackLeve
[all...]
H A DSemaOverload.cpp49 static bool functionHasPassObjectSizeParams(const FunctionDecl *FD) { argument
50 return llvm::any_of(FD->parameters(), [](const ParmVarDecl *P) {
956 auto *FD = Op->getAsFunction();
958 FD = UD->getUnderlyingDecl()->getAsFunction();
959 if (FunctionsCorrespond(S.Context, EqFD, FD) &&
975 Sema &S, ArrayRef<Expr *> OriginalArgs, FunctionDecl *FD) {
976 auto Op = FD->getOverloadedOperator();
982 S, OpLoc, /*FirstOperand in reversed args*/ OriginalArgs[1], FD))
987 return FD->getNumParams() != 2 ||
988 !S.Context.hasSameUnqualifiedType(FD
[all...]
H A DSemaLookup.cpp1532 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Entity)) {
1535 if (FunctionDecl *Pattern = FD->getTemplateInstantiationPattern())
1708 if (auto *FD = dyn_cast<FunctionDecl>(D))
1709 return FD->getTemplateSpecializationKind() ==
2115 if (auto *FD = dyn_cast<FunctionDecl>(ND);
2116 FD && FD->isReservedGlobalPlacementOperator())
3678 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
3679 if (FD->getNumParams() == 1 &&
3680 FD
[all...]
H A DCodeCompleteConsumer.cpp605 if (const auto *FD = getFunction()) {
606 if (N < FD->param_size())
607 return FD->getParamDecl(N);
H A DSemaExprCXX.cpp1629 if (const auto *FD = dyn_cast<FunctionDecl>(D)) {
1630 if (IdentifyCUDAPreference(Caller, FD) > CFP_WrongSide)
1646 return llvm::none_of(PreventedBy, [&](const FunctionDecl *FD) {
1647 assert(FD->getNumParams() == 1 &&
1649 return IdentifyCUDAPreference(Caller, FD) >= CFP_HostDevice;
1655 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) {
1656 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(FD))
1659 if (FD->getOverloadedOperator() != OO_Delete &&
1660 FD->getOverloadedOperator() != OO_Array_Delete)
1665 if (S.getLangOpts().SizedDeallocation && UsualParams < FD
[all...]
H A DSemaTemplateInstantiate.cpp739 } else if (FieldDecl *FD = dyn_cast<FieldDecl>(D)) {
742 << FD << Active->InstantiationRange;
818 FunctionDecl *FD = cast<FunctionDecl>(Param->getDeclContext()); local
822 FD->printName(OS, getPrintingPolicy());
918 auto *FD = dyn_cast<FunctionDecl>(Active->Entity); local
920 FD ? getDefaultedFunctionKind(FD) : DefaultedFunctionKind();
922 auto *MD = cast<CXXMethodDecl>(FD);
932 cast<CXXRecordDecl>(FD->getLexicalDeclContext()));
2838 FunctionDecl *FD
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2601 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl()); local
2602 if (FD->hasAttr<WeakRefAttr>()) {
2603 ConstantAddress aliasee = CGM.GetWeakRefReference(FD);
2608 if (!FD->hasPrototype()) {
2610 FD->getType()->getAs<FunctionProtoType>()) {
2626 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl()); local
2628 CharUnits Alignment = CGF.getContext().getDeclAlign(FD);
2633 static LValue EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, argument
2635 QualType TagType = CGF.getContext().getTagDeclType(FD->getParent());
2637 return CGF.EmitLValueForField(LV, FD);
2912 auto *FD = LambdaCaptureFields.lookup(BD); local
4943 EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc) argument
5012 OnlyHasInlineBuiltinDeclaration(const FunctionDecl *FD) argument
5020 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl()); local
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp1312 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
1313 return FD->param_size();
1336 } else if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) {
1337 if (i < FD->param_size())
1338 return cxcursor::MakeCXCursor(FD->parameters()[i],
1370 if (const auto *FD =
1373 FD->getTemplateSpecializationInfo();
1417 if (const auto *FD =
1421 FD->getTemplateSpecializationInfo();
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp428 const FunctionDecl *FD = C.getCalleeDecl(CE); local
429 if (!FD)
437 if (!(FD->getIdentifier() == ICreate || FD->getIdentifier() == IGetValue) ||
494 bool isCreate = (FD->getIdentifier() == ICreate);
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp319 int FD;
321 sys::fs::createTemporaryFile("lto-llvm", Extension, FD, Filename);
326 std::make_unique<llvm::raw_fd_ostream>(FD, true));
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp893 const auto *FD = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); local
894 if (!FD)
912 SmrMgr.canEval(CE, FD, hasTrustedImplementationAnnotation);
1058 } else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CD)) {
1059 if (!isa<CXXMethodDecl>(FD)) {
1060 const RetainSummary *Summ = Summaries.getSummary(AnyCall(FD));
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp971 if (const FunctionDecl *FD = CNE->getOperatorNew()) {
972 QualType Ty = FD->getType();
1000 FunctionDecl *FD = CNE->getOperatorNew(); local
1003 FD->isReplaceableGlobalAllocationFunction();
1044 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>())
1097 if (FD->isReservedGlobalPlacementOperator()) {
H A DSimpleSValBuilder.cpp1061 auto getFieldLValue = [&](const auto *FD) -> SVal {
1068 return state->getLValue(FD, Result);
1071 if (const auto *FD = PTMSV->getDeclAs<FieldDecl>()) {
1072 return getFieldLValue(FD);
1074 if (const auto *FD = PTMSV->getDeclAs<IndirectFieldDecl>()) {
1075 return getFieldLValue(FD);
/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp254 if (const FieldDecl *FD = Initializer->getMember()) {
255 if (isInUSRSet(FD)) {
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/
H A Dcu.pl23 00FD ; [.2270.0020.0002][.0000.0021.0000][.0000.00A3.0002][.0000.0021.0000] # LATIN SMALL LETTER Y WITH ACUTE
H A Dzh_big5.pl244 F978 ; [.82FD.0020.0002] # CJK COMPATIBILITY IDEOGRAPH-F978
551 2F907 ; [.98FD.0020.0002] # CJK COMPATIBILITY IDEOGRAPH-2F907
646 2F946 ; [.86FD.0020.0002] # CJK COMPATIBILITY IDEOGRAPH-2F946
647 2F947 ; [.86FD.0020.0002] # CJK COMPATIBILITY IDEOGRAPH-2F947
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp463 if (auto *FD = dyn_cast<FunctionDecl>(D))
464 return !FD->getDescribedFunctionTemplate();
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h455 int FD; member in class:llvm::raw_fd_ostream
490 int get_fd() const { return FD; }
515 /// FD is the file descriptor that this writes to. If ShouldClose is true,
516 /// this closes the file when the stream is destroyed. If FD is for stdout or
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp127 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
128 return FD->hasBody();

Completed in 273 milliseconds

1234567891011>>