Searched defs:ED (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/bin/ed/test/
H A DMakefile3 ED= ${.OBJDIR}/ed macro
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp74 EnumValueVector getDeclValuesForEnum(const EnumDecl *ED) { argument
150 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h122 ExpectedData ED; member in class:clang::VerifyDiagnosticConsumer
/freebsd-current/lib/libnetmap/
H A Dnmreq.c47 #define ED(...) D(__VA_ARGS__) macro
49 #define ED(...) macro
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp889 auto *ED = cast<ExportDecl>(D); local
[all...]
H A DSemaLambda.cpp604 EnumDecl *ED = findEnumForBlockReturn(*i); local
697 const EnumDecl *ED = findCommonEnumForBlockReturns(CSI.Returns); local
[all...]
H A DSemaStmt.cpp1515 const EnumDecl *ED = ET->getDecl(); local
1163 ShouldDiagnoseSwitchCaseNotInEnum(const Sema &S, const EnumDecl *ED, const Expr *CaseExpr, EnumValsTy::iterator &EI, EnumValsTy::iterator &EIEnd, const llvm::APSInt &Val) argument
1656 const EnumDecl *ED = ET->getDecl(); local
[all...]
H A DSemaType.cpp9804 EnumDecl *ED = BaseType->castAs<EnumType>()->getDecl(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp648 const EnumDecl *ED = cast<EnumType>(Ty)->getDecl(); local
H A DCGDebugInfo.cpp2488 void CGDebugInfo::completeType(const EnumDecl *ED) { argument
3339 const EnumDecl *ED = Ty->getDecl(); local
3383 const EnumDecl *ED = Ty->getDecl(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp381 bool VisitEnumDecl(const EnumDecl *ED) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp96 setLoadedMacroDirective(IdentifierInfo *II, MacroDirective *ED, MacroDirective *MD) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h108 void setQualifierDistance(unsigned ED) { argument
112 void setCallbackDistance(unsigned ED) { argument
119 static unsigned NormalizeEditDistance(unsigned ED) { argument
132 unsigned ED = local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp403 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, argument
993 CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const TextDiagnosticBuffer &Buffer, ExpectedData &ED) argument
[all...]
H A DCompilerInstance.cpp2075 unsigned ED = local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp414 void ClassifyRefs::VisitOMPExecutableDirective(OMPExecutableDirective *ED) { argument
691 VisitOMPExecutableDirective( OMPExecutableDirective *ED) argument
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c92 #define ED(_fmt, ...) \ macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} argument
493 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtDesc &ED) { argument
1144 ExtDesc ED; local
1275 const ExtDesc &ED = Extenders[I]; local
1279 LLVM_DEBUG(dbgs() << " =" << I << ". " << EV << " " << ED << '\\n'); local
1295 const ExtDesc &ED = Extenders[I]; local
1299 LLVM_DEBUG(dbgs() << " " << I << ". " << EV << " " << ED << '\\n'); local
1495 const ExtDesc &ED = Extenders[Refs[i]]; local
1603 replaceInstrExact(const ExtDesc &ED, Register ExtR) argument
1720 replaceInstrExpr(const ExtDesc &ED, const ExtenderInit &ExtI, Register ExtR, int32_t &Diff) argument
1851 const ExtDesc &ED = Extenders[Idx]; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1816 OS << *ED; local
H A DMicrosoftMangle.cpp1167 auto *ED = cast<EnumDecl>(TD); local
H A DJSONNodeDumper.cpp947 void JSONNodeDumper::VisitEnumDecl(const EnumDecl *ED) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3463 SlotIndex ED, LE; local
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp792 void ASTDeclReader::VisitEnumDecl(EnumDecl *ED) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2987 mergeInPredecessorBarriersAndAssumptions( Attributor &A, ExecutionDomainTy &ED, const ExecutionDomainTy &PredED) argument
2996 mergeInPredecessor( Attributor &A, ExecutionDomainTy &ED, const ExecutionDomainTy &PredED, bool InitialEdgeOnly) argument
3113 ExecutionDomainTy ED; local
3579 const auto *ED = A.getAAFor<AAExecutionDomain>( variable
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3665 EnumDecl *ED = Type->castAs<EnumType>()->getDecl(); local

Completed in 703 milliseconds

12