OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
301
const char *
compStr
= CompName->getNameStart();
310
bool HexSwizzle = (*
compStr
== 's' || *
compStr
== 'S') &&
compStr
[1];
319
if (!strcmp(
compStr
, "hi") || !strcmp(
compStr
, "lo") ||
320
!strcmp(
compStr
, "even") || !strcmp(
compStr
, "odd")) {
323
(Idx = vecType->getPointAccessorIdx(*
compStr
)) != -1) {
324
bool HasRGBA = IsRGBA(*
compStr
);
[
all
...]
Completed in 246 milliseconds