Home
last modified time | relevance | path

Searched refs:runCtors (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.h30 llvm::Error runCtors() const override;
H A DIncrementalExecutor.h58 virtual llvm::Error runCtors() const;
H A DIncrementalExecutor.cpp99 llvm::Error IncrementalExecutor::runCtors() const { in runCtors() function in clang::IncrementalExecutor
H A DWasm.cpp136 llvm::Error WasmIncrementalExecutor::runCtors() const { in runCtors() function in clang::WasmIncrementalExecutor
H A DInterpreter.cpp463 if (auto Err = IncrExecutor->runCtors()) in Execute()