Home
last modified time | relevance | path

Searched defs:CMD (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp.c156 struct CMD { struct
168 static const struct CMD cmds[] = { argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp625 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op)) in tryToMapOperand() local
660 static ConstantAsMetadata *wrapConstantAsMetadata(const ConstantAsMetadata &CMD, in wrapConstantAsMetadata()
677 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op)) in getMappedOp() local
899 if (auto *CMD = dyn_cast<ConstantAsMetadata>(MD)) { in mapSimpleMetadata() local
/freebsd/sys/dev/sound/midi/
H A Dmpu401.c57 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp535 getDeclWithMergedLifetimeBoundAttrs(const CXXMethodDecl *CMD) { in getDeclWithMergedLifetimeBoundAttrs()
1279 static bool isAssignmentOperatorLifetimeBound(const CXXMethodDecl *CMD) { in isAssignmentOperatorLifetimeBound()
H A DSemaStmt.cpp744 bool IsCallee) -> bool { in checkMustTailAttr()
778 } else if (const auto *CMD = dyn_cast<CXXMethodDecl>(CurContext)) { in checkMustTailAttr() local
794 if (const CXXMethodDecl *CMD = in checkMustTailAttr() local
H A DSemaAttr.cpp249 if (auto *CMD = dyn_cast<CXXMethodDecl>(FD)) { in inferLifetimeBoundAttribute() local
H A DSemaDeclObjC.cpp3954 if (const auto *CMD = in DiagnoseCategoryDirectMembersProtocolConformance() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp1207 [&](const ConfigMacrosDecl &CMD) { in dumpDecls()
H A DModuleMap.cpp1820 [&](const modulemap::ConfigMacrosDecl &CMD) { in handleModuleDecl()
2075 const modulemap::ConfigMacrosDecl &CMD) { in handleConfigMacros()
/freebsd/sbin/fdisk/
H A Dfdisk.c114 } CMD; typedef
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1998 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(CUorFn)) in parseOneMetadata() local
2173 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(Expr)) { in parseOneMetadata() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp169 if (const auto *CMD = dyn_cast<CXXMethodDecl>(D)) in translateAttrExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp696 if (const auto *CMD = dyn_cast_if_present<CXXMethodDecl>(getDecl()); in getRuntimeDefinition() local
/freebsd/sys/dev/mwl/
H A Dmwlhal.c2685 #define CMD(x) case HostCmd_CMD_##x: return #x in mwlcmdname() macro