Searched refs:Colon (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtio.c214 char *Colon; local
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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp505 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 = ":"; local
1782 std::string Name = r + utostr(RegNum) + Colon
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp63 case AsmToken::Colon: OS << "Colon"; break;
H A DAsmLexer.cpp814 case ':': return AsmToken(AsmToken::Colon, StringRef(TokStart, 1));
H A DAsmParser.cpp1799 if (Lexer.getKind() != AsmToken::Colon) {
1887 case AsmToken::Colon: {
4483 if (Lexer.is(AsmToken::Colon)) {
5846 if (getLexer().is(AsmToken::Colon))
H A DMasmParser.cpp2012 if (Lexer.getKind() != AsmToken::Colon) {
2130 case AsmToken::Colon: {
5521 if (Lexer.is(AsmToken::Colon)) {
6710 if (parseOptionalToken(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h43 Colon, enumerator in enum:llvm::AsmToken::TokenKind
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.mk26 . warning Colon as separator does not work.
33 . warning Colon as separator does not work.
45 . warning Colon as separator does not work.
52 . warning Colon as separator does not work.
59 . warning Colon followed by closing brace does not work.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2481 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))
7757 if (!isGFX10Plus() || !trySkipId("dpp8", AsmToken::Colon))
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1600 if (AllowTLS && getLexer().is(AsmToken::Colon)) {
1620 if (Parser.getTok().isNot(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp368 if (Parser.getLexer().peekTok().is(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp418 if (IsLoadStore && isNext(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5444 Parser.getTok().is(AsmToken::Colon))
5451 if (Lexer.peekTok().is(AsmToken::Colon))
5842 if (!Tok.is(AsmToken::Colon) && !Tok.is(AsmToken::Comma) &&
5864 assert((Tok.is(AsmToken::Colon) || Tok.is(AsmToken::Comma)) &&
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 :");
6386 if (getLexer().isNot(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2502 if (Tok.isNot(AsmToken::Colon)) {
2667 if (!Parser.parseOptionalToken(AsmToken::Colon)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3393 if (parseOptionalToken(AsmToken::Colon)) {
3454 if (parseToken(AsmToken::Colon, "expect ':' after relocation specifier"))
/netbsd-current/external/bsd/jemalloc/dist/
H A Dconfigure1453 --with-rpath=<rpath> Colon-separated rpath (ELF systems only)

Completed in 336 milliseconds