| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 616 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 D | Logger.cpp | 43 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 D | format.h | 42 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 D | SystemZAsmLexerTest.cpp | 264 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 D | format-specification.h | 81 Slash, enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 46 Slash, // '/' enumerator
|
| /llvm-project-15.0.7/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 | 1644 case AsmToken::Slash: in getDarwinBinOpPrecedence() 1721 case AsmToken::Slash: in getGNUBinOpPrecedence() 2646 case AsmToken::Slash: in isOperator()
|
| H A D | MasmParser.cpp | 1995 case AsmToken::Slash: in getGNUBinOpPrecedence() 2975 case AsmToken::Slash: in isOperator()
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddSphinxTarget.cmake | 85 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1344 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 D | OperatorKinds.def | 65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 660 "/" >> pure(format::ControlEditDesc::Kind::Slash)) || 663 "/" >> pure(format::ControlEditDesc::Kind::Slash)) ||
|
| H A D | unparse.cpp | 1518 case format::ControlEditDesc::Kind::Slash: in Unparse()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 383 case AsmToken::Slash: in parseOperandAsOperator()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 903 if (getLexer().isNot(AsmToken::Slash)) { in parseRegOrMoveMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 552 Sep.getKind() != AsmToken::Slash) in ParseInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2145 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 D | AArch64AsmParser.cpp | 3742 if (getTok().isNot(AsmToken::Slash)) in tryParseSVEPredicateVector()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6515 case AsmToken::Slash: in parseMemOperand()
|