HomeSort by: relevance | last modified time | path
    Searched defs:getChar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 68 llvm::MDNode *CodeGenTBAA::getChar() {
130 return getChar();
176 return createScalarTypeNode(BTy->getName(Features), getChar(), Size);
184 return getChar();
190 return createScalarTypeNode("any pointer", getChar(), Size);
204 return getChar();
209 return createScalarTypeNode(OutName, getChar(), Size);
218 return createScalarTypeNode(OutName, getChar(), Size);
222 return getChar();
233 return getChar();
    [all...]
  /src/sys/arch/sun68k/include/
mon.h 115 u_char (*getChar)(void); /* Get char from input source */
119 u_char *echo; /* Should getchar echo? */
270 * getChar -- Return the next character from the input source
272 * u_char getChar()
  /src/sys/arch/sun3/include/
mon.h 115 u_char (*getChar)(void); /* Get char from input source */
119 u_char *echo; /* Should getchar echo? */
266 * getChar -- Return the next character from the input source
268 * u_char getChar()
  /src/sys/arch/sparc/include/
oldmon.h 165 int (*getChar)(void); /* Get char from input source */
169 u_char *echo; /* Should getchar echo? */

Completed in 17 milliseconds