Home
last modified time | relevance | path

Searched refs:Expressions (Results 1 – 25 of 235) sorted by relevance

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp74 ArrayRef<CounterExpression> Expressions; member in __anon54e1a2050111::CounterExpressionsMinimizer
79 CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions, in CounterExpressionsMinimizer() argument
81 : Expressions(Expressions) { in CounterExpressionsMinimizer()
82 AdjustedExpressionIDs.resize(Expressions.size(), 0); in CounterExpressionsMinimizer()
98 mark(Expressions[ID].LHS); in mark()
99 mark(Expressions[ID].RHS); in mark()
106 const auto &E = Expressions[C.getExpressionID()]; in gatherUsed()
139 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions, in encodeCounter() argument
143 Tag += Expressions[C.getExpressionID()].Kind; in encodeCounter()
150 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C, in writeCounter() argument
[all …]
H A DCoverageMapping.cpp51 unsigned I = Expressions.size(); in get()
52 Expressions.push_back(E); in get()
66 const auto &E = Expressions[C.getExpressionID()]; in extractTerms()
144 if (C.getExpressionID() >= Expressions.size()) in dump()
146 const auto &E = Expressions[C.getExpressionID()]; in dump()
174 if (C.getExpressionID() >= Expressions.size()) in evaluate()
176 const auto &E = Expressions[C.getExpressionID()]; in evaluate()
196 if (C.getExpressionID() >= Expressions.size()) in getMaxCounterID()
198 const auto &E = Expressions[C.getExpressionID()]; in getMaxCounterID()
243 CounterMappingContext Ctx(Record.Expressions); in loadFunctionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h43 ArrayRef<CounterExpression> Expressions; variable
48 ArrayRef<CounterExpression> Expressions, in CoverageMappingWriter() argument
50 : VirtualFileMapping(VirtualFileMapping), Expressions(Expressions), in CoverageMappingWriter()
H A DCoverageMappingReader.h39 ArrayRef<CounterExpression> Expressions; member
135 std::vector<CounterExpression> &Expressions; variable
142 std::vector<CounterExpression> &Expressions, in RawCoverageMappingReader() argument
146 Filenames(Filenames), Expressions(Expressions), in RawCoverageMappingReader()
188 std::vector<CounterExpression> Expressions; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h164 Expressions *args; // array of Expression's
166 PragmaDeclaration(Loc loc, Identifier *ident, Expressions *args, Dsymbols *decl);
268 Expressions *atts;
270 UserAttributeDeclaration(Expressions *atts, Dsymbols *decl);
276 static Expressions *concat(Expressions *udas1, Expressions *udas2);
277 Expressions *getAttributes();
H A Dexpression.h63 void expandTuples(Expressions *exps);
65 int expandAliasThisTuples(Expressions *exps, size_t starti = 0);
68 bool arrayExpressionSemantic(Expressions *exps, Scope *sc, bool preserveErrors = false);
152 static Expressions *arraySyntaxCopy(Expressions *exps);
396 Expressions *exps;
398 TupleExp(Loc loc, Expression *e0, Expressions *exps);
399 TupleExp(Loc loc, Expressions *exps);
412 Expressions *elements;
415 ArrayLiteralExp(Loc loc, Type *type, Expressions *elements);
417 ArrayLiteralExp(Loc loc, Type *type, Expression *basis, Expressions *elements);
[all …]
H A Dinit.c165 Expressions *keys = new Expressions(); in toAssocArrayLiteral()
167 Expressions *values = new Expressions(); in toAssocArrayLiteral()
210 bool arrayHasNonConstPointers(Expressions *elems);
275 bool arrayHasNonConstPointers(Expressions *elems) in arrayHasNonConstPointers()
H A Dinitsem.c83 Expressions *elements = new Expressions(); in visit()
387 i->exp = new TupleExp(i->exp->loc, new Expressions()); in visit()
556 Expressions *keys = NULL; in visit()
557 Expressions *values; in visit()
560 keys = new Expressions(); in visit()
562 values = new Expressions(); in visit()
593 Expressions *elements = new Expressions(); in visit()
747 Expressions *elements; in visit()
806 elements = new Expressions(); in visit()
856 Expressions *elements2 = new Expressions(); in visit()
[all …]
H A Dtemplate.h93 …MATCH matchWithInstance(Scope *sc, TemplateInstance *ti, Objects *atypes, Expressions *fargs, int …
94 MATCH leastAsSpecialized(Scope *sc, TemplateDeclaration *td2, Expressions *fargs);
96 …plateMatch(TemplateInstance *ti, Scope *sc, FuncDeclaration *&fd, Type *tthis, Expressions *fargs);
98 …stantiation(TemplateInstance *ti, Scope *sc, FuncDeclaration *fd, Type *tthis, Expressions *fargs);
99 TemplateInstance *findExistingInstance(TemplateInstance *tithis, Expressions *fargs);
313 Expressions *fargs; // for function template, these are the function arguments
329 void semantic(Scope *sc, Expressions *fargs);
350 bool findBestMatch(Scope *sc, Expressions *fargs);
H A Dparse.h78 StorageClass parseAttribute(Expressions **pexps);
79 StorageClass parsePostfix(StorageClass storageClass, Expressions **pudas);
116 …rs **tpl = NULL, StorageClass storage_class = 0, int *pdisable = NULL, Expressions **pudas = NULL);
117 …rageClass &storage_class, LINK &link, bool &setAlignment, Expression *&ealign, Expressions *&udas);
159 Expressions *parseArguments();
H A Diasmgcc.c99 s->constraints = new Expressions(); in parseExtAsmOperands()
100 s->args = new Expressions(); in parseExtAsmOperands()
138 static Expressions *parseExtAsmClobbers(Parser *p) in parseExtAsmClobbers()
140 Expressions *clobbers = NULL; in parseExtAsmClobbers()
156 clobbers = new Expressions(); in parseExtAsmClobbers()
H A Dtraits.c53 Expressions *exps; // collected results
96 static void collectUnitTests(Dsymbols *symbols, AA *uniqueUnitTests, Expressions *unitTests) in collectUnitTests()
203 Expressions *mods;
477 Expressions* exps = new Expressions; in pointerBitmap()
816 Expressions *exps = new Expressions(); in semanticTraits()
888 Expressions *exps = new Expressions(); in semanticTraits()
914 Expressions *exps = udad ? udad->getAttributes() : new Expressions(); in semanticTraits()
950 Expressions *mods = new Expressions(); in semanticTraits()
1081 Expressions *exps = new Expressions; in semanticTraits()
1295 assert(sizeof(Expressions) == sizeof(Identifiers)); in semanticTraits()
[all …]
H A Dcond.c95 Expressions *es; in lowerArrayAggregate()
105 es = new Expressions(); in lowerArrayAggregate()
141 Expression *ce = new CallExp(loc, fe, new Expressions()); in wrapAndCall()
194 static TypeStruct *createTupleType(Loc loc, Expressions *e) in createTupleType()
220 static Expression *createTuple(Loc loc, TypeStruct *type, Expressions *e) in createTuple()
279 Expressions *e = new Expressions(); in lowerNonArrayAggregate()
351 Expressions *exps = new Expressions(); in lowerNonArrayAggregate()
H A Dctfeexpr.c226 Expressions *copyLiteralArray(Expressions *oldelems, Expression *basis = NULL)
231 Expressions *newelems = new Expressions();
265 Expressions *elements = copyLiteralArray(ale->elements, ale->basis); in copyLiteral()
289 Expressions *oldelems = sle->elements; in copyLiteral()
290 Expressions * newelems = new Expressions(); in copyLiteral()
578 Expressions *elements = new Expressions(); in createBlockDuplicatedArrayLiteral()
1676 Expressions *oldelems; in assignInPlace()
1677 Expressions *newelems; in assignInPlace()
1733 Expressions *changeOneElement(Expressions *oldelems, size_t indexToChange, Expression *newelem) in changeOneElement()
1735 Expressions *expsx = new Expressions(); in changeOneElement()
[all …]
H A Dexpression.c277 Expressions a;
391 Expressions a;
870 ce->arguments = new Expressions(); in resolveUFCS()
914 Expressions *a1 = new Expressions();
922 Expressions *a2 = new Expressions();
947 Expressions *arguments = new Expressions();
961 bool arrayExpressionSemantic(Expressions *exps, Scope *sc, bool preserveErrors) in arrayExpressionSemantic()
990 void expandTuples(Expressions *exps) in expandTuples()
1068 int expandAliasThisTuples(Expressions *exps, size_t starti) in expandAliasThisTuples()
1109 bool arrayExpressionToCommonType(Scope *sc, Expressions *exps, Type **pt) in arrayExpressionToCommonType()
[all …]
H A Darrayop.c26 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments);
191 Expressions *arguments = new Expressions(); in arrayOp()
263 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments) in buildArrayIdent()
268 Expressions *arguments; in buildArrayIdent()
270 BuildArrayIdentVisitor(OutBuffer *buf, Expressions *arguments) in buildArrayIdent()
H A Dopover.c278 Expressions *a = (Expressions *)ae->arguments->copy(); in op_overload()
303 Expressions *a = new Expressions(); in op_overload()
463 Expressions *a = (Expressions *)ae->arguments->copy(); in op_overload()
494 Expressions *a = new Expressions(); in op_overload()
582 Expressions args1; in op_overload()
583 Expressions args2; in op_overload()
1184 Expressions *a = (Expressions *)ae->arguments->copy(); in op_overload()
1215 Expressions *a = new Expressions(); in op_overload()
1262 Expressions args2; in op_overload()
1423 Expressions args1; in compare_overload()
[all …]
H A Dattrib.c864 PragmaDeclaration::PragmaDeclaration(Loc loc, Identifier *ident, Expressions *args, Dsymbols *decl) in PragmaDeclaration()
1042 args = new Expressions(); in semantic()
1636 UserAttributeDeclaration::UserAttributeDeclaration(Expressions *atts, Dsymbols *decl) in UserAttributeDeclaration()
1682 static void udaExpressionEval(Scope *sc, Expressions *exps) in udaExpressionEval()
1713 Expressions *UserAttributeDeclaration::concat(Expressions *udas1, Expressions *udas2) in concat()
1715 Expressions *udas; in concat()
1725 udas = new Expressions(); in concat()
1732 Expressions *UserAttributeDeclaration::getAttributes() in getAttributes()
1740 Expressions *exps = new Expressions(); in getAttributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h124 Expressions *alignExps;
153 Expressions *args; // array of Expression's
228 Expressions *exps;
247 Expressions *atts;
252 Expressions *getAttributes();
H A Dattrib.d697Expressions* exps; /// Expression(s) yielding the desired alignment,
709 exps = new Expressions(); in this()
714 extern (D) this(const ref Loc loc, Expressions* exps, Dsymbols* decl) in this()
874 Expressions* args; /// parameters of this pragma
876 extern (D) this(const ref Loc loc, Identifier ident, Expressions* args, Dsymbols* decl) in this()
1324 Expressions* exps;
1328 extern (D) this(const ref Loc loc, Expressions* exps) in this()
1375 Expressions* atts;
1377 extern (D) this(Expressions* atts, Dsymbols* decl) in this()
1410 extern (D) static Expressions* concat(Expressions* udas1, Expressions* udas2) in concat()
[all …]
H A Dexpression.h48 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's
[all …]
H A Dinitsem.d59 auto keys = new Expressions(dim); in toAssocArrayLiteral()
60 auto values = new Expressions(dim); in toAssocArrayLiteral()
139 auto elements = new Expressions(nfields); in initializerSemantic()
468 i.exp = new TupleExp(i.exp.loc, new Expressions()); in initializerSemantic()
674 auto elements = new Expressions(nfields); in initializerSemantic()
972 Expressions* keys = null; in inferType()
973 Expressions* values; in inferType()
976 keys = new Expressions(init.value.dim); in inferType()
977 values = new Expressions(init.value.dim); in inferType()
1001 auto elements = new Expressions(init.value.dim); in inferType()
[all …]
H A Diasmgcc.d108 s.constraints = new Expressions(); in parseExtAsmOperands()
109 s.args = new Expressions(); in parseExtAsmOperands()
146 Expressions *parseExtAsmClobbers(Parser)(Parser p) in parseExtAsmClobbers()
148 Expressions *clobbers; in parseExtAsmClobbers()
164 clobbers = new Expressions(); in parseExtAsmClobbers()
H A Dcond.d157 Expressions *es = void; in private()
166 es = new Expressions(length); in private()
200 auto ce = new CallExp(loc, fe, new Expressions()); in private()
250 private extern(D) TypeStruct createTupleType(const ref Loc loc, Expressions* e, Scope* sc) in private()
276 private extern(D) Expression createTuple(const ref Loc loc, TypeStruct type, Expressions* e) in private()
335 auto e = new Expressions(pparams[0].dim); in lowerNonArrayAggregate()
407 auto exps = new Expressions(length); in lowerNonArrayAggregate()
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-353 * +, and page motion: Expressions. (line 47)
55 * -, and page motion: Expressions. (line 47)
194 * \H, using + and -: Expressions. (line 57)
215 * \R, using + and -: Expressions. (line 57)
222 * \s, using + and -: Expressions. (line 57)
264 * absolute position operator (|): Expressions. (line 52)
307 * arithmetic operators: Expressions. (line 8)
367 * bp request, using + and -: Expressions. (line 57)
491 * comparison operators: Expressions. (line 15)
740 * expression, order of evaluation: Expressions. (line 41)
[all …]

12345678910