Searched refs:Slash (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 584 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 D | MCAsmMacro.h | 46 Slash, // '/' enumerator
|
/netbsd-src/external/apache2/llvm/dist/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 | 1627 case AsmToken::Slash: in getDarwinBinOpPrecedence() 1704 case AsmToken::Slash: in getGNUBinOpPrecedence() 2625 case AsmToken::Slash: in isOperator()
|
H A D | MasmParser.cpp | 1893 case AsmToken::Slash: in getGNUBinOpPrecedence() 2856 case AsmToken::Slash: in isOperator()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | fnmatch.hin | 54 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 1325 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 D | AddSphinxTarget.cmake | 82 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 382 case AsmToken::Slash: in parseOperandAsOperator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 524 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2113 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 D | AArch64AsmParser.cpp | 3344 if (Parser.getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6515 case AsmToken::Slash: in parseMemOperand()
|