Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeGenError.h21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> { struct
23 ByteCodeGenError(SourceRange Range) : Range(Range) {} in ByteCodeGenError() argument
24 ByteCodeGenError(const Stmt *S) : ByteCodeGenError(S->getSourceRange()) {} in ByteCodeGenError() argument
25 ByteCodeGenError(const Decl *D) : ByteCodeGenError(D->getSourceRange()) {} in ByteCodeGenError() argument
H A DContext.cpp36 handleAllErrors(R.takeError(), [&Parent](ByteCodeGenError &Err) { in isPotentialConstantExpr()
138 handleAllErrors(Flag.takeError(), [&Parent](ByteCodeGenError &Err) { in Check()
H A DByteCodeGenError.cpp14 char ByteCodeGenError::ID;
H A DEvalEmitter.cpp34 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretExpr()
42 return llvm::make_error<ByteCodeGenError>(*BailLocation); in interpretDecl()
H A DByteCodeEmitter.cpp83 return llvm::make_error<ByteCodeGenError>(*BailLocation); in compileFunc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCMakeLists.txt68 Interp/ByteCodeGenError.cpp
/openbsd-src/gnu/usr.bin/clang/libclangAST/
H A DMakefile99 ByteCodeGenError.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn96 "Interp/ByteCodeGenError.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt323 clang/lib/AST/Interp/ByteCodeGenError.cpp
324 clang/lib/AST/Interp/ByteCodeGenError.h