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

  /src/sys/arch/sun68k/stand/libsa/
promcons.c 11 getchar(void) function
13 return ( (*romVectorPtr->getChar)() );
  /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...]
CodeGenTBAA.h 146 /// getChar - This is the mdnode for "char", which is special, and any types
148 llvm::MDNode *getChar();
  /src/sys/arch/sparc/include/
oldmon.h 165 int (*getChar)(void); /* Get char from input source */
169 u_char *echo; /* Should getchar echo? */
  /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/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/external/gpl3/gcc.old/dist/libphobos/src/std/
json.d 1037 Char getChar(bool SkipWhitespace = false)()
1056 auto c2 = getChar();
1070 getChar();
1079 auto hex = toUpper(getChar());
1097 getChar();
1101 getChar();
1102 auto c = getChar();
1122 if (getChar() != '\\') error("Expected escaped low surrogate after escaped high surrogate");
1123 if (getChar() != 'u') error("Expected escaped low surrogate after escaped high surrogate");
1152 auto c = getChar();
    [all...]
  /src/sys/arch/sun2/sun2/
promlib.c 163 PROMLIB_FUNC(int, prom_getchar, (void), getChar, (), return(rc))
  /src/sys/arch/sparc/sparc/
promlib.c 128 (void *)notimplemented, /* getchar */
1357 promops.po_getchar = oldpvec->getChar;

Completed in 21 milliseconds