Searched refs:DK_Unsupported (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 67 DK_Unsupported, enumerator 675 : DiagnosticInfoWithDebugLocBase(DK_Unsupported, Severity, Fn, DLoc), in DiagnosticInfoWithDebugLocBase() argument 679 return DI->getKind() == DK_Unsupported; in classof()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 78 DK_Unsupported, enumerator 979 : DiagnosticInfoWithLocationBase(DK_Unsupported, Severity, Fn, Loc), 983 return DI->getKind() == DK_Unsupported;
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 633 case llvm::DK_Unsupported: in DiagnosticHandlerImpl()
|