Searched refs:tmp_header_path (Results 1 – 2 of 2) sorted by relevance
331 const std::string tmp_header_path = "/tmp/clover/"; in compile() local333 c.getHeaderSearchOpts().AddPath(tmp_header_path, in compile()339 tmp_header_path + header.first, in compile()
830 ::llvm::SmallString<128> tmp_header_path; in clc_compile_to_llvm_module()831 ::llvm::sys::path::system_temp_directory(true, tmp_header_path); in clc_compile_to_llvm_module()832 ::llvm::sys::path::append(tmp_header_path, "openclon12"); in clc_compile_to_llvm_module()834 c->getHeaderSearchOpts().AddPath(tmp_header_path.str(), in clc_compile_to_llvm_module()839 auto path_copy = tmp_header_path; in clc_compile_to_llvm_module()