Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp270 std::pair<StringRef, StringRef> Slash = FileName.rsplit('/'); in GetDwarfFile() local
276 if (Slash.second.empty()) { in GetDwarfFile()
277 Name = Slash.first; in GetDwarfFile()
280 StringRef Directory = Slash.first; in GetDwarfFile()
281 Name = Slash.second; in GetDwarfFile()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_line.cpp50 return JSObject()->GetEnum(XFA_Attribute::Slope) == XFA_AttributeEnum::Slash; in GetSlope()
Dxfa_basic_data_enum.cpp13 {0x2f, L"/", XFA_AttributeEnum::Slash},
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h45 Slash, // '/' enumerator
/external/llvm/cmake/modules/
DAddSphinxTarget.cmake52 install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h50 Slash, // '/' enumerator
/external/clang/include/clang/Basic/
DOperatorKinds.def66 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp124 default: return AsmToken(AsmToken::Slash, StringRef(CurPtr-1, 1)); in LexSlash()
DAsmParser.cpp893 case AsmToken::Slash: in getBinOpPrecedence()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp169 return AsmToken(AsmToken::Slash, StringRef(TokStart, 1)); in LexSlash()
DAsmParser.cpp1267 case AsmToken::Slash: in getDarwinBinOpPrecedence()
1337 case AsmToken::Slash: in getGNUBinOpPrecedence()
2161 case AsmToken::Slash: in isOperator()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp325 case AsmToken::Slash: Out->os() << "Slash"; break; in AsLexInput()
/external/clang/lib/Lex/
DLexer.cpp1261 Slash: in getCharAndSizeSlow()
1303 if (C == '\\') goto Slash; in getCharAndSizeSlow()
1326 Slash: in getCharAndSizeSlowNoWarn()
1357 if (C == '\\') goto Slash; in getCharAndSizeSlowNoWarn()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp314 case AsmToken::Slash: OS << "Slash"; break; in AsLexInput()
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h100 Slash, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp781 else if (isPrefix && getLexer().is(AsmToken::Slash)) in ParseInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1363 case AsmToken::Slash: SM.onDivide(); break; in ParseIntelExpression()
2349 (isPrefix && getLexer().is(AsmToken::Slash))) in ParseInstruction()