Searched refs:startswith (Results 76 - 100 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp506 if (Expr.startswith("(")) {
519 if (Expr.ltrim(SpaceChars).startswith("(")) {
564 assert(Expr.startswith("("));
577 while (SubExprResult && !Expr.empty() && !Expr.startswith(")")) {
643 assert(Expr.startswith("("));
663 while (!Expr.empty() && !Expr.startswith(")")) {
664 if (Expr.startswith(","))
675 if (Expr.startswith(",") || Expr.startswith(")"))
694 if (Expr.startswith(")"))
[all...]
H A DSignals.cpp203 if (!FunctionName.startswith("??"))
208 if (!FileLineInfo.startswith("??"))
H A DSpecialCaseList.cpp139 if (I->empty() || I->startswith("#"))
143 if (I->startswith("[")) {
H A DStringRef.cpp387 if (Str.startswith("0x") || Str.startswith("0X")) {
392 if (Str.startswith("0b") || Str.startswith("0B")) {
397 if (Str.startswith("0o")) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp209 if (path1.startswith("="))
241 if (name.startswith(":"))
H A DOutputSections.cpp284 !name.startswith(".debug_"))
466 assert(x.startswith(".ctors") || x.startswith(".dtors"));
467 assert(y.startswith(".ctors") || y.startswith(".dtors"));
H A DScriptParser.cpp139 if (s.startswith("\""))
282 if (isUnderSysroot && s.startswith("/")) {
291 if (s.startswith("/")) {
294 } else if (s.startswith("=")) {
301 } else if (s.startswith("-l")) {
590 if (tok.startswith("elf"))
899 if (peek() == "=" || peek().startswith("=")) {
1400 while (!errorCount() && peek().startswith(":")) {
1528 {unquote(tok), isCXX, !tok.startswith("\"") && hasWildcard(tok)});
H A DARMErrataFix.cpp311 return s->getName() == "$a" || s->getName().startswith("$a.");
314 return s->getName() == "$t" || s->getName().startswith("$t.");
317 return s->getName() == "$d" || s->getName().startswith("$d.");
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py112 if not str(exc).startswith(
122 if not str(exc).startswith(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h128 /// startswith - Check if this string starts with the given \p Prefix.
129 bool startswith(StringRef Prefix) const { function in class:llvm::SmallString
130 return str().startswith(Prefix);
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py246 if (condition.startswith('0') or
247 condition.startswith('(0)')):
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h426 if (!CheckerName.startswith("debug.") &&
427 (IncludeExperimental || !CheckerName.startswith("alpha.")))
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in146 if sys.platform.startswith('freebsd'):
169 elif sys.platform.startswith('linux'):
408 elif not l2exist and ele.startswith("l2"):
425 hdr = [col for col in cols.keys() if not col.startswith("l2")]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp288 bool IsReference = C.remaining().startswith("%bb.");
289 if (!IsReference && !C.remaining().startswith("bb."))
323 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size())))
336 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size())))
376 if (!C.remaining().startswith(Rule))
385 if (!C.remaining().startswith(Rule))
395 if (!C.remaining().startswith(Rule))
489 if (!C.remaining().startswith(Rule))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp53 } else if (Opt.startswith("O")) {
150 if (Arg.startswith("-")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp63 assert(Name.startswith("llvm."));
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.'))
H A DMangler.cpp146 if (Name.startswith("\01") ||
147 (DL.doNotMangleLeadingQuestionMark() && Name.startswith("?")))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h119 return StringRef(Name).startswith("_$s") ||
120 StringRef(Name).startswith("_$S");
/freebsd-13-stable/tools/tools/notescheck/
H A Dnotescheck.py162 if not file.startswith(tree):
298 if name.startswith('DEV_'):
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp629 if (name.startswith("_OBJC_")) {
631 if (name.startswith("_OBJC_CLASS_$_"))
633 if (name.startswith("_OBJC_METACLASS_$_"))
635 if (name.startswith("_OBJC_IVAR_$_"))
637 } else if (name.startswith(".objc_class_name_")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp174 if (Arg.startswith(I->getKey()))
184 if (Str.startswith(Prefix)) {
188 : Rest.startswith(I->Name);
221 if (Val.startswith(Arg) && Arg.compare(Val))
242 if (StringRef(S).startswith(Cur) && S.compare(std::string(Cur) + "\t"))
/freebsd-13-stable/contrib/bc/tests/
H A Dafl.py85 if not entry.name.startswith('.') and \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp119 if (FileName.startswith(SysRoot))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp525 Result.Declaration->getIdentifier()->getName().startswith(Filter));
527 return !StringRef(Result.Keyword).startswith(Filter);
529 return !Result.Macro->getName().startswith(Filter);
532 StringRef(Result.Pattern->getTypedText()).startswith(Filter));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp76 if (StringRef(DeclName).startswith("test"))

Completed in 176 milliseconds

1234567891011>>