/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangBuiltinsEmitter.cpp | 95 if (T.consume_back("*")) { in ParseType() 98 } else if (T.consume_back("const")) { in ParseType() 101 } else if (T.consume_back("volatile")) { in ParseType() 104 } else if (T.consume_back("restrict")) { in ParseType() 107 } else if (T.consume_back("&")) { in ParseType() 142 if (!T.consume_back(">")) in ParseType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 153 if (line.consume_back("\r\n")) in Highlight() 155 else if (line.consume_back("\n")) in Highlight() 157 else if (line.consume_back("\r")) in Highlight()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | Hexagon.cpp | 118 CPUFeature.consume_back("t"); in initFeatureMap() 244 Arch.consume_back("t"); in getHexagonCPURev()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1176 if (Identifier.consume_back("@GOT")) in parseCSKYSymbol() 1178 else if (Identifier.consume_back("@GOTOFF")) in parseCSKYSymbol() 1180 else if (Identifier.consume_back("@PLT")) in parseCSKYSymbol() 1182 else if (Identifier.consume_back("@GOTPC")) in parseCSKYSymbol() 1184 else if (Identifier.consume_back("@TLSGD32")) in parseCSKYSymbol() 1186 else if (Identifier.consume_back("@GOTTPOFF")) in parseCSKYSymbol() 1188 else if (Identifier.consume_back("@TPOFF")) in parseCSKYSymbol() 1190 else if (Identifier.consume_back("@TLSLDM32")) in parseCSKYSymbol() 1192 else if (Identifier.consume_back("@TLSLDO32")) in parseCSKYSymbol() 1262 if (Identifier.consume_back("@GOT")) in parseDataSymbol() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 148 if (case_sensitive ? a.consume_back(b) : a.consume_back_insensitive(b))
|
H A D | RegisterValue.cpp | 254 vector_str.consume_back("}"); in ParseVectorEncoding()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CppModuleConfiguration.cpp | 81 posix_dir.consume_back("c++/v1"); in analyzeFile()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 207 if (case_sensitive ? a.consume_back(b) : a.consume_back_insensitive(b)) { in DeduceSourceMapping()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 264 if (!key.consume_back(quote_char) || key.empty()) { in GetSubValue()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 357 Identifier.consume_back(".o"); in getBufferIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 259 Name.consume_back(".exe"); in stripExecutableExtension()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 838 summary_str.consume_back(suffix) && summary_str.consume_back(quote_char); in NSURLSummaryProvider()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 640 bool consume_back(StringRef Suffix) { in consume_back() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 679 (!Params.consume_front("<") || !Params.consume_back(">"))) {
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3008 bool Preprocessed = XValue.consume_back("-cpp-output"); in ParseFrontendArgs() 3009 bool ModuleMap = XValue.consume_back("-module-map"); in ParseFrontendArgs() 3012 XValue != "precompiled-header" && XValue.consume_back("-header"); in ParseFrontendArgs() 3019 if (XValue.consume_back("-header-unit")) in ParseFrontendArgs() 3021 else if (XValue.consume_back("-system")) in ParseFrontendArgs() 3023 else if (XValue.consume_back("-user")) in ParseFrontendArgs()
|
H A D | VerifyDiagnosticConsumer.cpp | 454 if (DToken.consume_back("-re")) { in ParseDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 315 if (!Module && SearchName.consume_back("_Private")) in lookupModule() 318 if (!Module && SearchName.consume_back("Private")) in lookupModule()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 187 if (!Val.consume_back("+")) { in AddAArch64TargetArgs()
|
H A D | Hexagon.cpp | 57 Opt.consume_back("="); in handleHVXTargetFeatures()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 532 if (!Name.consume_front("<") || !Name.consume_back(">")) in parseFunctionPipelineName() 548 if (!Name.consume_front("devirt<") || !Name.consume_back(">")) in parseDevirtPassName()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 767 if (!s.consume_back(".o")) in isCrt()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 674 if (Name.consume_back(".v4f32.v16i8")) { in upgradeArmOrAarch64IntrinsicFunction() 760 if (Name.consume_back(".v4i1")) { in upgradeArmOrAarch64IntrinsicFunction() 762 if (Name.consume_back(".predicated.v2i64.v4i32")) in upgradeArmOrAarch64IntrinsicFunction() 766 if (Name.consume_back(".v2i64")) { in upgradeArmOrAarch64IntrinsicFunction() 795 if (Name.consume_back(".predicated.v2i64.v4i1")) in upgradeArmOrAarch64IntrinsicFunction() 832 if (Name.consume_back(".lane")) { in upgradeArmOrAarch64IntrinsicFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 524 if (!lhs.consume_back(":")) in GetRule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2068 if (Identifier.consume_back("@plt")) in parseBareSymbol() 2124 (void)Identifier.consume_back("@plt"); in parseCallSymbol() 2294 if (!Name.consume_back(".t")) in parseMaskReg()
|