Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h82 if (Str.consume_front("x-")) in consumeHexStyle()
84 else if (Str.consume_front("X-")) in consumeHexStyle()
86 else if (Str.consume_front("x+") || Str.consume_front("x")) in consumeHexStyle()
88 else if (Str.consume_front("X+") || Str.consume_front("X")) in consumeHexStyle()
142 if (Style.consume_front("N") || Style.consume_front("n"))
144 else if (Style.consume_front("D") || Style.consume_front("d"))
294 if (Style.consume_front("P") || Style.consume_front("p"))
296 else if (Style.consume_front("F") || Style.consume_front("f"))
298 else if (Style.consume_front("E"))
300 else if (Style.consume_front("e"))
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatProviders.h82 if (Str.consume_front("x-")) in consumeHexStyle()
84 else if (Str.consume_front("X-")) in consumeHexStyle()
86 else if (Str.consume_front("x+") || Str.consume_front("x")) in consumeHexStyle()
88 else if (Str.consume_front("X+") || Str.consume_front("X")) in consumeHexStyle()
142 if (Style.consume_front("N") || Style.consume_front("n"))
144 else if (Style.consume_front("D") || Style.consume_front("d"))
305 if (Style.consume_front("P") || Style.consume_front("p"))
307 else if (Style.consume_front("F") || Style.consume_front("f"))
309 else if (Style.consume_front("E"))
311 else if (Style.consume_front("e"))
DChrono.h120 if (Style.consume_front("ns"))
122 if (Style.consume_front("us"))
124 if (Style.consume_front("ms"))
126 if (Style.consume_front("s"))
128 if (Style.consume_front("m"))
130 if (Style.consume_front("h"))
138 if (Style.consume_front("-"))
140 if (Style.consume_front("+"))
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp62 if (!Line.consume_front("#")) { in parseLine()
70 Line.consume_front("line"); in parseLine()
86 if (!Line.consume_front("\"")) in parseLine()
DResourceFileWriter.cpp107 bool StripSuccess = Str.consume_front("\"") && Str.consume_back("\""); in stripQuotes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp106 if (InputString.consume_front("CODE ")) { in parseCommand()
108 } else if (InputString.consume_front("DATA ")) { in parseCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp374 EXPECT_TRUE(Str.consume_front("")); in TEST()
376 EXPECT_TRUE(Str.consume_front("he")); in TEST()
378 EXPECT_FALSE(Str.consume_front("lloworld")); in TEST()
380 EXPECT_FALSE(Str.consume_front("lol")); in TEST()
382 EXPECT_TRUE(Str.consume_front("llo")); in TEST()
384 EXPECT_FALSE(Str.consume_front("o")); in TEST()
385 EXPECT_TRUE(Str.consume_front("")); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp48 if (Str.consume_front(":")) { in parseStreamSpec()
53 if (Str.consume_front("@")) { in parseStreamSpec()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Dllvm-mca.cpp221 if (Comment.consume_front("LLVM-MCA-END")) { in HandleComment()
227 if (!Comment.consume_front("LLVM-MCA-BEGIN")) in HandleComment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp1188 if (!Name.consume_front("repeat<") || !Name.consume_back(">")) in parseRepeatPassName()
1197 if (!Name.consume_front("devirt<") || !Name.consume_back(">")) in parseDevirtPassName()
1365 } while (Text.consume_front(")")); in parsePipelineText()
1373 if (!Text.consume_front(",")) in parsePipelineText()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.cpp74 N.consume_front("MVT::"); in getMVTName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp225 if (I.consume_front("CPU variant")) in getHostCPUNameForARM()
231 if (I.consume_front("CPU part")) in getHostCPUNameForARM()
DTriple.cpp1021 OSName.consume_front("macos"); in getOSVersion()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h667 bool consume_front(StringRef Prefix) { in consume_front() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringRef.h678 bool consume_front(StringRef Prefix) { in consume_front() function