Home
last modified time | relevance | path

Searched refs:DK_Unsupported (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h67 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/
DDiagnosticInfo.h78 DK_Unsupported, enumerator
979 : DiagnosticInfoWithLocationBase(DK_Unsupported, Severity, Fn, Loc),
983 return DI->getKind() == DK_Unsupported;
/external/clang/lib/CodeGen/
DCodeGenAction.cpp633 case llvm::DK_Unsupported: in DiagnosticHandlerImpl()