Home
last modified time | relevance | path

Searched refs:othercase (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
Dregcomp.c82 static char othercase(int);
678 ci = othercase(i); in p_bracket()
865 othercase(int ch) in othercase() function
890 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
910 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144742 The compiler caught an incorrect use of the othercase variable across
4745 the value in othercase to be in one of the special stack frame variables.