OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherflags
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/MC/
MCELF.cpp
25
uint32_t
OtherFlags
= SD.getFlags() & ~(0xf << ELF_STB_Shift);
26
SD.setFlags(
OtherFlags
| (Binding << ELF_STB_Shift));
42
uint32_t
OtherFlags
= SD.getFlags() & ~(0xf << ELF_STT_Shift);
43
SD.setFlags(
OtherFlags
| (Type << ELF_STT_Shift));
60
uint32_t
OtherFlags
= SD.getFlags() & ~(0x3 << ELF_STV_Shift);
61
SD.setFlags(
OtherFlags
| (Visibility << ELF_STV_Shift));
75
uint32_t
OtherFlags
= SD.getFlags() & ~(0x3f << ELF_STO_Shift);
76
SD.setFlags(
OtherFlags
| (Other << ELF_STO_Shift));
/external/deqp/framework/common/
tcuFloat.hpp
66
template <typename OtherStorageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32
OtherFlags
>
67
static Float convert (const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias,
OtherFlags
>& src);
240
template <typename OtherStorageType, int OtherExponentBits, int OtherMantissaBits, int OtherExponentBias, deUint32
OtherFlags
>
243
(const Float<OtherStorageType, OtherExponentBits, OtherMantissaBits, OtherExponentBias,
OtherFlags
>& other)
/external/llvm/include/llvm/IR/
Operator.h
214
void operator&=(const FastMathFlags &
OtherFlags
) {
215
Flags &=
OtherFlags
.Flags;
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build
945
my $
OtherFlags
= $Options->{"CCC_ANALYZER_ANALYSIS"};
951
"CLANG_ANALYZER_OTHER_FLAGS=$
OtherFlags
";
[
all
...]
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build
945
my $
OtherFlags
= $Options->{"CCC_ANALYZER_ANALYSIS"};
951
"CLANG_ANALYZER_OTHER_FLAGS=$
OtherFlags
";
[
all
...]
/external/clang/tools/scan-build/
scan-build
978
my $
OtherFlags
= $Options->{"CCC_ANALYZER_ANALYSIS"};
984
"CLANG_ANALYZER_OTHER_FLAGS=$
OtherFlags
";
[
all
...]
Completed in 389 milliseconds