OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Terms
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp
58
SmallVectorImpl<Term> &
Terms
) {
63
Terms
.emplace_back(C.getCounterID(), Factor);
67
extractTerms(E.LHS, Factor,
Terms
);
69
E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor,
Terms
);
75
// Gather constant
terms
.
76
SmallVector<Term, 32>
Terms
;
77
extractTerms(ExpressionTree, +1,
Terms
);
79
// If there are no
terms
, this is just a zero. The algorithm below assumes at
81
if (
Terms
.size() == 0)
84
// Group the
terms
by counter ID
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
3518
/// Collect all of the separable
terms
in the given condition, which
3525
SmallVectorImpl<Expr *> &
Terms
) {
3528
collectConjunctionTerms(BinOp->getLHS(),
Terms
);
3529
collectConjunctionTerms(BinOp->getRHS(),
Terms
);
3535
Terms
.push_back(Clause);
3610
// Separate out all of the
terms
in a conjunction.
3611
SmallVector<Expr *, 4>
Terms
;
3612
collectConjunctionTerms(Cond,
Terms
);
3616
for (Expr *Term :
Terms
) {
Completed in 19 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026