HomeSort by relevance Sort by last modified time
    Searched refs:OldRetAttrs (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 527 Attributes OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn |
531 (RetAttribute & OldRetAttrs)) {
537 FnAttribute |= RetAttribute & OldRetAttrs;
538 RetAttribute &= ~OldRetAttrs;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 806 Attributes OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn|
810 (RetAttribute & OldRetAttrs)) {
816 FnAttribute |= RetAttribute & OldRetAttrs;
817 RetAttribute &= ~OldRetAttrs;
    [all...]

Completed in 580 milliseconds