Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 205) sorted by relevance

123456789

/external/llvm/lib/VMCore/
DConstantsContext.h36 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/
Doption.c668 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/
Darc-unsafe-assigns.m11 + (id)new; class
20 +(id)new { return 0; } class
Darc-decls.m54 @property (copy, nonatomic) id new; property
62 - new {return 0; }; method
Dforward-class-receiver.m4 + new; // expected-note {{method 'new' is used for the forward class}} class
Dclass-unavail-warning.m11 - new; method
/external/kernel-headers/original/asm-x86/
Dcmpxchg_32.h120 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/
Dlist.h55 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/
Dsainfo.c191 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
Dproposal.c82 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
Dcfparse.y1619 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
Dremoteconf.c497 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
Dpolicy.c297 struct secpolicy *new; in newsp() local
391 inssp(new) in inssp() argument
438 struct ipsecrequest *new; in newipsecreq() local
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h37 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/
DWebKit2Prefix.h32 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
/external/v8/src/
Dzone-inl.h96 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/
DJavaScriptCorePrefix.h29 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
/external/bison/lib/
Dstrdup.c44 void *new = malloc (len); in __strdup() local
Dstrndup.c53 char *new = malloc (len + 1); local
/external/webkit/Source/WebCore/bindings/scripts/
DInFilesParser.pm62 sub new subroutine
/external/tcpdump/
Dsetsignal.c77 struct sigaction old, new; in setsignal() local
/external/kernel-headers/original/linux/
Dlist.h42 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/
Dproperty-incr-decr-1.m4 - (id) new; method
/external/webkit/Source/WebCore/svg/
DSVGFontFaceUriElement.h49 void* operator new(size_t size) { in new() function
/external/clang/test/ARCMT/
Datautorelease-2.m7 +new; class

123456789