/external/llvm/lib/VMCore/ |
D | ConstantsContext.h | 36 void *operator new(size_t s) { in new() function 52 void *operator new(size_t s) { in new() function 72 void *operator new(size_t s) { in new() function 92 void *operator new(size_t s) { in new() function 112 void *operator new(size_t s) { in new() function 133 void *operator new(size_t s) { in new() function 157 void *operator new(size_t s) { in new() function 182 void *operator new(size_t s) { in new() function 227 void *operator new(size_t s) { in new() function
|
/external/dnsmasq/src/ |
D | option.c | 668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local 1150 struct resolvc *new, *list = daemon->resolv_files; in one_opt() local 1180 struct mx_srv_record *new; in one_opt() local 1227 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local 1250 struct cond_domain *new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local 1301 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1316 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1351 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local 1661 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-unsafe-assigns.m | 11 + (id)new; class 20 +(id)new { return 0; } class
|
D | arc-decls.m | 54 @property (copy, nonatomic) id new; property 62 - new {return 0; }; method
|
D | forward-class-receiver.m | 4 + new; // expected-note {{method 'new' is used for the forward class}} class
|
D | class-unavail-warning.m | 11 - new; method
|
/external/kernel-headers/original/asm-x86/ |
D | cmpxchg_32.h | 120 unsigned long new, int size) in __cmpxchg() 153 unsigned long new, int size) in __sync_cmpxchg() 180 unsigned long old, unsigned long new, int size) in __cmpxchg_local() 218 unsigned long new, int size) in cmpxchg_386() 256 unsigned long long new) in __cmpxchg64() 270 unsigned long long old, unsigned long long new) in __cmpxchg64_local()
|
/external/blktrace/btt/ |
D | list.h | 55 static inline void __list_add(struct list_head *new, in __list_add() 73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 224 struct list_head *new) in list_replace() 233 struct list_head *new) in list_replace_init()
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 191 struct sainfo *new; in newsainfo() local 252 inssainfo(new) in inssainfo() argument 325 struct sainfoalg *new; in newsainfoalg() local 347 inssainfoalg(head, new) in inssainfoalg() argument
|
D | proposal.c | 82 struct saprop *new; in newsaprop() local 94 struct saproto *new; in newsaproto() local 105 inssaprop(head, new) in inssaprop() argument 125 inssaproto(pp, new) in inssaproto() argument 143 inssaprotorev(pp, new) in inssaprotorev() argument 156 struct satrns *new; in newsatrns() local 167 inssatrns(pr, new) in inssatrns() argument
|
D | cfparse.y | 1619 struct remoteconf *from, *new; variable 1649 struct remoteconf *new; variable 1669 struct remoteconf *from, *new; variable 1692 struct remoteconf *new; variable 2141 struct etypes *new; variable 2394 struct secprotospec *new; variable 2432 struct secprotospec *new; local 2466 struct secprotospec *p, *new, *last; local 2612 struct isakmpsa *new; local
|
D | remoteconf.c | 497 struct remoteconf *new; in newrmconf() local 580 struct rsa_key *new; local 596 struct remoteconf *new; local 617 duprmconf_finish (new) in duprmconf_finish() argument 805 struct etypes *new; local 836 insrmconf(new) in insrmconf() argument 919 struct isakmpsa *new; in newisakmpsa() local 943 insisakmpsa(new, rmconf) in insisakmpsa() argument 1099 struct idspec *new; in newidspec() local
|
D | policy.c | 297 struct secpolicy *new; in newsp() local 391 inssp(new) in inssp() argument 438 struct ipsecrequest *new; in newipsecreq() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 37 static __inline__ void __list_add(struct list_head * new, in __list_add() 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add() 58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
|
/external/webkit/Source/WebKit2/ |
D | WebKit2Prefix.h | 32 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
|
/external/v8/src/ |
D | zone-inl.h | 96 void* ZoneObject::operator new(size_t size) { in new() function 100 void* ZoneObject::operator new(size_t size, Zone* zone) { in new() function
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCorePrefix.h | 29 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
|
/external/bison/lib/ |
D | strdup.c | 44 void *new = malloc (len); in __strdup() local
|
D | strndup.c | 53 char *new = malloc (len + 1); local
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | InFilesParser.pm | 62 sub new subroutine
|
/external/tcpdump/ |
D | setsignal.c | 77 struct sigaction old, new; in setsignal() local
|
/external/kernel-headers/original/linux/ |
D | list.h | 42 static inline void __list_add(struct list_head *new, in __list_add() 60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 73 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 84 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu() 110 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 131 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 200 struct list_head *new) in list_replace() 209 struct list_head *new) in list_replace_init() 224 struct list_head *new) in list_replace_rcu() 676 struct hlist_node *new) in hlist_replace_rcu()
|
/external/clang/test/CodeGenObjC/ |
D | property-incr-decr-1.m | 4 - (id) new; method
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFontFaceUriElement.h | 49 void* operator new(size_t size) { in new() function
|
/external/clang/test/ARCMT/ |
D | atautorelease-2.m | 7 +new; class
|