Searched defs:Char (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/gdtoa/
H A Dstdio1.h43 #define Char char macro
49 #define Char void macro
H A Dgdtoaimp.h207 #define Char char macro
209 #define Char void macro
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp440 int Char = getNextChar(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h72 llvm::MDNode *Char; member in class:clang::CodeGen::CodeGenTBAA
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_sha1.c169 char Char[sizeof(long)]; member in union:endianTest
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp387 bool AsmLexer::isAtStartOfComment(char Char) { argument
/freebsd-10.0-release/lib/libedit/
H A Dchartype.h72 #define Char wchar_t macro
121 #define Char char macro
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dbzip2recover.c54 typedef char Char; typedef
H A Dbzip2.c161 typedef char Char; typedef
[all...]
H A Dbzlib_private.h41 typedef char Char; typedef
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp319 Value *llvm::EmitPutChar(Value *Char, IRBuilder<> &B, const DataLayout *TD, argument
365 Value *llvm::EmitFPutC(Value *Char, Value *File, IRBuilder<> &B, argument
H A DSimplifyLibCalls.cpp1615 Value *Char = B.CreateLoad(CastToCStr(CI->getArgOperand(0), B), "char"); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp396 unsigned char Char = Str[i]; local
434 unsigned char Char = Str[i]; local
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dglob.c58 #define Char __Char macro
62 #undef Char macro
81 typedef unsigned short Char; typedef
[all...]
H A Dsh.glob.c582 rscan(Char **t, void (*f) (Char)) argument
[all...]
H A Dsh.h99 typedef wint_t Char; typedef
101 typedef wchar_t Char; typedef
109 typedef short Char; typedef
118 typedef char Char; typedef
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dglob.c120 typedef u_short Char; typedef
129 typedef char Char; typedef
[all...]
/freebsd-10.0-release/contrib/flex/
H A Dflexdef.h111 #define Char unsigned char macro
[all...]
/freebsd-10.0-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp287 class Char { class
290 Char(void) : data('\0') {} function in class:Char
291 Char(const int c) : data(c) {} function in class:Char
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dglob.c107 typedef u_short Char; typedef
116 typedef char Char; typedef
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dglob.c141 typedef uint_fast64_t Char; typedef
150 typedef char Char; typedef
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp587 char Char; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1873 unsigned char Char = *CurPtr; // Skip consequtive spaces efficiently. local
2325 char Char = getAndAdvanceChar(CurPtr, Tmp); local
2760 char Char = getAndAdvanceChar(CurPtr, Result); local
[all...]

Completed in 294 milliseconds