OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Expressions
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingWriter.h
43
ArrayRef<CounterExpression>
Expressions
;
48
ArrayRef<CounterExpression>
Expressions
,
50
: VirtualFileMapping(VirtualFileMapping),
Expressions
(
Expressions
),
CoverageMappingReader.h
39
ArrayRef<CounterExpression>
Expressions
;
135
std::vector<CounterExpression> &
Expressions
;
142
std::vector<CounterExpression> &
Expressions
,
146
Filenames(Filenames),
Expressions
(
Expressions
),
188
std::vector<CounterExpression>
Expressions
;
CoverageMapping.h
158
/// A Counter expression builder is used to construct the counter
expressions
.
159
/// It avoids unnecessary duplication and simplifies algebraic
expressions
.
161
/// A list of all the counter
expressions
162
std::vector<CounterExpression>
Expressions
;
171
/// expression is added to the builder's collection of
expressions
.
195
ArrayRef<CounterExpression> getExpressions() const { return
Expressions
; }
226
/// A BranchRegion represents leaf-level boolean
expressions
and is
318
/// A Counter mapping context is used to connect the counters,
expressions
321
ArrayRef<CounterExpression>
Expressions
;
325
CounterMappingContext(ArrayRef<CounterExpression>
Expressions
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp
71
/// Gather only the
expressions
that are used by the mapping
74
ArrayRef<CounterExpression>
Expressions
;
79
CounterExpressionsMinimizer(ArrayRef<CounterExpression>
Expressions
,
81
:
Expressions
(
Expressions
) {
82
AdjustedExpressionIDs.resize(
Expressions
.size(), 0);
98
mark(
Expressions
[ID].LHS);
99
mark(
Expressions
[ID].RHS);
106
const auto &E =
Expressions
[C.getExpressionID()];
139
static unsigned encodeCounter(ArrayRef<CounterExpression>
Expressions
,
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
arraytypes.h
18
typedef Array<class Expression *>
Expressions
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVN.h
151
//
Expressions
is the vector of Expression. ExprIdx is the mapping from
152
// value number to the index of Expression in
Expressions
. We use it
157
std::vector<Expression>
Expressions
;
370
/// A simple and fast domtree-based GVN pass to hoist common
expressions
378
///
expressions
and sinks similar
expressions
into successors.
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
42
/// empty
expressions
.
264
/// Format to use for
expressions
using this variable without an explicit
393
/// as.
Expressions
are linked to the numeric variables they use at
488
/// Vector holding pointers to all parsed
expressions
. Used to automatically
489
/// free the
expressions
once they are guaranteed to no longer be used.
490
std::vector<std::unique_ptr<Expression>>
Expressions
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
108
/// the MMI table. Such variables can have multiple
expressions
and frame
386
Expressions
,
718
return MinimizeAddr == MinimizeAddrInV5::
Expressions
;
/src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h
46
typedef Array <Expression *>
Expressions
;
582
extern tree build_array_from_exprs (Type *,
Expressions
*, bool);
592
extern tree d_build_call_expr (FuncDeclaration *, tree,
Expressions
*);
593
extern tree d_build_call (TypeFunction *, tree, tree,
Expressions
*);
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
1867
NodeArray
Expressions
;
1871
: Node(KConversionExpr), Type(Type_),
Expressions
(Expressions_) {}
1873
template<typename Fn> void match(Fn F) const { F(Type,
Expressions
); }
1879
Expressions
.printWithComma(S);
2380
// lambda
expressions
. For a generic lambda with no explicit template
3899
// ::= Da # auto (in dependent new-
expressions
)
5580
// ::= <expr-primary> # simple
expressions
5614
// ::= <expr-primary> # simple
expressions
Completed in 23 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026