Searched refs:Slash (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 768 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs() local 772 std::string TargetDir = (Base + "include" + Slash + getTripleString() + in AddClangCXXStdlibIncludeArgs() 773 Slash + "c++" + Slash + "v1") in AddClangCXXStdlibIncludeArgs() 778 Base + SubdirName + Slash + "include" + Slash + "c++" + in AddClangCXXStdlibIncludeArgs() 779 Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 781 Base + "include" + Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 807 CppIncludeBase += Slash; in AddClangCXXStdlibIncludeArgs()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 46 Slash, // '/' enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 95 case AsmToken::Slash: OS << "Slash"; break; in dump()
|
H A D | AsmLexer.cpp | 182 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash() 194 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash()
|
H A D | AsmParser.cpp | 1645 case AsmToken::Slash: in getDarwinBinOpPrecedence() 1722 case AsmToken::Slash: in getGNUBinOpPrecedence() 2640 case AsmToken::Slash: in isOperator()
|
H A D | MasmParser.cpp | 2004 case AsmToken::Slash: in getGNUBinOpPrecedence() 2959 case AsmToken::Slash: in isOperator()
|
/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/clang/lib/Lex/ |
H A D | Lexer.cpp | 1410 Slash: in getCharAndSizeSlow() 1450 if (C == '\\') goto Slash; in getCharAndSizeSlow() 1473 Slash: in getCharAndSizeSlowNoWarn() 1501 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn() 2391 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile() local 2393 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile() 2395 (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 | 408 case AsmToken::Slash: in parseOperandAsOperator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 947 if (!parseOptionalToken(AsmToken::Slash)) in parseRegOrMoveMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 551 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2152 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression() 3582 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 4242 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6585 case AsmToken::Slash: in parseMemOperand()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 24484 038 / and ? (Slash and Question Mark)
|