Searched refs:Slash (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 712 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs() local 716 std::string TargetDir = (Base + "include" + Slash + getTripleString() + in AddClangCXXStdlibIncludeArgs() 717 Slash + "c++" + Slash + "v1") in AddClangCXXStdlibIncludeArgs() 722 Base + SubdirName + Slash + "include" + Slash + "c++" + in AddClangCXXStdlibIncludeArgs() 723 Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 725 Base + "include" + Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs() 751 CppIncludeBase += Slash; in AddClangCXXStdlibIncludeArgs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 46 Slash, // '/' enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 94 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 | 1650 case AsmToken::Slash: in getDarwinBinOpPrecedence() 1727 case AsmToken::Slash: in getGNUBinOpPrecedence() 2647 case AsmToken::Slash: in isOperator()
|
| H A D | MasmParser.cpp | 2015 case AsmToken::Slash: in getGNUBinOpPrecedence() 2990 case AsmToken::Slash: in isOperator()
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | AddSphinxTarget.cmake | 84 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1346 Slash: in getCharAndSizeSlow() 1383 if (C == '\\') goto Slash; in getCharAndSizeSlow() 1405 Slash: in getCharAndSizeSlowNoWarn() 1430 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn() 2265 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile() local 2267 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile() 2269 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 384 case AsmToken::Slash: in parseOperandAsOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 903 if (getLexer().isNot(AsmToken::Slash)) { in parseRegOrMoveMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 554 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2146 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression() 3464 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4204 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6560 case AsmToken::Slash: in parseMemOperand()
|