Home
last modified time | relevance | path

Searched refs:Slash (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMinGW.cpp584 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs() local
588 addSystemInclude(DriverArgs, CC1Args, Base + Arch + Slash + "include" + in AddClangCXXStdlibIncludeArgs()
589 Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs()
591 Base + "include" + Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs()
606 CppIncludeBase += Slash; in AddClangCXXStdlibIncludeArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h46 Slash, // '/' enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp95 case AsmToken::Slash: OS << "Slash"; break; in dump()
H A DAsmLexer.cpp182 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash()
194 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash()
H A DAsmParser.cpp1627 case AsmToken::Slash: in getDarwinBinOpPrecedence()
1704 case AsmToken::Slash: in getGNUBinOpPrecedence()
2625 case AsmToken::Slash: in isOperator()
H A DMasmParser.cpp1893 case AsmToken::Slash: in getGNUBinOpPrecedence()
2856 case AsmToken::Slash: in isOperator()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.hin54 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1325 Slash: in getCharAndSizeSlow()
1361 if (C == '\\') goto Slash; in getCharAndSizeSlow()
1383 Slash: in getCharAndSizeSlowNoWarn()
1408 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn()
2101 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile() local
2103 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()
2105 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddSphinxTarget.cmake82 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp382 case AsmToken::Slash: in parseOperandAsOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp524 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2113 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression()
3395 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3344 if (Parser.getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6515 case AsmToken::Slash: in parseMemOperand()