HomeSort by relevance Sort by last modified time
    Searched defs:compStr (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 76 static ANTLR3_UINT32 compare8 (pANTLR3_STRING string, const char * compStr);
77 static ANTLR3_UINT32 compareUTF16_8 (pANTLR3_STRING string, const char * compStr);
78 static ANTLR3_UINT32 compareUTF16_UTF16(pANTLR3_STRING string, const char * compStr);
79 static ANTLR3_UINT32 compareS (pANTLR3_STRING string, pANTLR3_STRING compStr);
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 302 const char *compStr = CompName->getNameStart();
311 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1];
320 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") ||
321 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) {
324 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
325 bool HasRGBA = IsRGBA(*compStr);
    [all...]

Completed in 89 milliseconds