| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | parse.c | 1045 Expression *exp = parsePrimaryExp(); in parseAttribute() local 1211 Expression *exp; in parseStaticAssert() local 1253 Expression *exp = parseExpression(); // typeof(expression) in parseTypeof() local 1531 Expression *exp; in parseStaticIfCondition() local 1606 int varargs; in parseCtor() local 1932 int varargs; in parseNew() local 1954 int varargs; in parseDelete() local 1972 int varargs = 0; in parseParameters() local 3409 int varargs; in parseBasicType2() local 3575 int varargs; in parseDeclarator() local [all …]
|
| H A D | mtype.h | 600 int varargs; // 1: T t, ...) style for variable number of arguments variable 668 TraitsExp *exp; variable
|
| H A D | mtype.c | 3956 Expression *semanticLength(Scope *sc, Type *t, Expression *exp) in semanticLength() 3980 Expression *semanticLength(Scope *sc, TupleDeclaration *s, Expression *exp) in semanticLength() 5139 TypeFunction::TypeFunction(Parameters *parameters, Type *treturn, int varargs, LINK linkage, Storag… in TypeFunction() 5187 TypeFunction *TypeFunction::create(Parameters *parameters, Type *treturn, int varargs, LINK linkage… in create() 6563 TypeTraits::TypeTraits(const Loc &loc, TraitsExp *exp) in TypeTraits() 7285 TypeTypeof::TypeTypeof(Loc loc, Expression *exp) in TypeTypeof()
|
| H A D | func.c | 1743 Expression *exp = (*returns)[i]->exp; in semantic3() local 1954 Expression *exp = rs->exp; in semantic3() local 4770 Expression *exp = s->exp; in modifyReturns() local 5502 …eclaration::NewDeclaration(Loc loc, Loc endloc, StorageClass stc, Parameters *fparams, int varargs) in NewDeclaration()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-codegen.cc | 258 d_array_length (tree exp) in d_array_length() 274 d_array_ptr (tree exp) in d_array_ptr() 313 get_array_length (tree exp, Type *type) in get_array_length() 380 delegate_method (tree exp) in delegate_method() 392 delegate_object (tree exp) in delegate_object() 509 lvalue_p (tree exp) in lvalue_p() 552 d_save_expr (tree exp) in d_save_expr() 597 build_target_expr (tree decl, tree exp) in build_target_expr() 620 force_target_expr (tree exp) in force_target_expr() 635 build_address (tree exp) in build_address() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-codegen.cc | 261 d_array_length (tree exp) in d_array_length() 277 d_array_ptr (tree exp) in d_array_ptr() 316 get_array_length (tree exp, Type *type) in get_array_length() 383 delegate_method (tree exp) in delegate_method() 395 delegate_object (tree exp) in delegate_object() 512 lvalue_p (tree exp) in lvalue_p() 555 d_save_expr (tree exp) in d_save_expr() 600 build_target_expr (tree decl, tree exp) in build_target_expr() 623 force_target_expr (tree exp) in force_target_expr() 638 build_address (tree exp) in build_address() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | parse.d | 830 AST.Expression exp = (*res.identExps)[--i]; variable 1271 AST.Expression exp = parsePrimaryExp(); variable 1974 AST.Expression exp; in parseStaticAssert() local 2015 AST.Expression exp = parseExpression(); // typeof(expression) in parseTypeof() local 2287 AST.Expression exp; in parseStaticIfCondition() local 2726 VarArg varargs = VarArg.none; variable 5665 AST.Expression exp = parseExpression(); variable 6165 AST.Expression exp; variable 6254 AST.Expression exp; variable 6300 AST.Expression exp = null; variable [all …]
|
| H A D | traits.d | 916 else if (auto exp = op.isExpression()) in semanticTraits() local 1366 VarArg varargs; in semanticTraits() local 1414 if (auto exp = isExpression(o)) in semanticTraits() local
|
| H A D | cparse.d | 495 auto exp = cparseAssignExp(); variable 552 auto exp = token.value == TOK.semicolon ? null : cparseExpression(); variable 2265 AST.Expression exp; in cparseDeclarationSpecifiers() local 2823 AST.VarArg varargs = AST.VarArg.none; in cparseParameterList() local 2915 auto exp = cparseConstantExp(); in cparseStaticAssert() local
|
| H A D | mtype.h | 586 VarArg varargs; member 672 TraitsExp *exp; variable
|
| H A D | mtype.d | 5239 TraitsExp exp; variable 5243 final extern (D) this(const ref Loc loc, TraitsExp exp) in this() 5531 Expression exp; variable 5534 extern (D) this(const ref Loc loc, Expression exp) in this() 6700 VarArg varargs = VarArg.none; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 134 SmallVector<uint32_t, 4> varargs; member 401 Expression exp = createExpr(C); in lookupOrAddCall() local 406 Expression exp = createExpr(C); in lookupOrAddCall() local 519 Expression exp; in lookupOrAdd() local 601 Expression exp = createCmpExpr(Opcode, Predicate, LHS, RHS); in lookupOrAddCmp() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| H A D | nvptx.c | 1624 rtx varargs = NULL_RTX; in nvptx_expand_call() local 2237 const_tree exp, HOST_WIDE_INT obj_size) in nvptx_asm_declare_constant_name() 5274 nvptx_expand_shuffle (tree exp, rtx target, machine_mode mode, int ignore) in nvptx_expand_shuffle() 5319 nvptx_expand_shared_addr (tree exp, rtx target, in nvptx_expand_shared_addr() 5370 nvptx_expand_cmp_swap (tree exp, rtx target, in nvptx_expand_cmp_swap() 5466 nvptx_expand_builtin (tree exp, rtx target, rtx ARG_UNUSED (subtarget), in nvptx_expand_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| H A D | nvptx.cc | 1828 rtx varargs = NULL_RTX; in nvptx_expand_call() local 2505 const_tree exp, HOST_WIDE_INT obj_size) in nvptx_asm_declare_constant_name() 6009 nvptx_expand_shuffle (tree exp, rtx target, machine_mode mode, int ignore) in nvptx_expand_shuffle() 6054 nvptx_expand_shared_addr (tree exp, rtx target, in nvptx_expand_shared_addr() 6105 nvptx_expand_cmp_swap (tree exp, rtx target, in nvptx_expand_cmp_swap() 6206 nvptx_expand_builtin (tree exp, rtx target, rtx ARG_UNUSED (subtarget), in nvptx_expand_builtin()
|