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

/freebsd-9.3-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-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h118 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp440 int Char = getNextChar(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h72 llvm::MDNode *Char; member in class:clang::CodeGen::CodeGenTBAA
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp439 bool AsmLexer::isAtStartOfComment(char Char) { argument
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp208 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h65 #define Char wchar_t macro
114 #define Char char macro
[all...]
/freebsd-9.3-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-9.3-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.cpp1847 Value *Char = B.CreateLoad(CastToCStr(CI->getArgOperand(0), B), "char"); local
/freebsd-9.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp470 char Char; local
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c122 typedef u_short Char; typedef
131 typedef char Char; typedef
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dflexdef.h76 #define Char unsigned char macro
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp394 unsigned char Char = Str[i]; local
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c107 typedef u_short Char; typedef
116 typedef char Char; typedef
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c141 typedef uint_fast64_t Char; typedef
150 typedef char Char; typedef
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1945 unsigned char Char = *CurPtr; local
2406 char Char = getAndAdvanceChar(CurPtr, Tmp); local
2908 char Char = getAndAdvanceChar(CurPtr, Result); local
[all...]

Completed in 252 milliseconds