Searched refs:OtherFlags (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/ |
D | MCELF.cpp | 25 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STB_Shift); in SetBinding() local 26 SD.setFlags(OtherFlags | (Binding << ELF_STB_Shift)); in SetBinding() 42 uint32_t OtherFlags = SD.getFlags() & ~(0xf << ELF_STT_Shift); in SetType() local 43 SD.setFlags(OtherFlags | (Type << ELF_STT_Shift)); in SetType() 60 uint32_t OtherFlags = SD.getFlags() & ~(0x3 << ELF_STV_Shift); in SetVisibility() local 61 SD.setFlags(OtherFlags | (Visibility << ELF_STV_Shift)); in SetVisibility() 75 uint32_t OtherFlags = SD.getFlags() & ~(0x3f << ELF_STO_Shift); in setOther() local 76 SD.setFlags(OtherFlags | (Other << ELF_STO_Shift)); in setOther()
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 66 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags> 67 …Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src); 240 …rageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32 OtherFlags> 243 …(const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags… in convert()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 214 void operator&=(const FastMathFlags &OtherFlags) { 215 Flags &= OtherFlags.Flags;
|
/external/clang/tools/scan-build/ |
D | scan-build | 978 my $OtherFlags = $Options->{"CCC_ANALYZER_ANALYSIS"}; 984 "CLANG_ANALYZER_OTHER_FLAGS=$OtherFlags";
|