Home
last modified time | relevance | path

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

/minix/lib/libc/gen/
H A Dctype_.c74 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
78 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
87 #undef _X
126 _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X,
127 _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X, _D|_G|_R|_X,
128 _D|_G|_R|_X, _D|_G|_R|_X, _G|_R|_P, _G|_R|_P,
130 _G|_R|_P, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X,
131 _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U|_X, _A|_G|_R|_U,
138 _G|_R|_P, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X,
139 _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R|_X, _A|_G|_L|_R,
[all …]
/minix/sys/arch/i386/include/
H A Dasm.h121 ALIGN_TEXT; .globl _X ## name; .type _X ## name,@function; _X ## name:
123 .size _X ## name, . - _X ## name
126 ALIGN_TEXT; .globl _X/**/name; .type _X/**/name,@function; _X/**/name:
128 .size _X/**/name, . - _X/**/name
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A DObjCProperties.m9 id _X; field
16 @synthesize X = _X;
H A DPR2978.m13 id _X; field
35 @synthesize X = _X;
49 [_X release];
H A Dobjc-properties.m67_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
/minix/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc104 extern "C" TYP inline_##SYM(TYP _X) { return SYM(_X); }
106 extern "C" TYP inline_##SYM(TYP _X, TYP _Y) { return SYM(_X, _Y); }
/minix/external/bsd/llvm/dist/clang/test/Analysis/objc/
H A Ddirect-ivar-assignment-in-annotated-functions.m48_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
57 _X = In; // no-warning
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dno-dead-strip.ll1 ; RUN: llc < %s | grep "no_dead_strip.*_X"
/minix/external/bsd/libc++/dist/libcxx/test/support/
H A Dnasty_macros.hpp28 #define _X NASTY_MACRO macro
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600RegisterInfo.td55 [!cast<Register>("T"#Index#"_X"),
62 [!cast<Register>("T"#Index#"_X"),
93 [!cast<Register>("KC0_"#Index#"_X"),
108 [!cast<Register>("KC1_"#Index#"_X"),
H A DR600InstrInfo.cpp1230 Label##_X, \
/minix/share/mk/
H A Dminix.service.mk81 .for _X in ${_G:C/^(.{${ASRCOUNT}}).*/\1/:S/x/x /g}
/minix/external/bsd/libpcap/dist/
H A Dpcap-win32.c69 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td409 class FJAL16<bits<1> _X, dag outs, dag ins, string asmstr,
417 let X = _X;
H A DMips16InstrInfo.td116 class FJAL16_ins<bits<1> _X, string asmstr,
118 FJAL16<_X, (outs), (ins simm20:$imm),
125 class FJALB16_ins<bits<1> _X, string asmstr,
127 FJAL16<_X, (outs), (ins simm20:$imm),
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt71 _X:
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt108 _X:
/minix/external/bsd/libc++/dist/libcxx/include/
H A D__locale403 static const mask xdigit = _X | _N;