Home
last modified time | relevance | path

Searched +defs:E +defs:G (Results 226 – 250 of 12842) sorted by relevance

12345678910>>...514

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-macho.cpp29 static Expected<Edge &> getFirstRelocationEdge(LinkGraph &G, Block &B) { in getFirstRelocationEdge()
31 [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
40 static Expected<Symbol &> getMachOGOTTarget(LinkGraph &G, Block &B) { in getMachOGOTTarget()
41 auto E = getFirstRelocationEdge(G, B); in getMachOGOTTarget() local
55 static Expected<Symbol &> getMachOStubTarget(LinkGraph &G, Block &B) { in getMachOStubTarget()
56 auto E = getFirstRelocationEdge(G, B); in getMachOStubTarget() local
71 Error registerMachOGraphInfo(Session &S, LinkGraph &G) { in registerMachOGraphInfo()
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dodbctrace.h257 #define traceBindCol( pTrace, B, C, D, E, F, G ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OPT_TRA… argument
260 #define traceBrowseConnect( pTrace, B, C, D, E, F, G ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_O… argument
273 #define traceConnect( pTrace, B, C, D, E, F, G, H ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OPT_… argument
274 #define traceConnectW( pTrace, B, C, D, E, F, G, H ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OPT… argument
280 #define traceDescribeParam( pTrace, B, C, D, E, F, G ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_O… argument
284 #define traceDrivers( pTrace, B, C, D, E, F, G, H, I ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_O… argument
287 #define traceError( pTrace, B, C, D, E, F, G, H, I ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OPT… argument
288 #define traceErrorW( pTrace, B, C, D, E, F, G, H, I ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OP… argument
303 #define traceGetData( pTrace, B, C, D, E, F, G ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OPT_TRA… argument
304 #define traceGetDescField( pTrace, B, C, D, E, F, G ) ( pTrace->hPlugIn && pTrace->nTrace == SQL_OP… argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dclass-deduction-aggr10.C9 template <int I> struct E { struct
11 template <typename T> struct G { T t; }; struct
19 E<1>::M<int> m; in g() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dclass-deduction-aggr10.C9 template <int I> struct E { struct
11 template <typename T> struct G { T t; }; struct
19 E<1>::M<int> m; in g() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dclass-deduction-aggr10.C9 template <int I> struct E { struct
11 template <typename T> struct G { T t; }; argument
19 E<1>::M<int> m; in g() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dclass-deduction-aggr10.C9 template <int I> struct E { struct
11 template <typename T> struct G { T t; }; argument
19 E<1>::M<int> m; in g() argument
/dports/math/ogdf/OGDF/src/ogdf/upward/
H A DUpwardPlanarity.cpp44 bool UpwardPlanarity::isUpwardPlanar(Graph &G) { in isUpwardPlanar()
66 bool UpwardPlanarity::isUpwardPlanar_embedded(const Graph &G) in isUpwardPlanar_embedded()
90 bool UpwardPlanarity::isUpwardPlanar_triconnected(const Graph &G) in isUpwardPlanar_triconnected()
102 bool UpwardPlanarity::upwardPlanarEmbed_triconnected(Graph &G) in upwardPlanarEmbed_triconnected()
123 bool UpwardPlanarity::upwardPlanarEmbed_singleSource(Graph &G) in upwardPlanarEmbed_singleSource()
137 bool UpwardPlanarity::upwardPlanarAugment_singleSource(Graph &G) in upwardPlanarAugment_singleSource()
147 Graph &G, in upwardPlanarAugment_singleSource()
161 const ConstCombinatorialEmbedding &E, in isUpwardPlanar_singleSource_embedded()
164 const Graph &G = E; in isUpwardPlanar_singleSource_embedded() local
190 Graph &G, in upwardPlanarAugment_singleSource_embedded()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() function
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() function
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() function
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() argument
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() function
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/opt/
H A Dcleanup1.C49 template<class T> struct E struct
52 E () : e (0) {} in E() argument
53 E (D<T> *p) : e (p) {} in E() function
54 E (const E<T>& x) : e (x.e) {} in E() argument
59 E<T> operator++ (int) { E<T> x = *this; e = e->next; return x; } argument
91 template <class T> struct G struct
109 G<I> h; argument

12345678910>>...514