HomeSort by: relevance | last modified time | path
    Searched refs:consumeIf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
RustDemangle.cpp 217 for (size_t I = 0; !Error && !consumeIf('E'); ++I) {
245 if (consumeIf('K'))
447 for (; !Error && !consumeIf('E'); ++I) {
491 if (consumeIf('U'))
494 if (consumeIf('K')) {
496 if (consumeIf('C')) {
511 for (size_t I = 0; !Error && !consumeIf('E'); ++I) {
518 if (consumeIf('u')) {
568 if (consumeIf('n'))
644 bool Punycode = consumeIf('u')
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 2435 bool consumeIf(StringView S) {
2443 bool consumeIf(char C) {
2564 consumeIf('L'); // extension
2606 if (!consumeIf('Z'))
2609 if (Encoding == nullptr || !consumeIf('E'))
2612 if (consumeIf('s')) {
2620 if (consumeIf('d')) {
2622 if (!consumeIf('_'))
2643 if (consumeIf("StL") || consumeIf("St"))
    [all...]
RustDemangle.h 142 bool consumeIf(char Prefix) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp 235 if (Str.size() == 2 && P->Demangler.consumeIf("St"))

Completed in 23 milliseconds