Home
last modified time | relevance | path

Searched defs:LIT (Results 1 – 13 of 13) sorted by relevance

/openbsd/games/quiz/
H A Drxp.c62 #define LIT (-1) /* literal character, char */ macro
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Di960.h100 #define LIT 0x08 /* Mask for the "literal-OK" bit */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Di960.h100 #define LIT 0x08 /* Mask for the "literal-OK" bit */ macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/openbsd/lib/libz/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/openbsd/sys/lib/libz/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
/openbsd/bin/ksh/
H A Dexpr.c42 VAR, LIT, END, BAD enumerator
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h174 #define REAL_VALUE_ATOF(LIT,MODE) 0 argument
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dalpha-opc.c148 #define LIT (DFC2 + 1) macro
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dalpha-opc.c268 #define LIT (DFC2 + 1) macro
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp402 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction() local
H A DSemaType.cpp3114 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp534 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT, LIL); in processLoop() local