Searched refs:isAscii (Results 1 – 17 of 17) sorted by relevance
28 inline boolean isAscii(int c) __attribute__((always_inline));62 inline boolean isAscii(int c) in isAscii() function
148 bool isAscii() const { return Kind == tok::char_constant; } in isAscii() function211 bool isAscii() const { return Kind == tok::string_literal; } in isAscii() function
941 bool NoErrorOnBadEncoding = isAscii(); in CharLiteralParser()995 else if (isAscii() && NumCharsSoFar == 4) in CharLiteralParser()997 else if (isAscii()) in CharLiteralParser()1010 if (isAscii() && isMultiChar()) { in CharLiteralParser()1034 if (isAscii() && NumCharsSoFar == 1 && (Value & 128) && in CharLiteralParser()1139 if (isAscii()) { in init()1377 bool NoErrorOnBadEncoding = isAscii(); in CopyStringFragment()
528 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragmaComment()610 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragmaMessage()1117 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragma()
861 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleLineDirective()997 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleDigitDirective()
1133 assert(Literal.isAscii() && "Didn't allow wide strings in"); in ExpandBuiltinMacro()
214 bool isAscii = false; in LookupAltName() local220 isAscii = true; in LookupAltName()232 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) { in LookupAltName()
110 if (!AsmString->isAscii()) in ActOnGCCAsmStmt()116 if (!Literal->isAscii()) in ActOnGCCAsmStmt()145 if (!Literal->isAscii()) in ActOnGCCAsmStmt()192 if (!Literal->isAscii()) in ActOnGCCAsmStmt()
1488 if (!Str || !Str->isAscii()) { in handleWeakRefAttr()1513 if (!Str || !Str->isAscii()) { in handleAliasAttr()2168 if (!Str || !Str->isAscii()) { in handleVisibilityAttr()3630 if (!Str || !Str->isAscii()) { in CheckCallingConvAttr()4143 if (!Str || !Str->isAscii()) { in handleUuidAttr()
55 if (!S->isAscii()) { in ParseObjCStringLiteral()391 if (String->isAscii()) { in CheckObjCCollectionLiteralElement()
89 if (!Literal || !Literal->isAscii()) { in SemaBuiltinAnnotation()1261 if (!Literal || !Literal->isAscii()) { in CheckObjCString()2993 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
9642 if (!SL || !SL->isAscii()) in MakeObjCStringLiteralFixItHint()
196 function isAscii(c) { function224 if (isAscii(keyLabel) &&
170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); in matchCharacterClass() local191 isAscii.link(this); in matchCharacterClass()
2328 if (S->isAscii() || S->isUTF8()) { in GetAddrOfConstantStringFromLiteral()
1433 bool isAscii() const { return Kind == Ascii; } in isAscii() function
8058 (WebCore::isAscii): Moved from v8_custom.cpp.