Home
last modified time | relevance | path

Searched refs:ByteCodeGenError (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct
23 ByteCodeGenError(SourceLocation Loc) : Loc(Loc) {} in ByteCodeGenError() function
24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getBeginLoc()) {} in ByteCodeGenError() argument
25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getBeginLoc()) {} in ByteCodeGenError() function
DContext.cpp35 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) { in isPotentialConstantExpr()
125 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) { in Check()
DByteCodeGenError.cpp14 char ByteCodeGenError::ID;
DEvalEmitter.cpp33 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretExpr()
41 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretDecl()
DByteCodeEmitter.cpp63 return llvm::make_error<ByteCodeGenError>(*BailLocation); in compileFunc()
/freebsd-12-stable/lib/clang/libclang/
DMakefile92 SRCS_MIN+= AST/Interp/ByteCodeGenError.cpp