Searched refs:obj (Results 1 - 25 of 679) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Ddo1.C11 obj = 0; // { dg-error "expected|not declared" "" }
H A Dempty-class.C7 class obj { class
9 obj(int);
12 obj funky(){
13 return obj(555);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dparam1.C14 extern int subr (struct object obj);
18 struct object obj; local
20 obj.i1 = 1234;
21 obj.i2 = 5678;
22 return subr (obj);
25 int subr (struct object obj) argument
27 return obj.i1 != 1234 || obj.i2 != 5678;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-50220.C6 void foobar(const Foobar<void>& obj) argument
8 [obj](){}();
/haiku-buildtools/binutils/libiberty/
H A Dpex-common.c56 struct pex_obj *obj; local
58 obj = XNEW (struct pex_obj);
59 obj->flags = flags;
60 obj->pname = pname;
61 obj->tempbase = tempbase;
62 obj->next_input = STDIN_FILE_NO;
63 obj->next_input_name = NULL;
64 obj->next_input_name_allocated = 0;
65 obj->stderr_pipe = -1;
66 obj
84 pex_add_remove(struct pex_obj *obj, const char *name, int allocated) argument
103 temp_file(struct pex_obj *obj, int flags, char *name) argument
152 pex_run_in_environment(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, const char *orig_outname, const char *errname, int *err) argument
370 pex_run(struct pex_obj *obj, int flags, const char *executable, char * const * argv, const char *orig_outname, const char *errname, int *err) argument
381 pex_input_file(struct pex_obj *obj, int flags, const char *in_name) argument
417 pex_input_pipe(struct pex_obj *obj, int binary) argument
463 pex_read_output(struct pex_obj *obj, int binary) argument
502 pex_read_err(struct pex_obj *obj, int binary) argument
518 pex_get_status_and_time(struct pex_obj *obj, int done, const char **errmsg, int *err) argument
547 pex_get_status(struct pex_obj *obj, int count, int *vector) argument
572 pex_get_times(struct pex_obj *obj, int count, struct pex_time *vector) argument
601 pex_free(struct pex_obj *obj) argument
[all...]
H A Dmakefile.vms10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
12 asprintf.obj vasprint
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-common.c56 struct pex_obj *obj; local
58 obj = XNEW (struct pex_obj);
59 obj->flags = flags;
60 obj->pname = pname;
61 obj->tempbase = tempbase;
62 obj->next_input = STDIN_FILE_NO;
63 obj->next_input_name = NULL;
64 obj->next_input_name_allocated = 0;
65 obj->stderr_pipe = -1;
66 obj
84 pex_add_remove(struct pex_obj *obj, const char *name, int allocated) argument
103 temp_file(struct pex_obj *obj, int flags, char *name) argument
152 pex_run_in_environment(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, const char *orig_outname, const char *errname, int *err) argument
370 pex_run(struct pex_obj *obj, int flags, const char *executable, char * const * argv, const char *orig_outname, const char *errname, int *err) argument
381 pex_input_file(struct pex_obj *obj, int flags, const char *in_name) argument
417 pex_input_pipe(struct pex_obj *obj, int binary) argument
463 pex_read_output(struct pex_obj *obj, int binary) argument
502 pex_read_err(struct pex_obj *obj, int binary) argument
518 pex_get_status_and_time(struct pex_obj *obj, int done, const char **errmsg, int *err) argument
547 pex_get_status(struct pex_obj *obj, int count, int *vector) argument
572 pex_get_times(struct pex_obj *obj, int count, struct pex_time *vector) argument
601 pex_free(struct pex_obj *obj) argument
[all...]
H A Dmakefile.vms10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,cp-demangle.obj,cp-demint.obj,\
12 asprintf.obj vasprint
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecm
[all...]
H A Dpex-common.c56 struct pex_obj *obj; local
58 obj = XNEW (struct pex_obj);
59 obj->flags = flags;
60 obj->pname = pname;
61 obj->tempbase = tempbase;
62 obj->next_input = STDIN_FILE_NO;
63 obj->next_input_name = NULL;
64 obj->next_input_name_allocated = 0;
65 obj->count = 0;
66 obj
82 pex_add_remove(struct pex_obj *obj, const char *name, int allocated) argument
101 temp_file(struct pex_obj *obj, int flags, char *name) argument
148 pex_run(struct pex_obj *obj, int flags, const char *executable, char * const * argv, const char *orig_outname, const char *errname, int *err) argument
325 pex_input_file(struct pex_obj *obj, int flags, const char *in_name) argument
361 pex_input_pipe(struct pex_obj *obj, int binary) argument
407 pex_read_output(struct pex_obj *obj, int binary) argument
449 pex_get_status_and_time(struct pex_obj *obj, int done, const char **errmsg, int *err) argument
478 pex_get_status(struct pex_obj *obj, int count, int *vector) argument
503 pex_get_times(struct pex_obj *obj, int count, struct pex_time *vector) argument
532 pex_free(struct pex_obj *obj) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_7.f9023 subroutine base_write_i (obj)
24 class (base_t), intent(in) :: obj
25 print *, obj%i
35 type(t) :: obj variable in program:main
38 obj%i = 1
39 print *, obj%i
42 obj%base_t%i = 2
43 print *, obj%base_t%i
46 obj%i = 3
47 call obj
[all...]
H A Dgeneric_26.f9017 logical function testAlloc(obj)
18 integer, allocatable :: obj local in function:testAlloc
22 logical function testPtr(obj)
23 integer, pointer :: obj local in function:testPtr
/haiku-buildtools/gcc/zlib/watcom/
H A Dwatcom_l.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj &
14 infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/binutils/zlib/watcom/
H A Dwatcom_l.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj &
14 infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
11 getopt1.obj,cplus-dem.obj,strncasecmp.obj,strcasecm
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr52549.c4 _mark (__SIZE_TYPE__ obj, int i, char *a) argument
6 (char *)&(((long *)(obj)) [i]) - a;
9 _mark (long obj, int i, char *a) argument
11 (char *)&(((long *)(obj)) [i]) - a;
14 _mark (int obj, int i, char *a) argument
16 (char *)&(((int *)(obj)) [i]) - a;
19 __extension__ _mark (long long obj, int i, char *a) argument
21 (char *)&(((int *)(obj)) [i]) - a;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dspecialization_default_values.cc49 std::numeric_limits< A<B> > obj; local
51 VERIFY( !obj.is_specialized );
52 VERIFY( obj.min() == 0 );
53 VERIFY( obj.max() == 0 );
54 VERIFY( obj.digits == 0 );
55 VERIFY( obj.digits10 == 0 );
56 VERIFY( !obj.is_signed );
57 VERIFY( !obj.is_integer );
58 VERIFY( !obj.is_exact );
59 VERIFY( obj
[all...]
/haiku-buildtools/binutils/bfd/
H A Dmakefile.vms27 OBJS:=cpu-ia64.obj,elfxx-ia64.obj,elf64-ia64-vms.obj,\
28 vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
29 merge.obj,elf-eh-frame.obj,elflin
[all...]
/haiku-buildtools/binutils/gas/
H A Dmakefile.vms30 LIBS=,GNU_CC_LIBRARY:libgcc/lib,sys$$library:vaxcrtl.olb/lib,GNU_CC_LIBRARY:crt0.obj
40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
41 atof-generic.obj,cond.obj,compress-debug.obj,depen
[all...]
/haiku-buildtools/gcc/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/binutils/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920728-1.c3 f(unsigned long obj) argument
5 unsigned char y = obj >> 24;
11 if(((int)obj&7)!=7)return;
16 unsigned char t = obj >> 24;
19 return ((A)(obj&0x00FFFFFFL))->dims[1];
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dfriend5.C14 assembler obj; variable
18 obj.parts = 0;
23 obj.parts = 0;

Completed in 124 milliseconds

1234567891011>>