Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMinGW.cpp616 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs() local
620 std::string TargetDir = (Base + "include" + Slash + getTripleString() + in AddClangCXXStdlibIncludeArgs()
621 Slash + "c++" + Slash + "v1") in AddClangCXXStdlibIncludeArgs()
626 Base + SubdirName + Slash + "include" + Slash + "c++" + in AddClangCXXStdlibIncludeArgs()
627 Slash + "v1"); in AddClangCXXStdlibIncludeArgs()
629 Base + "include" + Slash + "c++" + Slash + "v1"); in AddClangCXXStdlibIncludeArgs()
655 CppIncludeBase += Slash; in AddClangCXXStdlibIncludeArgs()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.cpp43 if (const char *Slash = strrchr(Filename, '/')) in debugType() local
44 return Slash + 1; in debugType()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dformat.h42 L, O, P, RC, RD, RN, RP, RU, RZ, S, SP, SS, T, TL, TR, X, Z, Colon, Slash, in ENUM_CLASS() argument
67 TokenKind::Z, TokenKind::Slash, TokenKind::LParen}; in ENUM_CLASS()
386 token_.set_kind(TokenKind::Slash); in NextToken()
796 case TokenKind::Slash: in Check()
871 case TokenKind::Slash: // Comma not required; token not yet processed. in Check()
/llvm-project-15.0.7/llvm/unittests/MC/SystemZ/
H A DSystemZAsmLexerTest.cpp264 ExpectedTokens.push_back(AsmToken::Slash); // "/" in TEST_F()
270 ExpectedTokens.push_back(AsmToken::Slash); // "/" in TEST_F()
271 ExpectedTokens.push_back(AsmToken::Slash); // "/" in TEST_F()
272 ExpectedTokens.push_back(AsmToken::Slash); // "/" in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dformat-specification.h81 Slash, enumerator
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmMacro.h46 Slash, // '/' enumerator
/llvm-project-15.0.7/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.cpp1644 case AsmToken::Slash: in getDarwinBinOpPrecedence()
1721 case AsmToken::Slash: in getGNUBinOpPrecedence()
2646 case AsmToken::Slash: in isOperator()
H A DMasmParser.cpp1995 case AsmToken::Slash: in getGNUBinOpPrecedence()
2975 case AsmToken::Slash: in isOperator()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddSphinxTarget.cmake85 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1344 Slash: in getCharAndSizeSlow()
1381 if (C == '\\') goto Slash; in getCharAndSizeSlow()
1403 Slash: in getCharAndSizeSlowNoWarn()
1428 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn()
2204 auto Slash = PartialPath.find_last_of(SlashChars); in codeCompleteIncludedFile() local
2206 (Slash == StringRef::npos) ? "" : PartialPath.take_front(Slash); in codeCompleteIncludedFile()
2208 (Slash == StringRef::npos) ? PathStart : PathStart + Slash + 1; in codeCompleteIncludedFile()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOperatorKinds.def65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp660 "/" >> pure(format::ControlEditDesc::Kind::Slash)) ||
663 "/" >> pure(format::ControlEditDesc::Kind::Slash)) ||
H A Dunparse.cpp1518 case format::ControlEditDesc::Kind::Slash: in Unparse()
/llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp383 case AsmToken::Slash: in parseOperandAsOperator()
/llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp903 if (getLexer().isNot(AsmToken::Slash)) { in parseRegOrMoveMask()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp552 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2145 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression()
3463 (IsPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3742 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6515 case AsmToken::Slash: in parseMemOperand()