Searched refs:SD (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5588 Decl *SD = *DI; local
5589 if (ValueDecl *ND = dyn_cast<ValueDecl>(SD)) {
5594 if (VarDecl *VD = dyn_cast<VarDecl>(SD)) {
5606 if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1870 emitLoadStoreSymbol(Inst, RISCV::SD, IDLoc, Out, /*HasTmpReg=*/true);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp565 if (const auto *SD = dyn_cast<LinkageSpecDecl>(D.getDeclContext()))
566 if (!SD->hasBraces())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8748 /// AddDbgValue - Add a dbg_value SDNode. If SD is non-null that means the
8749 /// value is produced by SD.
8750 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) {
8751 if (SD) {
8752 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue());
8753 SD->setHasDebugValue(true);
8755 DbgInfo->add(DB, SD, isParameter);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5931 ListScope SD(W, "VersionDefinitions");
5957 ListScope SD(W, "VersionRequirements");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1682 const auto *SD = FD ? FD->getAttr<CPUSpecificAttr>() : nullptr; local
1684 if (TD || SD) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11039 for (auto *SD : UD->shadows())
11040 R.addDecl(SD);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5436 8u0sbH92fhlrKL1bpjGQDd0NNwiBRDIbhV+jozOIPJ5G7c8ns+SD+lmpEXKfZCVP
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5919 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD,

Completed in 406 milliseconds

123