| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-convert.cc | 426 build_nop (type, object), 427 build_nop (type, null_pointer_node)); 466 result = build_nop (build_ctype (totype), build_address (exp)); 491 build_nop (ptrtype, build_address (exp))); 496 return build_nop (build_ctype (totype), exp);
|
| expr.cc | 110 return build_nop (type, build_offset_op (code, arg0, arg1)); 113 return build_nop (type, build_offset_op (code, arg1, arg0)); 1401 ptr = build_nop (ptrtype, ptr); 1432 this->result_ = build_nop (build_ctype (tbtype), result); 1705 thisexp = build_nop (thistype, d_save_expr (thisexp)); 2040 this->result_ = build_nop (build_ctype (e->type), ti); 2056 this->result_ = build_nop (build_ctype (e->type), ci); 2099 this->result_ = build_nop (build_ctype (e->type), 2132 result = build_nop (build_ctype (e->type), 2288 new_call = build_nop (type, build_address (var)) [all...] |
| d-codegen.cc | 1395 build_nop (tree type, tree exp) function 1407 /* Return EXP to be viewed as being another type TYPE. Same as build_nop, 1624 exp = build_nop (build_pointer_type (type), exp); 2801 build_nop (TREE_TYPE (decl), init)); 2966 result = build_nop (build_pointer_type (frame_type), result);
|
| d-tree.h | 562 extern tree build_nop (tree, tree);
|
| toir.cc | 1191 arg = build_nop (build_ctype (get_object_type ()), arg);
|
| decl.cc | 1743 t = build_nop (build_pointer_type (FRAMEINFO_TYPE (ff)), t);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cvt.cc | 118 return build_nop (type, expr); 168 return build_nop (type, expr); 180 return build_nop (type, expr); 302 expr = build_nop (type, expr); 370 return build_nop (type, rval); 804 return build_nop (type, e); 887 e = build_nop (ENUM_UNDERLYING_TYPE (intype), e); 1732 return build_nop (type, expr);
|
| expr.cc | 60 cst = fold (build_nop (type, cst));
|
| typeck.cc | 2519 return build_nop (build_pointer_type (TREE_TYPE (type)), 2545 adr = build_nop (ptrtype, build_address (exp)); 2574 exp = build_nop (cv_unqualified (type), exp); 2661 expr = build_nop (type, expr); 7114 build_nop (tree type, tree expr) 8325 tree op1 = build_nop (ptrdiff_type_node, expr); 8333 return build_nop (type, expr); 8543 result = build_nop (type, expr); 8680 return build_nop (type, expr); 8795 expr = build_nop (type, expr) 7104 build_nop (tree type, tree expr) function [all...] |
| except.cc | 706 object = build_nop (build_pointer_type (temp_type), ptr);
|
| rtti.cc | 250 return build_nop (ptype, build_address (decl));
|
| call.cc | 8986 return build_nop (ref_type, expr); 8995 return build_nop (totype, expr); 9010 return build_nop (totype, expr); 11654 instance = build_nop (build_pointer_type (basetype), instance); 11880 call = build_nop (void_type_node, call); 11933 call = build_nop (void_type_node, call);
|
| class.cc | 384 expr = build_nop (ptr_target_type, expr); 417 return build_nop (ptr_target_type, expr); 10794 init = build_nop (vfunc_ptr_type_node, decl); 10800 init = build_nop (vfunc_ptr_type_node, offset);
|
| init.cc | 3041 return build_nop (build_pointer_type (rtype), alloc_call); 3542 return build_nop (pointer_type, alloc_expr);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cvt.cc | 118 return build_nop (type, expr); 168 return build_nop (type, expr); 180 return build_nop (type, expr); 302 expr = build_nop (type, expr); 370 return build_nop (type, rval); 787 return build_nop (type, e); 870 e = build_nop (ENUM_UNDERLYING_TYPE (intype), e); 1686 return build_nop (type, expr);
|
| expr.cc | 60 cst = fold (build_nop (type, cst));
|
| typeck.cc | 2369 return build_nop (build_pointer_type (TREE_TYPE (type)), 2404 adr = build_nop (ptrtype, build_address (exp)); 2433 exp = build_nop (cv_unqualified (type), exp); 2520 expr = build_nop (type, expr); 6739 build_nop (tree type, tree expr) 7893 tree op1 = build_nop (ptrdiff_type_node, expr); 7901 return build_nop (type, expr); 8107 result = build_nop (type, expr); 8235 return build_nop (type, expr); 8352 expr = build_nop (type, expr) 6729 build_nop (tree type, tree expr) function [all...] |
| except.cc | 705 object = build_nop (build_pointer_type (temp_type), ptr);
|
| rtti.cc | 250 return build_nop (ptype, build_address (decl));
|
| call.cc | 8358 return build_nop (ref_type, expr); 8367 return build_nop (totype, expr); 8382 return build_nop (totype, expr); 10979 instance = build_nop (build_pointer_type (basetype), instance); 11214 call = build_nop (void_type_node, call); 11267 call = build_nop (void_type_node, call);
|
| class.cc | 383 expr = build_nop (ptr_target_type, expr); 416 return build_nop (ptr_target_type, expr); 10403 init = build_nop (vfunc_ptr_type_node, decl); 10409 init = build_nop (vfunc_ptr_type_node, offset);
|
| init.cc | 3013 return build_nop (build_pointer_type (rtype), alloc_call); 3513 return build_nop (pointer_type, alloc_expr);
|
| constexpr.cc | 7792 t = build_nop (TREE_TYPE (t), t); 8274 t = build_nop (TREE_TYPE (t), t); 8301 t = build_nop (TREE_TYPE (t), t);
|
| cp-gimplify.cc | 2826 r = build_nop (TREE_TYPE (x), r);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 4852 build_nop (TInsn *tinsn, int size) 4890 build_nop (&tinsn, size); 10764 build_nop (&cur_vinsn.slots[0], bytes); 4844 build_nop (TInsn *tinsn, int size) function
|