Home
last modified time | relevance | path

Searched defs:ErrorInfo (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp54 scudo_error_info ErrorInfo; in LLVMFuzzerTestOneInput() local
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLLexer.h31 SMDiagnostic &ErrorInfo; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp269 const ErrorInfoBase &ErrorInfo, in printError()
378 const ErrorInfoBase &ErrorInfo, in printError()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp288 uint64_t const &ErrorInfo) { in invalidOperand()
313 uint64_t const &ErrorInfo) { in missingFeature()
326 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp954 uint64_t const &ErrorInfo) { in invalidOperand()
977 uint64_t const &ErrorInfo) { in missingFeature()
992 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp344 uint64_t ErrorInfo) { in RefineErrorLoc()
357 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h976 static void getErrorInfo(struct scudo_error_info *ErrorInfo, in getErrorInfo()
1327 static void getInlineErrorInfo(struct scudo_error_info *ErrorInfo, in getInlineErrorInfo()
1409 static void getRingBufferErrorInfo(struct scudo_error_info *ErrorInfo, in getRingBufferErrorInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp289 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1244 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
1253 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp124 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, in MatchInstruction()
4051 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction()
4137 uint64_t &ErrorInfo, in MatchAndEmitATTInstruction()
4395 uint64_t &ErrorInfo, in MatchAndEmitIntelInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp259 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1060 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
1069 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
2294 uint64_t ErrorInfo; in parseDirectiveInsn() local
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp652 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
661 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp554 uint64_t &ErrorInfo, in matchOneInstruction()
614 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1021 StringRef ErrorInfo; in verifyPreISelGenericInstruction() local
1830 StringRef ErrorInfo; in visitMachineInstrBefore() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp657 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp649 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1008 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp766 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11697 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue()
11728 ErrorInfoTy &ErrorInfo) { in checkCondUpdateStmt()
11823 ErrorInfoTy &ErrorInfo) { in checkCondExprStmt()
11927 Stmt *S, OpenMPAtomicCompareChecker::ErrorInfoTy &ErrorInfo) { in checkStmt()
12011 bool OpenMPAtomicCompareCaptureChecker::checkType(ErrorInfoTy &ErrorInfo) { in checkType()
12025 ErrorInfoTy &ErrorInfo) { in checkForm3()
12143 ErrorInfoTy &ErrorInfo) { in checkForm45()
12268 ErrorInfoTy &ErrorInfo) { in checkStmt()
12896 OpenMPAtomicCompareCaptureChecker::ErrorInfoTy ErrorInfo; in ActOnOpenMPAtomicDirective() local
12916 OpenMPAtomicCompareChecker::ErrorInfoTy ErrorInfo; in ActOnOpenMPAtomicDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1215 MCStreamer &Out, uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1550 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5683 uint64_t ErrorInfo, in showMatchError()
6142 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5957 uint64_t ErrorInfo) { in RefineErrorLoc()
5970 uint64_t &ErrorInfo, in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2387 uint64_t ErrorInfo; in parseAndMatchAndEmitTargetInstruction() local

12