Home
last modified time | relevance | path

Searched refs:ED (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/bin/ed/test/
H A Dmkscripts.sh6 ED=$1
7 [ ! -x $ED ] && { echo "$ED: cannot execute"; exit 1; }
24 base=`$ED - \!"echo $i" <<-EOF
27 $ED - <<-EOF
30 $ED - <<\EOT
58 base=`$ED - \!"echo $i" <<-EOF
61 $ED - <<-EOF
64 $ED - <<\EOT
H A Dckscripts.sh8 ED=$1
9 [ ! -x $ED ] && { echo "$ED: cannot execute"; exit 1; }
24 base=`$ED - \!"echo $i" <<-EOF
H A DMakefile2 ED= ${.OBJDIR}/ed macro
17 $(SHELL) mkscripts.sh $(ED); \
21 @echo testing $(ED) ...
22 @$(SHELL) ckscripts.sh $(ED)
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp125 MCSectionGOFF *ED = getParent(); in printSwitchToSection() local
126 ED->getParent()->printSwitchToSection(MAI, T, OS, Subsection); in printSwitchToSection()
128 emitCATTR(OS, ED->getName(), ED->getEDAttributes().Rmode, in printSwitchToSection()
129 ED->EDAttributes.Alignment, ED->EDAttributes.LoadBehavior, in printSwitchToSection()
130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection()
131 PRAttributes.SortKey, ED->EDAttributes.FillByteValue, Name); in printSwitchToSection()
134 ED->Emitted = true; in printSwitchToSection()
137 OS << ED->getName() << " CATTR PART(" << Name << ")\n"; in printSwitchToSection()
H A DGOFFObjectWriter.cpp302 GOFFSymbol ED(Section.getName(), Section.getOrdinal(), in defineSectionSymbols() local
304 ED.SectionLength = Asm.getSectionAddressSize(Section); in defineSectionSymbols()
305 writeSymbol(ED); in defineSectionSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp352 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue()
382 OffsetRange getOffsetRange(const ExtDesc &ED) const;
393 bool replaceInstrExact(const ExtDesc &ED, Register ExtR);
394 bool replaceInstrExpr(const ExtDesc &ED, const ExtenderInit &ExtI,
413 friend raw_ostream &operator<< (raw_ostream &OS, const ExtDesc &ED);
480 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtDesc &ED) { in operator <<() argument
481 assert(ED.OpNum != -1u); in operator <<()
482 const MachineBasicBlock &MBB = *ED.getOp().getParent()->getParent(); in operator <<()
486 if (ED.Rd.Reg != 0) in operator <<()
487 OS << printReg(ED.Rd.Reg, &HRI, ED.Rd.Sub); in operator <<()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp75 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { in getDeclValuesForEnum() argument
77 std::distance(ED->enumerator_begin(), ED->enumerator_end())); in getDeclValuesForEnum()
78 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
151 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt() local
154 if (ED->hasAttr<FlagEnumAttr>()) in checkPreStmt()
157 EnumValueVector DeclValues = getDeclValuesForEnum(ED); in checkPreStmt()
176 reportWarning(C, CE, ED); in checkPreStmt()
/freebsd/tools/tools/netmap/
H A Dnmreplay.c92 #define ED(_fmt, ...) \ macro
102 #define WWW(_fmt, ...) ED("--WWW-- " _fmt, ##__VA_ARGS__)
103 #define EEE(_fmt, ...) ED("--EEE-- " _fmt, ##__VA_ARGS__)
104 #define DDD(_fmt, ...) ED("--DDD-- " _fmt, ##__VA_ARGS__)
332 ED("filesize is %lu", (u_long)(pf->filesize)); in readpcap()
350 ED("magic is 0x%x", magic); in readpcap()
373 ED("swap %d res %d\n", pf->swap, pf->resolution); in readpcap()
406 ED("tot_pkt %lu tot_bytes %lu tx_time %.6f s first_len %lu", in readpcap()
423 ED("first_pkt_time %.6f s", 1e-9*first_pkt_time); in readpcap()
773 ED("--- start create %lu packets at tail %d", in pcap_prod()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp411 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, in ParseDirective() argument
466 D.DL = ED ? &ED->Errors : nullptr; in ParseDirective()
468 D.DL = ED ? &ED->Warnings : nullptr; in ParseDirective()
470 D.DL = ED ? &ED->Remarks : nullptr; in ParseDirective()
472 D.DL = ED ? &ED->Notes : nullptr; in ParseDirective()
799 ParseDirective(C, &ED, SM, &PP, CommentBegin, State, *Markers); in HandleComment()
829 ParseDirective(C2, &ED, SM, &PP, CommentBegin, State, *Markers); in HandleComment()
1013 ExpectedData &ED) { in CheckResults() argument
1025 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults()
1030 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2740 const ExecutionDomainTy &ED = CB ? CEDMap[{CB, PRE}] : BEDMap[nullptr]; in manifest() local
2741 if (!ED.IsReachedFromAlignedBarrierOnly || in manifest()
2742 ED.EncounteredNonLocalSideEffect) in manifest()
2744 if (!ED.EncounteredAssumes.empty() && !A.isModulePass()) in manifest()
2759 } else if (!ED.AlignedBarriers.empty()) { in manifest()
2761 SmallVector<CallBase *> Worklist(ED.AlignedBarriers.begin(), in manifest()
2762 ED.AlignedBarriers.end()); in manifest()
2788 if (!ED.EncounteredAssumes.empty() && (CB || !ED.AlignedBarriers.empty())) in manifest()
2789 for (auto *AssumeCB : ED.EncounteredAssumes) in manifest()
2810 mergeInPredecessorBarriersAndAssumptions(Attributor &A, ExecutionDomainTy &ED,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp553 ExportDecl ED; in parseExportDecl() local
554 ED.Location = consumeToken(); in parseExportDecl()
557 ED.Wildcard = false; in parseExportDecl()
561 ED.Id.push_back( in parseExportDecl()
574 ED.Wildcard = true; in parseExportDecl()
584 return std::move(ED); in parseExportDecl()
793 ExcludeDecl ED; in parseExcludeDecl() local
794 ED.Location = LeadingLoc; in parseExcludeDecl()
795 ED.Module = Tok.getString(); in parseExcludeDecl()
797 return std::move(ED); in parseExcludeDecl()
[all …]
H A DModuleMap.cpp1578 void handleExportDecl(const modulemap::ExportDecl &ED);
1811 [&](const modulemap::ExportDecl &ED) { handleExportDecl(ED); }, in handleModuleDecl() argument
1824 [&](const modulemap::ExcludeDecl &ED) { in handleModuleDecl() argument
1825 Diags.Report(ED.Location, diag::err_mmap_expected_member); in handleModuleDecl()
2039 void ModuleMapLoader::handleExportDecl(const modulemap::ExportDecl &ED) { in handleExportDecl() argument
2040 Module::UnresolvedExportDecl Unresolved = {ED.Location, ED.Id, ED.Wildcard}; in handleExportDecl()
2158 [&](const modulemap::ExcludeDecl &ED) { in handleInferredModuleDecl() argument
2161 Diags.Report(ED.Location, in handleInferredModuleDecl()
2168 ED.Module); in handleInferredModuleDecl()
2170 [&](const modulemap::ExportDecl &ED) { in handleInferredModuleDecl() argument
[all …]
/freebsd/crypto/openssl/test/ct/
H A Dtls1.sct10 E5:E2:3E:06:02:21:00:E4:ED:C0:DB:3A:C5:72:B1:E2:
12 05:51:9D:89:ED:BF:08
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp172 } else if (const auto *ED = dyn_cast<EnumDecl>(D)) { in isTemplateImplicitInstantiation() local
173 if (ED->getInstantiatedFromMemberEnum()) in isTemplateImplicitInstantiation()
174 TKind = ED->getTemplateSpecializationKind(); in isTemplateImplicitInstantiation()
235 } else if (const auto *ED = dyn_cast<EnumDecl>(D)) { in adjustTemplateImplicitInstantiation() local
236 return ED->getInstantiatedFromMemberEnum(); in adjustTemplateImplicitInstantiation()
249 if (const auto *ED = dyn_cast<EnumDecl>(ECD->getDeclContext())) { in adjustTemplateImplicitInstantiation() local
250 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation()
H A DIndexDecl.cpp381 bool VisitEnumDecl(const EnumDecl *ED) { in VisitEnumDecl() argument
382 TRY_TO(VisitTagDecl(ED)); in VisitEnumDecl()
385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl()
386 IndexCtx.indexTypeSourceInfo(TSI, ED, ED, /*isBase=*/true); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp640 if (auto *ED = dyn_cast<ExportDecl>(DC)) in getEnclosingExportDecl() local
641 return ED; in getEnclosingExportDecl()
917 if (auto *ED = getEnclosingExportDecl(D)) { in ActOnStartExportDecl() local
919 if (ED->hasBraces()) in ActOnStartExportDecl()
920 Diag(ED->getLocation(), diag::note_export); in ActOnStartExportDecl()
1008 auto *ED = cast<ExportDecl>(D); in ActOnFinishExportDecl() local
1010 ED->setRBraceLoc(RBraceLoc); in ActOnFinishExportDecl()
1016 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation(); in ActOnFinishExportDecl()
1017 for (auto *Child : ED->decls()) { in ActOnFinishExportDecl()
1034 for (auto *Exported : ED->decls()) in ActOnFinishExportDecl()
H A DSemaLambda.cpp625 if (EnumDecl *ED = findEnumForBlockReturn(CO->getTrueExpr())) in findEnumForBlockReturn() local
626 if (ED == findEnumForBlockReturn(CO->getFalseExpr())) in findEnumForBlockReturn()
627 return ED; in findEnumForBlockReturn()
667 EnumDecl *ED = findEnumForBlockReturn(*i); in findCommonEnumForBlockReturns() local
668 if (!ED) return nullptr; in findCommonEnumForBlockReturns()
672 if (findEnumForBlockReturn(*i) != ED) in findCommonEnumForBlockReturns()
677 if (!ED->hasNameForLinkage()) return nullptr; in findCommonEnumForBlockReturns()
679 return ED; in findCommonEnumForBlockReturns()
760 const EnumDecl *ED = findCommonEnumForBlockReturns(CSI.Returns); in deduceClosureReturnType() local
761 if (ED) { in deduceClosureReturnType()
[all …]
/freebsd/crypto/openssl/test/certs/
H A Dee-ed25519.pem24 9B:1F:5E:ED:ED:04:33:85:E4:F7:BC:62:3C:59:75:B9:0B:C8:BB:3B
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp308 if (const auto *ED = in VisitDeclRefExpr() local
310 if (ED->isScoped()) in VisitDeclRefExpr()
312 Decl = ED; in VisitDeclRefExpr()
474 if (const auto *ED = in getSupportedDeclFromTypeLoc() local
476 return ED; in getSupportedDeclFromTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp299 void VisitOMPExecutableDirective(OMPExecutableDirective *ED);
407 void ClassifyRefs::VisitOMPExecutableDirective(OMPExecutableDirective *ED) { in VisitOMPExecutableDirective() argument
408 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) in VisitOMPExecutableDirective()
502 void VisitOMPExecutableDirective(OMPExecutableDirective *ED);
698 OMPExecutableDirective *ED) { in VisitOMPExecutableDirective() argument
699 for (Stmt *S : OMPExecutableDirective::used_clauses_children(ED->clauses())) { in VisitOMPExecutableDirective()
703 if (!ED->isStandaloneDirective()) in VisitOMPExecutableDirective()
704 Visit(ED->getStructuredBlock()); in VisitOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp235 if (const EnumDecl *ED = dyn_cast<EnumDecl>(TD)) { in UpdateCompletedType() local
237 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
241 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32)) in UpdateCompletedType()
247 DI->completeType(ED); in UpdateCompletedType()
702 const EnumDecl *ED = cast<EnumType>(Ty)->getDecl(); in ConvertType() local
703 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
704 return ConvertType(ED->getIntegerType()); in ConvertType()
/freebsd/lib/libnetmap/
H A Dnmreq.c47 #define ED(...) D(__VA_ARGS__) macro
49 #define ED(...) macro
184 ED("name %s", h->nr_name); in nmreq_header_decode()
388 ED("flags: %s %s %s %s %s %s", in nmreq_register_decode()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp333 void VisitEnumDecl(EnumDecl *ED);
769 void ASTDeclReader::VisitEnumDecl(EnumDecl *ED) { in VisitEnumDecl() argument
770 VisitTagDecl(ED); in VisitEnumDecl()
772 ED->setIntegerTypeSourceInfo(TI); in VisitEnumDecl()
774 ED->setIntegerType(Record.readType()); in VisitEnumDecl()
775 ED->setPromotionType(Record.readType()); in VisitEnumDecl()
778 ED->setNumPositiveBits(EnumDeclBits.getNextBits(/*Width=*/8)); in VisitEnumDecl()
779 ED->setNumNegativeBits(EnumDeclBits.getNextBits(/*Width=*/8)); in VisitEnumDecl()
780 ED->setScoped(EnumDeclBits.getNextBit()); in VisitEnumDecl()
781 ED in VisitEnumDecl()
3327 if (auto *ED = dyn_cast<EnumDecl>(DC)) getPrimaryContextForMerging() local
[all...]
/freebsd/secure/caroot/untrusted/
H A DCertigna.pem49 1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
51 keyid:1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
/freebsd/secure/caroot/trusted/
H A DTUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem46 65:3F:C7:8A:86:C6:3C:DD:3C:54:5C:35:F8:3A:ED:52:0C:47:57:C8
68 SHA1 Fingerprint=31:43:64:9B:EC:CE:27:EC:ED:3A:3F:0B:8F:0D:E4:E8:91:DD:EE:CA

1234567