HomeSort by: relevance | last modified time | path
    Searched refs:Colon (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtio.c 214 char *Colon;
234 Colon = strchr (LineBuffer, ':');
235 if (!Colon)
241 End = Colon;
243 while (Start < Colon)
249 while (Start < Colon && *Start != ']')
266 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3;
276 Start = End = (Colon + 1);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 505 if (!Parser.getTok().is(AsmToken::Colon))
937 if (String.lower() == "vwhist256" && Second.is(AsmToken::Colon) &&
944 assert(Second.is(AsmToken::Colon));
993 Lexer.is(AsmToken::Colon);
995 Lexer.is(AsmToken::Colon) || Lookahead.back().is(AsmToken::Colon);
1027 } while (!Lookahead.empty() && !Lexer.is(AsmToken::Colon));
1044 if (!getLexer().getTok().is(AsmToken::Colon))
1299 const std::string Colon = ":";
1782 std::string Name = r + utostr(RegNum) + Colon + utostr(RegNum - 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 43 Colon,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 63 case AsmToken::Colon: OS << "Colon"; break;
AsmLexer.cpp 814 case ':': return AsmToken(AsmToken::Colon, StringRef(TokStart, 1));
AsmParser.cpp 1799 if (Lexer.getKind() != AsmToken::Colon) {
1887 case AsmToken::Colon: {
4483 if (Lexer.is(AsmToken::Colon)) {
5845 // eat colon
5846 if (getLexer().is(AsmToken::Colon))
MasmParser.cpp 2012 if (Lexer.getKind() != AsmToken::Colon) {
2130 case AsmToken::Colon: {
5521 if (Lexer.is(AsmToken::Colon)) {
6710 if (parseOptionalToken(AsmToken::Colon)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 2481 if (trySkipToken(AsmToken::Colon)) {
2841 return Token.is(AsmToken::Identifier) && NextToken.is(AsmToken::Colon);
5379 if (!trySkipId(Prefix, AsmToken::Colon))
5410 if (!trySkipId(Prefix, AsmToken::Colon))
5554 if (!trySkipId(Prefix, AsmToken::Colon))
5743 if (!trySkipId("format", AsmToken::Colon))
5814 if (isId("format") && peekToken().is(AsmToken::Colon)) {
6808 if (skipToken(AsmToken::Colon, "expected a colon")) {
7735 if (!trySkipId("dim", AsmToken::Colon))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 1600 if (AllowTLS && getLexer().is(AsmToken::Colon)) {
1620 if (Parser.getTok().isNot(AsmToken::Colon)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
AVRAsmParser.cpp 368 if (Parser.getLexer().peekTok().is(AsmToken::Colon)) {
372 Parser.Lex(); // Eat high (odd) register and colon
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 418 if (IsLoadStore && isNext(AsmToken::Colon)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 5444 Parser.getTok().is(AsmToken::Colon))
5451 if (Lexer.peekTok().is(AsmToken::Colon))
5840 // The next token must either be a comma, a colon or a closing bracket.
5842 if (!Tok.is(AsmToken::Colon) && !Tok.is(AsmToken::Comma) &&
5864 assert((Tok.is(AsmToken::Colon) || Tok.is(AsmToken::Comma)) &&
5865 "Lost colon or comma in memory operand?!");
5871 if (Parser.getTok().is(AsmToken::Colon)) {
6248 if (Parser.getTok().isNot(AsmToken::Colon)) {
6276 case AsmToken::Colon: {
6324 assert(getLexer().is(AsmToken::Colon) && "expected a :")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 2502 if (Tok.isNot(AsmToken::Colon)) {
2667 if (!Parser.parseOptionalToken(AsmToken::Colon)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 3393 if (parseOptionalToken(AsmToken::Colon)) {
3454 if (parseToken(AsmToken::Colon, "expect ':' after relocation specifier"))
  /src/external/bsd/jemalloc.old/dist/
configure 1489 --with-rpath=<rpath> Colon-separated rpath (ELF systems only)
  /src/external/bsd/jemalloc/dist/
configure 1527 --with-rpath=<rpath> Colon-separated rpath (ELF systems only)

Completed in 145 milliseconds