Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 103) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
H A DEndian.h111 struct ref { struct
112 explicit ref(void *Ptr) : Ptr(Ptr) {} in ref() function
114 operator value_type() const { in value_type()
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-5.m12 @property(readonly) id ref; property
19 @property(readonly) NSData *ref; property
H A Dproperty-inherited.m37 @property(assign) id ref; property
43 @property(assign) NSData *ref; property
/minix3/external/bsd/bind/dist/lib/isc/
H A Drefcount.c30 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { in isc_refcount_init()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dreference.mm4 - (int &)ref; method
H A Dcall-invalidation.cpp64 int &ref; member
/minix3/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_cpio_empty.c33 static char ref[] = variable
/minix3/minix/servers/vm/
H A Dfdref.c109 void fdref_ref(struct fdref *ref, struct vir_region *region) in fdref_ref()
118 struct fdref *ref = region->param.file.fdref; in fdref_deref() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp12 ST ref = {2, 100}; variable
H A Dvla.cpp38 array_t &ref = *(array_t*) array; in test0() local
H A Dconstructors.cpp21 A::A(struct Undeclared &ref) : mem(0) {} in A()
44 B::B(struct Undeclared &ref) : A(ref), mem(1) {} in B()
H A Ddebug-info-static-member.cpp63 int ref() { in ref() function
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp91 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
152 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dauto_array.hpp91 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
152 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
/minix3/external/bsd/atf/dist/tools/
H A Dauto_array.hpp91 auto_array< T >::auto_array(auto_array_ref< T > ref) in auto_array()
152 auto_array< T >::operator=(auto_array_ref< T > ref) in operator =()
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp120 void test(B<int> &ref) { in test()
131 void test(B<int> &ref) { in test()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.cpp19 int &ref = *ptr; // expected-note {{'ref' initialized here}} in testRefParam() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpragma-pack-1.c5 struct ref { struct
6 struct ref *next; argument
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUse.cpp43 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser() local
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-aka-types.cpp9 const foo_t &ref = foo_t(); variable
/minix3/external/bsd/dhcp/dist/common/
H A Dcomapi.c340 omapi_object_t *id, omapi_object_t *ref) in dhcp_group_lookup()
564 omapi_object_t *id, omapi_object_t *ref) in dhcp_control_lookup()
736 omapi_object_t *ref) in dhcp_subnet_lookup()
903 omapi_object_t *ref) in dhcp_shared_network_lookup()
/minix3/external/bsd/dhcp/dist/server/
H A Domapi.c687 omapi_object_t *id, omapi_object_t *ref) in dhcp_lease_lookup()
1300 omapi_object_t *id, omapi_object_t *ref) in dhcp_host_lookup()
1703 omapi_object_t *id, omapi_object_t *ref) in dhcp_pool_lookup()
2103 omapi_object_t *id, omapi_object_t *ref, in class_lookup()
2189 omapi_object_t *id, omapi_object_t *ref) in dhcp_class_lookup()
2292 omapi_object_t *id, omapi_object_t *ref) in dhcp_subclass_lookup()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp26 …typedef T &ref; // expected-error-re 2{{reference to function type '{{.*}}' cannot have '{{&|&&}}'… typedef
/minix3/external/bsd/dhcp/dist/omapip/
H A Darray.c40 omapi_array_ref_t ref, in omapi_array_allocate()

12345