OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OtherFlags
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp
60
uint32_t
OtherFlags
= getFlags() & ~(0x3 << ELF_STB_Shift);
61
setFlags(
OtherFlags
| (Val << ELF_STB_Shift));
119
uint32_t
OtherFlags
= getFlags() & ~(0x7 << ELF_STT_Shift);
120
setFlags(
OtherFlags
| (Val << ELF_STT_Shift));
149
uint32_t
OtherFlags
= getFlags() & ~(0x3 << ELF_STV_Shift);
150
setFlags(
OtherFlags
| (Visibility << ELF_STV_Shift));
162
uint32_t
OtherFlags
= getFlags() & ~(0x7 << ELF_STO_Shift);
163
setFlags(
OtherFlags
| (Other << ELF_STO_Shift));
172
uint32_t
OtherFlags
= getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift);
173
setFlags(
OtherFlags
| (1 << ELF_WeakrefUsedInReloc_Shift))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
239
void operator&=(const FastMathFlags &
OtherFlags
) {
240
Flags &=
OtherFlags
.Flags;
242
void operator|=(const FastMathFlags &
OtherFlags
) {
243
Flags |=
OtherFlags
.Flags;
/src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build
1079
my $
OtherFlags
= $EnvVars->{"CCC_ANALYZER_ANALYSIS"};
1085
"CLANG_ANALYZER_OTHER_FLAGS=$
OtherFlags
";
Completed in 39 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026