Searched refs:Flags (Results 1 - 25 of 244) sorted by relevance

12345678910

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dref-qual1.C8 class Flags { class
10 Flags() : i(0) {} function in class:Flags
11 Flags(int i): i(i) {} function in class:Flags
12 Flags operator&(Enums f) { return Flags(Enums(i & f)); }
19 Flags windowState()
21 return Flags();
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_flags.h18 struct Flags { struct in namespace:__ubsan
23 extern Flags ubsan_flags;
24 inline Flags *flags() { return &ubsan_flags; }
H A Dubsan_flags.cc32 Flags ubsan_flags;
34 static void ParseFlagsFromString(Flags *f, const char *str) {
44 Flags *f = flags();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050826-1.c20 struct Flags { struct
29 static void __attribute__((noinline)) set (struct Flags *);
30 static void set (struct Flags *fp)
42 struct Flags *fp;
47 fp = (struct Flags*)(p + 65536 - sizeof(struct Flags));
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_flags.h20 struct Flags : DDFlags { struct in namespace:__tsan
82 Flags *flags();
83 void InitializeFlags(Flags *flags, const char *env);
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_flags.h28 struct Flags { struct in namespace:__asan
69 extern Flags asan_flags_dont_use_directly;
70 inline Flags *flags() {
73 void InitializeFlags(Flags *f, const char *env);
/haiku-buildtools/binutils/ld/testsuite/ld-nios2/
H A Dmixed1a.d8 Flags: 0x1
H A Dmixed1b.d8 Flags: 0x0
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dglobal1.d7 0x0*6ffffffb \(FLAGS_1\) *Flags: GLOBAL
H A Dpie.d7 +0x[0-9a-f]+ +\(FLAGS_1\) +Flags: +PIE
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dbspec808.s4 TETRA 0x11 % Flags.
H A Dbspec807.s4 TETRA 0x11 % Flags.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dbspec808.s4 TETRA 0x11 % Flags.
H A Dbspec807.s4 TETRA 0x11 % Flags.
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-unwind.d8 Size EntSize Flags Link Info Align
25 Key to Flags:
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dunwind.d8 Size EntSize Flags Link Info Align
27 Key to Flags:
H A Dgroup-1.d8 Size EntSize Flags Link Info Align
27 Key to Flags:
H A Dsecname.d8 Size EntSize Flags Link Info Align
25 Key to Flags:
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dattr-gnu-4-0.d5 MIPS ABI Flags Version: 0
H A Delf_ase_micromips.d9 MIPS ABI Flags Version: 0
H A Delf_ase_mips16.d9 MIPS ABI Flags Version: 0
H A Dmodule-mfp32.d9 MIPS ABI Flags Version: 0
H A Dmodule-msingle-float.d9 MIPS ABI Flags Version: 0
H A Dmodule-msoft-float.d9 MIPS ABI Flags Version: 0
H A Dodd-spreg.d11 MIPS ABI Flags Version: 0

Completed in 219 milliseconds

12345678910