| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; 30 Pattern = std::make_shared<Regex>(Val); 32 if (!Pattern->isValid(RegexError)) 47 "pass-remarks", cl::value_desc("pattern"), 56 "pass-remarks-missed", cl::value_desc("pattern"), 66 "pass-remarks-analysis", cl::value_desc("pattern"), 75 return (PassRemarksAnalysisOptLoc.Pattern && 76 PassRemarksAnalysisOptLoc.Pattern->match(PassName)); 79 return (PassRemarksMissedOptLoc.Pattern && 80 PassRemarksMissedOptLoc.Pattern->match(PassName)) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| str.c | 330 IN CHAR16 *Pattern 336 p = *Pattern; 337 Pattern += 1; 341 // End of pattern. If end of string, TRUE match 347 if (MetaMatch (String, Pattern)) { 352 return MetaMatch (String, Pattern); 370 while ((p = *Pattern++)) { 376 p = *Pattern; // get high range 394 p = *Pattern; 395 Pattern += 1 [all...] |
| /src/lib/libcurses/PSD.doc/ |
| twinkle1.c | 52 static int Pattern, /* current pattern number */ 53 Numstars; /* number of stars in pattern */ 96 * Make the current board setup. It picks a random pattern and 97 * calls ison() to determine if the character is on that pattern 106 Pattern = rand() % MAXPATTERNS; 119 * Return TRUE if (y, x) is on the current pattern. 124 switch (Pattern) { 133 case 2: /* holy pattern! */
|
| twinkle2.c | 50 static int Pattern, /* current pattern number */ 51 Numstars; /* number of stars in pattern */ 164 * Make the current board setup. It picks a random pattern and 165 * calls ison() to determine if the character is on that pattern 174 Pattern = rand() % MAXPATTERNS; 187 * Return TRUE if (y, x) is on the current pattern. 192 switch (Pattern) { 201 case 2: /* holy pattern! */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| IPDBSession.h | 64 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 68 llvm::StringRef Pattern, 71 findCompilandsForSourceFile(llvm::StringRef Pattern, 74 findOneCompilandForSourceFile(llvm::StringRef Pattern,
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| text.py | 17 from typing import Iterator, List, Match, Optional, Pattern, TextIO, Union 20 FlexPattern = Union[str, Pattern] 23 def compile_pattern(string: FlexPattern) -> Pattern: 24 if isinstance(string, Pattern): 28 raise TypeError("only string and re.Pattern allowed") 33 Implement a grep-like interface for pattern matching in texts and files. 40 def igrep(self, pattern: FlexPattern) -> Iterator[Match]: 42 Iterate over the lines matching the pattern. 44 regex = compile_pattern(pattern) 51 def grep(self, pattern: FlexPattern) -> List[Match] [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| DAGISelMatcherGen.cpp | 54 const PatternToMatch &Pattern; 57 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts 90 /// physreg input to the pattern. The first elt is the Register node, the 91 /// second is the recorded slot number the input pattern match saved it in. 101 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp); 146 MatcherGen::MatcherGen(const PatternToMatch &pattern, 148 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), 150 // We need to produce the matcher tree for the patterns source pattern. To do 156 // To figure out the fewest number of type checks needed, clone the pattern, [all...] |
| DAGISelMatcher.h | 1 //===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- C++ -*-===// 30 Matcher *ConvertPatternToMatcher(const PatternToMatch &Pattern,unsigned Variant, 403 /// to see if the entire pattern is capable of matching. This predicate does 690 const ComplexPattern &Pattern; 703 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, 705 : Matcher(CheckComplexPat), Pattern(pattern), MatchNumber(matchnumber), 708 const ComplexPattern &getPattern() const { return Pattern; } 721 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern & [all...] |
| /src/usr.bin/make/unit-tests/ |
| varmod-match-escape.exp | 5 Pattern for ':M' is "\:" 10 Pattern for ':M' is ":" 21 Pattern for ':M' is ":" 29 Pattern for ':M' is ":\:" 36 make: varmod-match-escape.mk:63: Unfinished backslash at the end in pattern "\" of modifier ":M" 40 make: varmod-match-escape.mk:71: Unfinished backslash at the end in pattern "\" of modifier ":M" 42 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[A-]" of modifier ":M" 44 in .for loop from varmod-match-escape.mk:109 with pattern = [A-] 45 make: varmod-match-escape.mk:112: Unfinished character list in pattern "[^A-]" of modifier ":M" 47 in .for loop from varmod-match-escape.mk:109 with pattern = [^A- [all...] |
| vardebug.exp | 16 Pattern for ':M' is "[2]" 21 Pattern for ':N' is "[2]" 45 Pattern for ':M' is "*e" 49 Pattern for ':M' is "valu[e]"
|
| vardebug.mk | 31 # expect: Pattern for ':M' is "[2]" 35 # expect: Pattern for ':N' is "[2]"
|
| directive-export-impl.exp | 9 Pattern for ':N' is "*" 32 Pattern for ':N' is "*"
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| DIASession.h | 61 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 65 llvm::StringRef Pattern, 68 findCompilandsForSourceFile(llvm::StringRef Pattern, 71 findOneCompilandForSourceFile(llvm::StringRef Pattern,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| NativeSession.h | 77 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, 81 llvm::StringRef Pattern, 84 findCompilandsForSourceFile(llvm::StringRef Pattern, 87 findOneCompilandForSourceFile(llvm::StringRef Pattern,
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaTemplateVariadic.cpp | 606 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, 609 QualType Result = CheckPackExpansion(Pattern->getType(), 610 Pattern->getTypeLoc().getSourceRange(), 616 TLB.pushFullCopy(Pattern->getTypeLoc()); 623 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, 627 // The pattern of a pack expansion shall name one or more 631 // A pattern containing a deduced type can't occur "naturally" but arises in 633 if (!Pattern->containsUnexpandedParameterPack() && 634 !Pattern->getContainedDeducedType()) { 640 return Context.getPackExpansionType(Pattern, NumExpansions [all...] |
| SemaTemplateInstantiate.cpp | 54 /// \param Pattern If non-NULL, indicates the pattern from which we will be 62 const FunctionDecl *Pattern) { 172 // instead of its semantic parent, unless of course the pattern we're 176 (!Pattern || !Pattern->getLexicalDeclContext()->isFileContext())) { 2323 // We have a function parameter pack. Substitute into the pattern of the 2491 CXXRecordDecl *Pattern, 2495 for (const auto &Base : Pattern->bases()) { 2603 /// Instantiate the definition of a class from a given pattern [all...] |
| SemaTemplateInstantiateDecl.cpp | 947 TypeAliasDecl *Pattern = D->getTemplatedDecl(); 950 if (getPreviousDeclForInstantiation<TypedefNameDecl>(Pattern)) { 951 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); 958 InstantiateTypedefNameDecl(Pattern, /*IsTypeAlias=*/true)); 1234 // parameters into the pattern type and checking the result. 1380 EnumDecl *Enum, EnumDecl *Pattern) { 1384 Enum->setLocation(Pattern->getLocation()); 1389 for (auto *EC : Pattern->enumerators()) { 1426 if (Pattern->getDeclContext()->isFunctionOrMethod() && 1459 CXXRecordDecl *Pattern = D->getTemplatedDecl() [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| lib.h | 63 IN CHAR16 *Pattern
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| DIASession.cpp | 284 llvm::StringRef Pattern, 288 if (!Pattern.empty()) 289 Utf16Pattern = CComBSTR(Pattern.data()); 306 llvm::StringRef Pattern, 308 auto SourceFiles = findSourceFiles(Compiland, Pattern, Flags); 315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, 317 auto File = findOneSourceFile(nullptr, Pattern, Flags); 324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, 326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags);
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/log/ |
| watchlog.py | 12 from typing import Any, List, Match, Optional, Pattern, TextIO, TypeVar, Union 75 def _setup_wait(self, patterns: OneOrMore[FlexPattern]) -> List[Pattern]: 80 def _prepare_patterns(self, strings: OneOrMore[FlexPattern]) -> List[Pattern]: 82 Convert a mix of string(s) and/or pattern(s) into a list of patterns. 94 def _wait_for_match(self, regexes: List[Pattern]) -> Match: 108 f"{' | '.join([regex.pattern for regex in regexes])}" 116 either a regular expression pattern, or a string which should be 136 pattern = Re(r"next key event in ([0-9]+) seconds") 139 match = watcher.wait_for_line(pattern) 215 Block execution until the specified pattern sequence is found in th [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| FileCheckImpl.h | 453 // Pattern handling code. 456 /// Class holding the Pattern global state, shared by all patterns: tables 460 friend class Pattern; 463 /// When matching a given pattern, this holds the value of all the string 464 /// variables defined in previous patterns. In a pattern, only the last 474 /// When matching a given pattern, this holds the pointers to the classes 476 /// matching a pattern all definitions for that pattern are recorded in the 477 /// NumericVariableDefs table in the Pattern instance of that pattern [all...] |
| FileCheck.cpp | 437 bool Pattern::isValidVarNameStart(char C) { return C == '_' || isAlpha(C); } 439 Expected<Pattern::VariableProperties> 440 Pattern::parseVariable(StringRef &Str, const SourceMgr &SM) { 481 Expected<NumericVariable *> Pattern::parseNumericVariableDefinition( 520 Expected<std::unique_ptr<NumericVariableUse>> Pattern::parseNumericVariableUse( 555 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( 568 Expected<Pattern::VariableProperties> ParseVarResult = 614 Pattern::parseParenExpr(StringRef &Expr, Optional<size_t> LineNumber, 647 Pattern::parseBinop(StringRef Expr, StringRef &RemainingExpr, 692 Pattern::parseCallExpr(StringRef &Expr, StringRef FuncName [all...] |
| /src/external/bsd/zstd/dist/build/single_file_libs/ |
| combine.py | 22 from typing import Any, List, Optional, Pattern, Set, TextIO 44 # Compiled regex Pattern to handle "#pragma once" in various formats: 54 pragma_regex: Pattern = re.compile(r'^\s*#\s*pragma\s*once\s*') 56 # Compiled regex Pattern to handle the following type of file includes: 76 include_regex: Pattern = re.compile(r'^\s*#\s*include\s*"(.+?)"')
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 77 /// Priority for a code pattern. 122 /// Adjustment for KVC code pattern priorities when it doesn't look 759 /// Refers to a precomputed pattern. 774 CodeCompletionString *Pattern; 895 /// Build a result that refers to a pattern. 897 CodeCompletionString *Pattern, unsigned Priority = CCP_CodePattern, 901 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), 907 /// Build a result that refers to a pattern with an associated 909 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineCombiner.cpp | 52 "machine-combiner-verify-pattern-order", cl::Hidden, 58 "machine-combiner-verify-pattern-order", cl::Hidden, 107 MachineCombinerPattern Pattern, bool SlackIsAccurate); 111 MachineCombinerPattern Pattern); 263 /// The combiner's goal may differ based on which pattern it is attempting 317 MachineCombinerPattern Pattern) { 336 MachineCombinerPattern Pattern, 352 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { 464 /// \param Pattern is used to call target hook finalizeInsInstrs 473 MachineCombinerPattern Pattern, [all...] |