Home
last modified time | relevance | path

Searched refs:cl_string (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/cln/cln-1.3.6/include/cln/
H A Dstring.h13 struct cl_string;
32 friend const cl_string operator+ (const cl_string& str1, const cl_string& str2);
33 friend const cl_string operator+ (const char* str1, const cl_string& str2);
66 cl_string (); argument
67 cl_string (const cl_string&);
71 cl_string& operator= (const cl_string&); argument
79 CL_DEFINE_ASSIGNMENT_OPERATOR(cl_string,cl_string) in CL_DEFINE_COPY_CONSTRUCTOR2()
80 inline cl_string::cl_string (const char * s) in CL_DEFINE_COPY_CONSTRUCTOR2()
85 inline cl_string& cl_string::operator= (const char * s)
104 inline bool equal (const cl_string& str1, const cl_string& str2) in equal()
[all …]
H A Dsymbol.h15 operator cl_string () const;
17 cl_symbol (const cl_string&); // create or lookup a symbol from its name
25 cl_symbol (struct hashuniq * null, const cl_string& s);
32 inline cl_symbol::operator cl_string () const in CL_DEFINE_COPY_CONSTRUCTOR2()
34 return cl_string(_as_cl_private_thing()); in CL_DEFINE_COPY_CONSTRUCTOR2()
/dports/math/cln/cln-1.3.6/src/base/symbol/
H A Dcl_symbol.cc16 inline const cl_string hashkey (const cl_symbol& sym) in hashkey()
18 return (cl_string)sym; in hashkey()
23 inline cl_symbol::cl_symbol (struct hashuniq * null, const cl_string& s) in cl_symbol()
26 typedef cl_htuniqentry<cl_string,cl_symbol> cl_htentry_from_string_to_symbol;
48 cl_symbol * get (const cl_string& s) const;
50 void put (const cl_string& s) const;
67 cl_symbol * cl_ht_from_string_to_symbol::get (const cl_string& s) const in get()
72 void cl_ht_from_string_to_symbol::put (const cl_string& s) const in put()
83 inline cl_symbol* get(const cl_string& s) in get()
88 inline void put(const cl_string& s) in put()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_opencl.cpp154 typedef char cl_string[1024]; in device_opencl_capabilities() typedef
186 APPEND_PLATFORM_INFO(platform_id, "Name", CL_PLATFORM_NAME, cl_string); in device_opencl_capabilities()
187 APPEND_PLATFORM_INFO(platform_id, "Vendor", CL_PLATFORM_VENDOR, cl_string); in device_opencl_capabilities()
188 APPEND_PLATFORM_INFO(platform_id, "Version", CL_PLATFORM_VERSION, cl_string); in device_opencl_capabilities()
189 APPEND_PLATFORM_INFO(platform_id, "Profile", CL_PLATFORM_PROFILE, cl_string); in device_opencl_capabilities()
190 APPEND_PLATFORM_INFO(platform_id, "Extensions", CL_PLATFORM_EXTENSIONS, cl_string); in device_opencl_capabilities()
205 APPEND_DEVICE_INFO(device_id, "Name", CL_DEVICE_NAME, cl_string); in device_opencl_capabilities()
207 APPEND_DEVICE_INFO(device_id, "Vendor", CL_DEVICE_VENDOR, cl_string); in device_opencl_capabilities()
209 APPEND_DEVICE_INFO(device_id, "Profile", CL_DEVICE_PROFILE, cl_string); in device_opencl_capabilities()
210 APPEND_DEVICE_INFO(device_id, "Version", CL_DEVICE_VERSION, cl_string); in device_opencl_capabilities()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22005.C3 struct cl_string struct
6 cl_string (); argument
8 struct cl_print_univpoly_flags { cl_string univpoly_varname; };

123