Searched refs:ErrorId (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslfileio.c | 176 UINT8 ErrorId) in FlFileError() argument 182 AslCommonError (ASL_ERROR, ErrorId, 0, 0, 0, 0, NULL, AslGbl_MsgBuffer); in FlFileError()
|
H A D | aslcompiler.h | 1038 UINT8 ErrorId);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1666 void depCtrError(SMLoc Loc, int ErrorId, StringRef DepCtrName); 7261 void AMDGPUAsmParser::depCtrError(SMLoc Loc, int ErrorId, in depCtrError() argument 7263 switch (ErrorId) { in depCtrError()
|