Searched refs:Msgs (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionCognitiveComplexityCheck.cpp | 155 static const std::array<const StringRef, 4> Msgs = {{ variable 532 assert(MsgId < Msgs.size() && "MsgId should always be valid"); in check() 535 diag(Detail.Loc, Msgs[MsgId], DiagnosticIDs::Note) in check()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3364 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local 3369 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set"); in VerifyInstructionFlags() 3374 Msgs.push_back("pattern may store, but mayStore isn't set"); in VerifyInstructionFlags() 3378 Msgs.push_back("pattern may load, but mayLoad isn't set"); in VerifyInstructionFlags() 3381 if (Msgs.empty()) in VerifyInstructionFlags() 3385 for (const std::string &Msg : Msgs) in VerifyInstructionFlags()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 4055 SmallVector<std::string, 4> Msgs; in VerifyInstructionFlags() local 4060 Msgs.push_back("pattern has side effects, but hasSideEffects isn't set"); in VerifyInstructionFlags() 4065 Msgs.push_back("pattern may store, but mayStore isn't set"); in VerifyInstructionFlags() 4069 Msgs.push_back("pattern may load, but mayLoad isn't set"); in VerifyInstructionFlags() 4072 if (Msgs.empty()) in VerifyInstructionFlags() 4076 for (const std::string &Msg : Msgs) in VerifyInstructionFlags()
|
/external/tcpdump/ |
D | CHANGES | 649 Add support for Address-Withdraw and Label-Withdraw Msgs
|