HomeSort by: relevance | last modified time | path
    Searched refs:Expressions (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /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;
  /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...]
CoverageMapping.cpp 51 unsigned I = Expressions.size();
52 Expressions.push_back(E);
66 const auto &E = Expressions[C.getExpressionID()];
144 if (C.getExpressionID() >= Expressions.size())
146 const auto &E = Expressions[C.getExpressionID()];
174 if (C.getExpressionID() >= Expressions.size())
176 const auto &E = Expressions[C.getExpressionID()];
196 if (C.getExpressionID() >= Expressions.size())
198 const auto &E = Expressions[C.getExpressionID()];
243 CounterMappingContext Ctx(Record.Expressions);
    [all...]
CoverageMappingReader.cpp 202 if (ID >= Expressions.size())
204 Expressions[ID].Kind = CounterExpression::ExprKind(Tag);
335 CounterMappingContext(Expressions).dump(C, dbgs());
367 // Read the expressions.
371 // Create an array of dummy expressions that get the proper counters
372 // when the expressions are read, and the proper kinds when the counters
374 Expressions.resize(
378 if (auto Err = readCounter(Expressions[I].LHS))
380 if (auto Err = readCounter(Expressions[I].RHS))
1129 Expressions.clear()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
builtin.d 31 public extern (C++) Expression eval_builtin(const ref Loc loc, FuncDeclaration fd, Expressions* arguments);
arraytypes.h 18 typedef Array<class Expression *> Expressions;
attrib.h 124 Expressions *alignExps;
153 Expressions *args; // array of Expression's
228 Expressions *exps;
247 Expressions *atts;
252 Expressions *getAttributes();
arraytypes.d 31 alias Expressions = Array!(Expression);
attrib.d 697 Expressions* exps; /// Expression(s) yielding the desired alignment,
709 exps = new Expressions();
714 extern (D) this(const ref Loc loc, Expressions* exps, Dsymbols* decl)
874 Expressions* args; /// parameters of this pragma
876 extern (D) this(const ref Loc loc, Identifier ident, Expressions* args, Dsymbols* decl)
1093 * so that expressions in the condition can refer to declarations
1324 Expressions* exps;
1328 extern (D) this(const ref Loc loc, Expressions* exps)
1375 Expressions* atts;
1377 extern (D) this(Expressions* atts, Dsymbols* decl
    [all...]
expression.h 48 void expandTuples(Expressions *exps);
405 Expressions *exps;
407 static TupleExp *create(const Loc &loc, Expressions *exps);
418 Expressions *elements;
421 static ArrayLiteralExp *create(const Loc &loc, Expressions *elements);
422 static void emplace(UnionExp *pue, const Loc &loc, Expressions *elements);
436 Expressions *keys;
437 Expressions *values;
451 Expressions *elements; // parallels sd->fields[] with NULL entries for fields to skip
528 Expressions *arguments; // Array of Expression'
    [all...]
init.h 74 Expressions index; // indices
iasmgcc.d 108 s.constraints = new Expressions();
109 s.args = new Expressions();
144 * array of parsed clobber expressions
146 Expressions *parseExtAsmClobbers(Parser)(Parser p)
148 Expressions *clobbers;
164 clobbers = new Expressions();
arrayop.d 132 auto args = new Expressions();
187 private void buildArrayOp(Scope* sc, Expression e, Objects* tiargs, Expressions* args)
194 Expressions* args;
197 extern (D) this(Scope* sc, Objects* tiargs, Expressions* args)
223 if (tb.ty != Tarray && tb.ty != Tsarray) // hoist scalar expressions
241 if (tb.ty != Tarray && tb.ty != Tsarray) // hoist scalar expressions
template.h 85 MATCH leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs);
243 // Array of Types/Expressions of template
247 // Array of Types/Expressions corresponding
261 Expressions *fargs; // for function template, these are the function arguments
cond.d 157 Expressions *es = void;
166 es = new Expressions(length);
200 auto ce = new CallExp(loc, fe, new Expressions());
240 * e = The expressions we wish to store in the tuple.
250 private extern(D) TypeStruct createTupleType(const ref Loc loc, Expressions* e, Scope* sc)
271 * e = The expressions we wish to store in the tuple.
276 private extern(D) Expression createTuple(const ref Loc loc, TypeStruct type, Expressions* e)
335 auto e = new Expressions(pparams[0].dim);
407 auto exps = new Expressions(length);
statement.h 210 Expressions *exps;
410 Expressions *args; // array of Expression's
735 Expressions *args; // input and output operands of the statement
738 Expressions *constraints; // list of string constants specifying constraints on operands
739 Expressions *clobbers; // list of string constants specifying clobbers and scratch registers
traits.d 414 auto exps = new Expressions(data.dim + 1);
1074 auto exps = new Expressions();
1248 auto exps = new Expressions();
1299 auto exps = udad ? udad.getAttributes() : new Expressions();
1320 auto mods = new Expressions();
1467 auto exps = new Expressions;
1700 assert(Expressions.sizeof == Identifiers.sizeof);
1701 auto exps = cast(Expressions*)idents;
1718 /* Determine if all the objects - types, expressions, or symbols -
1829 auto exps = new Expressions();
    [all...]
initsem.d 59 auto keys = new Expressions(dim);
60 auto values = new Expressions(dim);
139 auto elements = new Expressions(nfields);
468 i.exp = new TupleExp(i.exp.loc, new Expressions());
674 auto elements = new Expressions(nfields);
972 Expressions* keys = null;
973 Expressions* values;
976 keys = new Expressions(init.value.dim);
977 values = new Expressions(init.value.dim);
1001 auto elements = new Expressions(init.value.dim)
    [all...]
opover.d 319 Expressions* a = ae.arguments.copy();
342 auto a = new Expressions();
480 Expressions* a = ae.arguments.copy();
515 auto a = new Expressions();
602 Expressions args1;
603 Expressions args2;
1138 Expressions* a = ae.arguments.copy();
1166 auto a = new Expressions();
1204 Expressions args2;
1332 Expressions args1 = Expressions(1)
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
README 27 Unicode and Regular Expressions
158 * Allocate the dynamic storage needed to compile regular expressions.
195 * Free the dynamic storage used for compiling the expressions.
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-frontend.cc 55 eval_builtin (const Loc &loc, FuncDeclaration *fd, Expressions *arguments)
d-compiler.cc 56 Expressions *elements = expr->isArrayLiteralExp ()->elements;
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/usr.bin/make/unit-tests/
cond-func-defined.mk 46 # In .for loops, expressions based on the loop variables are substituted at
52 # Expressions in the argument of a function call don't have to be defined.

Completed in 66 milliseconds

1 2 3