Searched refs:dangling (Results 1 – 2 of 2) sorted by relevance
374 off_t dangling = wrapper_bc_size_ & 3; in GenerateWrappedBitcodeFile() local375 if (dangling) { in GenerateWrappedBitcodeFile()376 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling); in GenerateWrappedBitcodeFile()
94 "-Wno-error=dangling-else",