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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 156 ANTLR3_UINT32 (*compare8) (struct ANTLR3_STRING_struct * string, const char * compStr);
162 ANTLR3_UINT32 (*compare) (struct ANTLR3_STRING_struct * string, const char * compStr);
168 ANTLR3_UINT32 (*compareS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * compStr);
  /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 206 milliseconds