Home
last modified time | relevance | path

Searched defs:ErrInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Derr.h29 struct ErrInfo { struct
30 ErrInfo(const Location& loc, const std::string& msg, const std::string& help) in ErrInfo() function
33 Location location;
34 Label toolchain_label;
36 std::vector<LocationRange> ranges;
38 std::string message;
39 std::string help_text;
41 std::vector<Err> sub_errs;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp722 static bool verifyInsExtInstruction(const MachineInstr &MI, StringRef &ErrInfo, in verifyInsExtInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1512 StringRef &ErrInfo) const { in verifyInstruction()