Searched refs:startswith (Results 226 - 250 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp144 if (Name.startswith("__builtin_"))
767 if (Name.startswith("__builtin_"))
H A DNullabilityChecker.cpp809 if (llvm::sys::path::filename(FilePath).startswith("CG")) {
879 if (Name.startswith("NS")) {
H A DLocalizationChecker.cpp818 if (!(SelectorName.startswith("drawAtPoint") ||
819 SelectorName.startswith("drawInRect") ||
820 SelectorName.startswith("drawWithRect")))
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py166 return lines[pos.line][pos.column:].startswith(string)
712 if cur_line.lstrip().startswith('#'):
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp683 if (Name.startswith("OSAtomicCompareAndSwap") ||
684 Name.startswith("objc_atomicCompareAndSwap")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp484 return SectionName.startswith(Prefix) || SectionName == Prefix.drop_back();
586 if (SectionName.startswith(".note"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp355 if (GV->getName().startswith("__llvm_gcov") ||
356 GV->getName().startswith("__llvm_gcda"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp510 if (Callee->getName().startswith("__cxa_find_matching_catch_"))
1012 if (Callee->getName().startswith("__invoke_")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp235 bool IsDisabled = Val.startswith(DisabledPrefixIn);
2321 if (Value.startswith("-msoft-float")) {
2326 if (Value.startswith("-mhard-float")) {
2363 } else if (Value.startswith("-compress-debug-sections") ||
2364 Value.startswith("--compress-debug-sections") ||
2374 } else if (Value.startswith("-I")) {
2380 } else if (Value.startswith("-gdwarf-")) {
2390 } else if (Value.startswith("-mcpu") || Value.startswith("-mfpu") ||
2391 Value.startswith("
[all...]
H A DAMDGPU.cpp76 if (!BaseName.startswith(DeviceLibPrefix))
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp107 if (errPlace.isec && errPlace.isec->name.startswith(".debug"))
816 if (name.startswith("_Z")) {
903 if (sym.getName().startswith("_ZTV"))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1338 if (name.GetStringRef().startswith("$") && !namespace_decl) {
1354 if (name.GetStringRef().startswith("$__lldb"))
1369 assert(name.GetStringRef().startswith("$"));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp310 HasLLVMReservedName = getName().startswith("llvm.");
590 assert(Name.startswith("llvm."));
628 if (!Name.startswith("llvm.")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp330 return SectionName.startswith(".debug");
1051 if (Name.startswith("/")) {
1053 if (Name.startswith("//")) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp630 if (url.startswith("file://"))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp91 if (llvm::StringRef(str).startswith("#1/")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp153 StringRef(MtuneLowerCase).startswith("apple")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp61 return FormatTok.is(tok::comment) && !FormatTok.TokenText.startswith("/*");
1011 Next->is(TT_TemplateString) && Next->TokenText.startswith("}");
2811 if (FormatTok.TokenText.startswith("//") ||
2812 FormatTok.TokenText.startswith("/*"))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp343 if (!FileSystem::Instance().Exists(file) && user_exe_path.startswith("~")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp39 if (!D->getSelector().getNameForSlot(0).startswith("test"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp206 if (!StringRef(*I).startswith("error"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp144 if (!ALA->getIsLiteralLabel() || ALA->getLabel().startswith("llvm.")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp188 if (TokenLength == 4 && Code.startswith("true")) {
191 } else if (TokenLength == 5 && Code.startswith("false")) {
543 if (StringRef(Completion.TypedText).startswith(CompToken.Text) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp748 return DiagnosticIDs::getCategoryNameFromID(cat).startswith("ARC ");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp158 if (ShortName.startswith("_Z") &&

Completed in 228 milliseconds

1234567891011>>