Home
last modified time | relevance | path

Searched refs:Suggestion (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCloneDetection.h391 const VarDecl *Suggestion; member
393 const VarDecl *Suggestion) in SuspiciousCloneInfo()
394 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {} in SuspiciousCloneInfo()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DWarnings.cpp37 StringRef Suggestion = DiagnosticIDs::getNearestOption(Flavor, Opt); in EmitUnknownDiagWarning() local
40 << (Prefix.str() += std::string(Opt)) << !Suggestion.empty() in EmitUnknownDiagWarning()
41 << (Prefix.str() += std::string(Suggestion)); in EmitUnknownDiagWarning()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCloneDetection.cpp616 if (!FirstMismatch->FirstCloneInfo.Suggestion) in countPatternDifferences()
620 assert(FirstMismatch->FirstCloneInfo.Suggestion); in countPatternDifferences()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp165 std::string &Suggestion);
3389 AArch64AsmParser::parseCondCodeString(StringRef Cond, std::string &Suggestion) { in parseCondCodeString() argument
3427 Suggestion = "nfrst"; in parseCondCodeString()
3440 std::string Suggestion; in parseCondCode() local
3441 AArch64CC::CondCode CC = parseCondCodeString(Cond, Suggestion); in parseCondCode()
3444 if (!Suggestion.empty()) in parseCondCode()
3445 Msg += ", did you mean " + Suggestion + "?"; in parseCondCode()
5120 std::string Suggestion; in ParseInstruction() local
5121 AArch64CC::CondCode CC = parseCondCodeString(Head, Suggestion); in ParseInstruction()
5124 if (!Suggestion.empty()) in ParseInstruction()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/debug/
Dvector240 // DR 464. Suggestion for new member functions in standard containers.
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1595 std::string Suggestion = SystemZMnemonicSpellCheck( in MatchAndEmitInstruction() local
1597 return Error(IDLoc, "invalid instruction" + Suggestion, in MatchAndEmitInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1230 std::string Suggestion = PPCMnemonicSpellCheck( in MatchAndEmitInstruction() local
1232 return Error(IDLoc, "invalid instruction" + Suggestion, in MatchAndEmitInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1098 std::string Suggestion = RISCVMnemonicSpellCheck( in MatchAndEmitInstruction() local
1100 return Error(IDLoc, "unrecognized instruction mnemonic" + Suggestion); in MatchAndEmitInstruction()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.46309 likewise to reduce the font size for @small*. Suggestion from:
426 Suggestion from wl.
503 output, add class="cartouche". Suggestion from Stephen.
895 after. Suggestion from: Kevin Ryde
900 * util/texi2dvi: make egrep a variable (EGREP). Suggestion from:
938 expanded, plus other changes. Suggestion from Nelson Beebe.
1462 Suggestion (and assurance of compatibility) from
1618 instead of the binaries. Suggestion from Alexandre.
1622 install-info target inserted by Automake. (Suggestion from Akim.)
2238 font-lock in Emacs 21.1. Suggestion from: Stephen Gildea
[all …]
DChangeLog615 cross-references to each of the commands. Suggestion from
621 Suggestion from Stepan.
739 spurious xref. Suggestion from Jan Nieuwenhuizen
4581 "Note:", since that conflicts with Info usage. Suggestion from
4621 space above, and don't add \parskip to space above. Suggestion
4817 account of HTML. Suggestion from: Dumas Patrice
4836 Suggestion from Patrice.
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclAttr.cpp1766 StringRef Suggestion; in checkAssumptionAttr() local
1771 Suggestion = KnownAssumptionIt.getKey(); in checkAssumptionAttr()
1776 if (!Suggestion.empty()) in checkAssumptionAttr()
1778 << AssumptionStr << Suggestion; in checkAssumptionAttr()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4770 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS); in checkUnsupportedInstruction() local
4771 return Error(IDLoc, "invalid instruction" + Suggestion); in checkUnsupportedInstruction()
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-98991767 Suggestion from Jonathan-Harris@psion.com.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-98991767 Suggestion from Jonathan-Harris@psion.com.
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7000 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in ParseInstruction() local
7001 return Error(NameLoc, "unknown instruction" + Suggestion); in ParseInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11042 std::string Suggestion = ARMMnemonicSpellCheck( in MatchAndEmitInstruction() local
11044 return Error(IDLoc, "invalid instruction" + Suggestion, in MatchAndEmitInstruction()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19913264 and memory_remove_breakpoint, no longer used. (Suggestion of
/openbsd/src/gnu/usr.bin/cvs/
DFAQ3462 Suggestion: Practice on non-essential files.