Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp450 unsigned OldRetAttrs = (Attribute::NoUnwind|Attribute::NoReturn| in ParseAttributeBlock() local
454 (RetAttribute & OldRetAttrs) != 0) { in ParseAttributeBlock()
460 FnAttribute |= RetAttribute & OldRetAttrs; in ParseAttributeBlock()
461 RetAttribute &= ~OldRetAttrs; in ParseAttributeBlock()