Searched refs:comma (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/netbsd-current/sys/dev/pckbport/
H A Dsynaptics.c566 const char comma[] = ", "; local
572 sep = comma;
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.mk13 # The separator can be an arbitrary character, for example a comma.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp627 return MIToken::comma;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp486 if (Changes[i].Tok->is(tok::comma)) {
H A DFormatTokenLexer.cpp467 return Tok->isOneOf(tok::period, tok::l_paren, tok::comma, tok::l_brace,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp240 case ',': return lltok::comma;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c2430 const char *comma; local
2647 comma = "";
2651 fprintf (file, "%s%s", comma, pushm_regs[b]);
2652 comma = ",";
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d189 // If it is a comma expression involving a declaration, we mustn't
192 if (e.op == EXP.comma && e.isCommaExp().e1.isDeclarationExp())
1058 // In particular, if the comma returns a temporary variable, it needs
1378 case EXP.comma: visitComma(ex.isCommaExp()); break;
H A Dlexer.d1006 t.value = TOK.comma;
H A Dhdrgen.d749 t.value != TOK.comma && t.next.value != TOK.comma &&
2584 case EXP.comma: return visitComma(e.isCommaExp());
4136 EXP.comma : ",",
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc2434 const char *comma; local
2651 comma = "";
2655 fprintf (file, "%s%s", comma, pushm_regs[b]);
2656 comma = ",";
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A DMakefile.in540 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@comma = ,
541 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@PREPROCESS = $(subst -Wc$(comma), , $(COMPILE)) -E
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c4914 char *str, *dash, *comma;
4934 comma = strchr (dash + 1, ',');
4935 if (comma)
4936 *comma = '\0';
4963 if (!comma)
4966 *comma = ',';
4967 str = comma + 1;
4904 char *str, *dash, *comma; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c438 char *str, *dash, *comma;
460 comma = strchr (dash + 1, ',');
461 if (comma)
462 *comma = '\0';
489 if (!comma)
492 *comma = ',';
493 str = comma + 1;
436 char *str, *dash, *comma; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc438 char *str, *dash, *comma;
460 comma = strchr (dash + 1, ',');
461 if (comma)
462 *comma = '\0';
489 if (!comma)
492 *comma = ',';
493 str = comma + 1;
436 char *str, *dash, *comma; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c1148 char *str, *dash, *comma; local
1164 comma = strchr (dash + 1, ',');
1165 if (comma)
1166 *comma = '\0';
1204 while (comma)
1206 *comma = ',';
1207 str = comma + 1;
1209 comma = strchr (str, ',');
1210 if (comma)
1211 *comma
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc1148 char *str, *dash, *comma; local
1164 comma = strchr (dash + 1, ',');
1165 if (comma)
1166 *comma = '\0';
1204 while (comma)
1206 *comma = ',';
1207 str = comma + 1;
1209 comma = strchr (str, ',');
1210 if (comma)
1211 *comma
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c2014 const char *comma = "";
2030 comma = "";
2034 len += fprintf (stderr, "%s%s/%d", comma, GET_MODE_NAME (m),
2037 len += fprintf (stderr, "%s%s", comma, GET_MODE_NAME (m));
2039 comma = ", ";
2048 comma = "";
2051 len += fprintf (stderr, "%s%s", comma, "call-used");
2052 comma = ", ";
2061 comma = "";
2064 len += fprintf (stderr, "%s%s", comma, "fixe
2007 const char *comma = ""; local
23943 const char *comma = ""; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc2025 const char *comma = "";
2041 comma = "";
2045 len += fprintf (stderr, "%s%s/%d", comma, GET_MODE_NAME (m),
2048 len += fprintf (stderr, "%s%s", comma, GET_MODE_NAME (m));
2050 comma = ", ";
2059 comma = "";
2062 len += fprintf (stderr, "%s%s", comma, "call-used");
2063 comma = ", ";
2072 comma = "";
2075 len += fprintf (stderr, "%s%s", comma, "fixe
2018 const char *comma = ""; local
24636 const char *comma = ""; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c8281 char* comma = strchr (dash + 1, ',');
8282 if (comma)
8283 *comma = '\0';
8310 if (!comma)
8313 *comma = ',';
8314 str = comma + 1;
8270 char* comma = strchr (dash + 1, ','); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5591 char *comma;
5600 comma = strchr (p, ',');
5601 if (comma)
5603 len2 = comma - p;
5604 *comma = '\0';
5605 next_p = comma+1;
5576 char *comma; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5911 char *comma;
5920 comma = strchr (p, ',');
5921 if (comma)
5923 len2 = comma - p;
5924 *comma = '\0';
5925 next_p = comma+1;
5896 char *comma; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc8281 char* comma = strchr (dash + 1, ',');
8282 if (comma)
8283 *comma = '\0';
8310 if (!comma)
8313 *comma = ',';
8314 str = comma + 1;
8270 char* comma = strchr (dash + 1, ','); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2475 case tok::comma: // #define X(A,
2702 // If we see token pasting, check if it looks like the gcc comma
2716 MI->getReplacementToken(NumTokens-1).is(tok::comma))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp777 Range.getEnd(), tok::comma, S.getSourceManager(), S.getLangOpts(),

Completed in 602 milliseconds

1234567891011>>