Searched refs:tmp_header_path (Results 1 – 2 of 2) sorted by relevance
338 const std::string tmp_header_path = "/tmp/clover/"; in compile() local340 c.getHeaderSearchOpts().AddPath(tmp_header_path, in compile()346 tmp_header_path + header.first, in compile()
904 ::llvm::SmallString<128> tmp_header_path; in clc_compile_to_llvm_module()905 ::llvm::sys::path::system_temp_directory(true, tmp_header_path); in clc_compile_to_llvm_module()906 ::llvm::sys::path::append(tmp_header_path, "openclon12"); in clc_compile_to_llvm_module()908 c->getHeaderSearchOpts().AddPath(tmp_header_path.str(), in clc_compile_to_llvm_module()913 auto path_copy = tmp_header_path; in clc_compile_to_llvm_module()