Home
last modified time | relevance | path

Searched refs:dangling (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/Wrap/
Dbitcode_wrapperer.cpp374 off_t dangling = wrapper_bc_size_ & 3; in GenerateWrappedBitcodeFile() local
375 if (dangling) { in GenerateWrappedBitcodeFile()
376 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling); in GenerateWrappedBitcodeFile()
/frameworks/rs/rsov/compiler/
DAndroid.bp94 "-Wno-error=dangling-else",