Home
last modified time | relevance | path

Searched refs:consume_back (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp95 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 DClangHighlighter.cpp153 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 DHexagon.cpp118 CPUFeature.consume_back("t"); in initFeatureMap()
244 Arch.consume_back("t"); in getHexagonCPURev()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1176 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 DFileSpecList.cpp148 if (case_sensitive ? a.consume_back(b) : a.consume_back_insensitive(b))
H A DRegisterValue.cpp254 vector_str.consume_back("}"); in ParseVectorEncoding()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp81 posix_dir.consume_back("c++/v1"); in analyzeFile()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp207 if (case_sensitive ? a.consume_back(b) : a.consume_back_insensitive(b)) { in DeduceSourceMapping()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp264 if (!key.consume_back(quote_char) || key.empty()) { in GetSubValue()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp357 Identifier.consume_back(".o"); in getBufferIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp259 Name.consume_back(".exe"); in stripExecutableExtension()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp838 summary_str.consume_back(suffix) && summary_str.consume_back(quote_char); in NSURLSummaryProvider()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h640 bool consume_back(StringRef Suffix) { in consume_back() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h679 (!Params.consume_front("<") || !Params.consume_back(">"))) {
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3008 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 DVerifyDiagnosticConsumer.cpp454 if (DToken.consume_back("-re")) { in ParseDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp315 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 DFlang.cpp187 if (!Val.consume_back("+")) { in AddAArch64TargetArgs()
H A DHexagon.cpp57 Opt.consume_back("="); in handleHVXTargetFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp532 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 DOutputSections.cpp767 if (!s.consume_back(".o")) in isCrt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp674 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 DSymbolFileBreakpad.cpp524 if (!lhs.consume_back(":")) in GetRule()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2068 if (Identifier.consume_back("@plt")) in parseBareSymbol()
2124 (void)Identifier.consume_back("@plt"); in parseCallSymbol()
2294 if (!Name.consume_back(".t")) in parseMaskReg()

12