HomeSort by: relevance | last modified time | path
    Searched defs:predicate (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
__init__.py 26 """ Predicate to detect duplicated entries.
34 def predicate(entry): function in function:duplicate_check
35 entry_hash = predicate.unique(entry)
36 if entry_hash not in predicate.state:
37 predicate.state.add(entry_hash)
41 predicate.unique = method
42 predicate.state = set()
43 return predicate
clang.py 91 def predicate(checker): function in function:is_active
94 return any(pattern.match(checker) for pattern in predicate.patterns)
96 predicate.patterns = [re.compile(r'^' + a + r'(\.|$)') for a in checkers]
97 return predicate
report.py 476 def predicate(bug): function in function:create_counters
479 current_category = predicate.categories.get(bug_category, dict())
487 predicate.categories.update({bug_category: current_category})
488 predicate.total += 1
490 predicate.total = 0
491 predicate.categories = dict()
492 return predicate
496 def predicate(bug): function in function:prettify_bug
507 return predicate
511 def predicate(crash) function in function:prettify_crash
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 59 # * "predicate" - a boolean, if True then a _p predicate function will
60 # be generated. The predicate will use the generic validation
78 # performed for fields that don't have a "predicate".
87 # within the _p predicate function if the field has "predicate" set to
370 predicate=True, variable
377 predicate=True, variable
405 predicate=True, variable
418 predicate=True variable
435 predicate=True, variable
456 predicate=True, variable
486 predicate=True, variable
498 predicate=True, variable
510 predicate=True, variable
660 predicate=True, variable
683 predicate=True, variable
730 predicate=True, variable
771 predicate=True, variable
852 predicate=True, variable
999 predicate=True, variable
1019 predicate=True, variable
1075 predicate=True, variable
1134 predicate=True, variable
1148 predicate=True, variable
1181 predicate=True, variable
1188 predicate=True, variable
1387 predicate=True, variable
1398 predicate=True, variable
1497 predicate=True, variable
1584 predicate=True, variable
1591 predicate=True, variable
1615 predicate=True, variable
1640 predicate=True, variable
1659 predicate=True, variable
1669 predicate=True, variable
1679 predicate=True, variable
1689 predicate=True, variable
1699 predicate=True, variable
1716 predicate=True, variable
1729 predicate=True, variable
1741 predicate=True, variable
1751 predicate=True, variable
1761 predicate=True, variable
1773 predicate=True, variable
1784 predicate=True, variable
1793 predicate=True, variable
1837 predicate=True, variable
1869 predicate=True, variable
1927 predicate=False, variable
1941 predicate=True, variable
1966 predicate=True, variable
2011 predicate=True, variable
2022 predicate=True, variable
2029 predicate=True, variable
2052 predicate=True, variable
2063 predicate=True, variable
2079 predicate=True, variable
2095 predicate=True, variable
2107 predicate=True, variable
2117 predicate=True, variable
2128 predicate=True, variable
2287 predicate=True, variable
2317 predicate=True, variable
2353 predicate=True, variable
2365 predicate=True, variable
2376 predicate=True, variable
2386 predicate=True, variable
2396 predicate=True, variable
2537 predicate=True, variable
2549 predicate=True, variable
2644 predicate=True, variable
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 59 # * "predicate" - a boolean, if True then a _p predicate function will
60 # be generated. The predicate will use the generic validation
78 # performed for fields that don't have a "predicate".
87 # within the _p predicate function if the field has "predicate" set to
370 predicate=True, variable
377 predicate=True, variable
405 predicate=True, variable
418 predicate=True variable
435 predicate=True, variable
456 predicate=True, variable
486 predicate=True, variable
498 predicate=True, variable
510 predicate=True, variable
660 predicate=True, variable
683 predicate=True, variable
730 predicate=True, variable
771 predicate=True, variable
865 predicate=True, variable
1012 predicate=True, variable
1032 predicate=True, variable
1088 predicate=True, variable
1147 predicate=True, variable
1161 predicate=True, variable
1194 predicate=True, variable
1201 predicate=True, variable
1400 predicate=True, variable
1411 predicate=True, variable
1510 predicate=True, variable
1597 predicate=True, variable
1604 predicate=True, variable
1628 predicate=True, variable
1653 predicate=True, variable
1672 predicate=True, variable
1682 predicate=True, variable
1692 predicate=True, variable
1702 predicate=True, variable
1712 predicate=True, variable
1729 predicate=True, variable
1747 predicate=True, variable
1764 predicate=True, variable
1774 predicate=True, variable
1784 predicate=True, variable
1801 predicate=True, variable
1812 predicate=True, variable
1821 predicate=True, variable
1865 predicate=True, variable
1897 predicate=True, variable
1955 predicate=False, variable
1969 predicate=True, variable
1994 predicate=True, variable
2039 predicate=True, variable
2050 predicate=True, variable
2057 predicate=True, variable
2080 predicate=True, variable
2091 predicate=True, variable
2107 predicate=True, variable
2123 predicate=True, variable
2135 predicate=True, variable
2145 predicate=True, variable
2156 predicate=True, variable
2315 predicate=True, variable
2345 predicate=True, variable
2381 predicate=True, variable
2393 predicate=True, variable
2404 predicate=True, variable
2414 predicate=True, variable
2424 predicate=True, variable
2565 predicate=True, variable
2581 predicate=True, variable
2655 predicate=True, variable
2864 predicate=True, variable
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanPredicator.cpp 11 /// interfaces to predicate and linearize the VPlan region.
28 // predicate being propagated from PredBB to CurrBB depending on the edge type
30 // i. PredBB is controlled by predicate %BP, and
57 // Now AND intermediate value with PredBB's block predicate if it has one.
84 // The last element is the root predicate which is returned.
110 // This root needs to replace the existing block predicate. This is done in
135 // Blocks that dominate region exit inherit the predicate from the region.
136 // Return after setting the predicate.
164 // edge predicates. We use the predecessor's block predicate instead.
179 // Logically OR all incoming predicates by building the Predicate Tree
234 void VPlanPredicator::predicate(void) { function in class:VPlanPredicator
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.h 1 /* Support for simple predicate analysis.
26 /* Represents a simple Boolean predicate. */
43 /* Represents a complex Boolean predicate expression. */
44 class predicate class
48 predicate (bool empty_val) : m_preds (vNULL), m_cval (empty_val) { } function in class:predicate
51 predicate (const predicate &rhs) : m_preds (vNULL) { *this = rhs; } function in class:predicate
53 ~predicate ();
56 predicate& operator= (const predicate &)
    [all...]
ipa-fnsummary.h 25 #include "ipa-predicate.h"
73 context. We keep simple array of record, every containing of predicate
78 /* Predicate for code to be executed. */
80 /* Predicate for value to be constant and optimized out in a specialized copy.
108 particular predicate. The structure is used to estimate how often we
116 /* ...when this predicate evaluates to false. */
117 ipa_predicate * GTY((skip)) predicate;
282 : predicate (NULL), param (vNULL), call_stmt_size (0), call_stmt_time (0),
289 predicate (s.predicate), param (s.param), call_stmt_size (s.call_stmt_size)
298 ipa_predicate *predicate; member in class:ipa_call_summary
    [all...]
genoutput.cc 52 a. `predicate', an int-valued function, is the match_operand predicate
117 const char *predicate;
259 d->predicate && d->predicate[0] ? d->predicate : "0");
272 if (d->predicate)
273 pred = lookup_predicate (d->predicate);
456 d->operand[opno].predicate = XSTR (part, 1);
477 d->operand[opno].predicate = "scratch_operand"
116 const char *predicate; member in struct:operand_data
    [all...]
recog.h 457 const insn_operand_predicate_fn predicate; member in struct:insn_operand_data
gimple-predicate-analysis.cc 1 /* Support for simple predicate analysis.
47 #include "gimple-predicate-analysis.h"
51 /* In our predicate normal form we have MAX_NUM_CHAINS or predicates
205 /* Return true if PRED is common among all predicate chains in PREDS
242 /* Find a predicate to examine against paths of interest. If there
243 is no predicate of the "FLAG_VAR CMP CONST" form, try to find one
280 /* Check if we can take advantage of FLAG_VAR COMP FLAG_VAR predicate
342 /* Return predicate found. */
355 is the const value used in the predicate associated with the flag,
356 CMP_CODE is the comparison code used in the predicate, VISITED_PHI
    [all...]
tree-ssa-loop-unswitch.cc 86 (note that an unswitching predicate for a gswitch actually corresponds
92 5) A selected predicate is chosen and we simplify the CFG (dead edges) in
105 predicate. */
109 /* CTOR for a switch edge predicate. */
162 /* Copy ranges for purpose of usage in predicate path. */
180 /* Modified range that is part of a predicate path. */
183 /* Index of the edge the predicate belongs to in the successor vector. */
186 /* The profile count of this predicate. */
189 /* Whether the predicate was created from a switch statement. */
192 /* The number of the predicate in the predicates vector below. *
551 unswitch_predicate *predicate = new unswitch_predicate (stmt); local
635 unswitch_predicate *predicate local
660 unswitch_predicate *predicate = predicate_path[i].first; local
691 unswitch_predicate *predicate = predicate_path[i].first; local
984 unswitch_predicate *predicate = NULL; local
    [all...]
attribs.cc 1556 /* PREDICATE acts as a function of type:
1562 PREDICATE is true. Return ATTRS itself if PREDICATE returns true
1565 template<typename Predicate>
1567 remove_attributes_matching (tree attrs, Predicate predicate)
1576 if (!predicate (attr, as))
1602 auto predicate = [value](const_tree, const attribute_spec *as) -> bool
1606 return remove_attributes_matching (attrs, predicate);
1615 auto predicate = [ok_attrs](const_tree attr
1601 auto predicate = [value](const_tree, const attribute_spec *as) -> bool local
1614 auto predicate = [ok_attrs](const_tree attr, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.h 1 /* Support for simple predicate analysis.
30 /* Represents a simple Boolean predicate. */
47 /* Represents a complex Boolean predicate expression. */
48 class predicate class
71 predicate (func_t &eval) function in class:predicate
75 predicate (const predicate &rhs) function in class:predicate
81 predicate (basic_block, basic_block, func_t &);
83 ~predicate ();
86 predicate& operator= (const predicate &)
    [all...]
gimple-predicate-analysis.cc 1 /* Support for simple predicate analysis.
44 #include "gimple-predicate-analysis.h"
64 that's controlled by the same predicate). */
205 /* Dump the predicate chain PREDS for STMT, prefixed by MSG. */
281 /* Return true if PRED is common among all predicate chains in PREDS
318 /* Find a predicate to examine against paths of interest. If there
319 is no predicate of the "FLAG_VAR CMP CONST" form, try to find one
359 /* Check if we can take advantage of FLAG_VAR COMP FLAG_VAR predicate
423 /* Return if any "flag_var comp const" predicate is found. */
429 /* Record if any "flag_var comp flag_var[vinfo]" predicate is found. *
1668 predicate::predicate (basic_block def_bb, basic_block use_bb, func_t &eval) function in class:predicate
    [all...]
ipa-fnsummary.h 25 #include "ipa-predicate.h"
73 context. We keep simple array of record, every containing of predicate
78 /* Predicate for code to be executed. */
80 /* Predicate for value to be constant and optimized out in a specialized copy.
108 particular predicate. The structure is used to estimate how often we
116 /* ...when this predicate evaluates to false. */
117 ipa_predicate * GTY((skip)) predicate;
279 : predicate (NULL), param (vNULL), call_stmt_size (0), call_stmt_time (0),
286 predicate (s.predicate), param (s.param), call_stmt_size (s.call_stmt_size)
295 ipa_predicate *predicate; member in class:ipa_call_summary
    [all...]
genoutput.cc 52 a. `predicate', an int-valued function, is the match_operand predicate
117 const char *predicate;
258 d->predicate && d->predicate[0] ? d->predicate : "0");
271 if (d->predicate)
272 pred = lookup_predicate (d->predicate);
455 d->operand[opno].predicate = XSTR (part, 1);
476 d->operand[opno].predicate = "scratch_operand"
116 const char *predicate; member in struct:operand_data
    [all...]
recog.h 423 const insn_operand_predicate_fn predicate; member in struct:insn_operand_data
  /src/distrib/utils/libhack/
multibyte.c 199 int (*predicate)(wint_t); member in struct:wct_entry_hack
202 #define WCTENTRY(T) { .name= #T , .predicate= isw##T },
238 return my_wcts[ndx].predicate(wc);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 314 // needed in order to store the predicate value for these instructions.
317 unsigned short predicate; member in class:llvm::final
320 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 233 bool predicate(MachineInstr &TfrI, bool Cond, std::set<Register> &UpdRegs);
468 // replaced with a COPY: the use of the predicate register disappears and
621 /// destination register DstR:DstSR, and using the predicate register from
622 /// PredOp. The Cond argument specifies whether the predicate is to be
636 /// predicate.
674 MachineOperand &MP = MI.getOperand(1); // Predicate register
793 /// that depend on the same predicate register to allow moving instructions
884 // Add the new def, then the predicate register, then the rest of the
933 /// For a given conditional copy, predicate the definition of the source of
934 /// the copy under the given condition (using the same predicate register a
936 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, function in class:HexagonExpandCondsets
    [all...]
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.cc 1610 auto predicate = [](access_info *a) { local
1616 return filter_accesses (watermark, accesses, predicate);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.h 191 int predicate; member in struct:format_flag_spec
222 int predicate; member in struct:format_flag_pair
  /src/external/mpl/bind/dist/lib/dns/
update.c 386 * Function type for predicate functions that compare a database RR 'db_rr'
541 rr_predicate *predicate; member in struct:__anon24112
550 * Predicate functions for delete_if().
578 if ((*ctx->predicate)(ctx->update_rr, &rr->rdata)) {
590 * Conditionally delete RRs. Apply 'predicate' to the RRs
593 * RRs for which the predicate returns true, and log the
597 delete_if(rr_predicate *predicate, dns_db_t *db, dns_dbversion_t *ver,
601 ctx.predicate = predicate;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.h 199 int predicate; member in struct:format_flag_spec
230 int predicate; member in struct:format_flag_pair

Completed in 52 milliseconds

1 2