Searched refs:Slash (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 782 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs() local 786 std::string TargetDir = (Base + "include" + Slash + getTripleString() + in AddClangCXXStdlibIncludeArgs() 787 Slash + "c++" + Slash + "v1") in AddClangCXXStdlibIncludeArgs() 792 Base + SubdirName + Slash + "include" + Slash + "c++" + in AddClangCXXStdlibIncludeArgs() 793 Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 795 Base + "include" + Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 821 CppIncludeBase += Slash; in AddClangCXXStdlibIncludeArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 47 Slash, // '/' enumerator
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | fnmatch.hin | 54 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 98 case AsmToken::Slash: OS << "Slash"; break; in dump() 262 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash() 274 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash()
|
| H A D | AsmParser.cpp | 1581 case AsmToken::Slash: in getDarwinBinOpPrecedence() 1658 case AsmToken::Slash: in getGNUBinOpPrecedence() 2581 case AsmToken::Slash: in isOperator()
|
| H A D | MasmParser.cpp | 1736 case AsmToken::Slash: in getGNUBinOpPrecedence()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1429 Slash: in getCharAndSizeSlow() 1469 if (C == '\\') goto Slash; in getCharAndSizeSlow() 1492 Slash: in getCharAndSizeSlowNoWarn() 1520 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn() 2410 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile() local 2412 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile() 2414 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 414 case AsmToken::Slash: in parseOperandAsOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 952 if (!parseOptionalToken(AsmToken::Slash)) in parseRegOrMoveMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 592 Sep.getKind() != AsmToken::Slash) in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2173 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression() 3609 (IsPrefix && getLexer().is(AsmToken::Slash))) in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4352 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6579 case AsmToken::Slash: in parseMemOperand()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 24546 038 / and ? (Slash and Question Mark)
|