Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMinGW.cpp712 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 DMCAsmMacro.h46 Slash, // '/' enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp94 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.cpp1650 case AsmToken::Slash: in getDarwinBinOpPrecedence()
1727 case AsmToken::Slash: in getGNUBinOpPrecedence()
2647 case AsmToken::Slash: in isOperator()
H A DMasmParser.cpp2015 case AsmToken::Slash: in getGNUBinOpPrecedence()
2990 case AsmToken::Slash: in isOperator()
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddSphinxTarget.cmake84 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1346 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 DOperatorKinds.def65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp384 case AsmToken::Slash: in parseOperandAsOperator()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp903 if (getLexer().isNot(AsmToken::Slash)) { in parseRegOrMoveMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp554 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2146 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 DAArch64AsmParser.cpp4204 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6560 case AsmToken::Slash: in parseMemOperand()