Home
last modified time | relevance | path

Searched defs:G (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h153 return po_iterator(GT::getEntryNode(G)); in begin() argument
193 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in post_order() argument
148 begin(const GraphT & G) begin() argument
151 end(const GraphT & G) end() argument
156 end(const GraphT & G,SetType & S) end() argument
189 po_begin(const T & G) po_begin() argument
191 po_end(const T & G) po_end() argument
205 po_ext_begin(T G,SetType & S) po_ext_begin() argument
210 po_ext_end(T G,SetType & S) po_ext_end() argument
215 post_order_ext(const T & G,SetType & S) post_order_ext() argument
228 ipo_begin(const T & G) ipo_begin() argument
233 ipo_end(const T & G) ipo_end() argument
238 inverse_post_order(const T & G) inverse_post_order() argument
252 ipo_ext_begin(const T & G,SetType & S) ipo_ext_begin() argument
257 ipo_ext_end(const T & G,SetType & S) ipo_ext_end() argument
263 inverse_post_order_ext(const T & G,SetType & S) inverse_post_order_ext() argument
301 Initialize(const GraphT & G) Initialize() argument
309 ReversePostOrderTraversal(const GraphT & G) ReversePostOrderTraversal() argument
[all...]
H A DDepthFirstIterator.h223 return df_iterator<T>::begin(G); in df_end() argument
152 begin(const GraphT & G) begin() argument
155 end(const GraphT & G) end() argument
158 begin(const GraphT & G,SetType & S) begin() argument
161 end(const GraphT & G,SetType & S) end() argument
218 df_begin(const T & G) df_begin() argument
229 depth_first(const T & G) depth_first() argument
241 df_ext_begin(const T & G,SetTy & S) df_ext_begin() argument
246 df_ext_end(const T & G,SetTy & S) df_ext_end() argument
251 depth_first_ext(const T & G,SetTy & S) depth_first_ext() argument
267 idf_begin(const T & G) idf_begin() argument
272 idf_end(const T & G) idf_end() argument
278 inverse_depth_first(const T & G) inverse_depth_first() argument
292 idf_ext_begin(const T & G,SetTy & S) idf_ext_begin() argument
297 idf_ext_end(const T & G,SetTy & S) idf_ext_end() argument
302 inverse_depth_first_ext(const T & G,SetTy & S) inverse_depth_first_ext() argument
[all...]
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
H A Dbad_engine.verify.cpp17 struct G { struct
26 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
H A Dbad_engine.verify.cpp17 struct G { struct
26 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A Dbad_engine.verify.cpp17 struct G { struct
26 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
H A Dbad_engine.verify.cpp17 struct G { struct
26 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
H A Dbad_engine.verify.cpp17 struct G { struct
26 G<int> badg; in test() argument
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
H A Dbad_engine.verify.cpp16 struct G { struct
25 G<int> badg; in test() argument
/llvm-project/clang/test/Sema/
H A Dnested-redef.c23 struct G { // expected-note{{previous definition is here}} in f3() struct
24 struct G {}; // expected-error{{nested redefinition of 'G'}} in f3() struct
29 struct G { // expected-note 2{{previous definition is here}} in f4() struct
30 struct G {}; // expected-error{{nested redefinition of 'G'}} in f4() argument
33 struct G {}; // expected-error{{redefinition of 'G'}} in f4() struct
/llvm-project/clang/test/Analysis/Inputs/
H A Dctu-lookup-name-with-space.cpp4 struct G { struct
5 G() { in G() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h197 applyFixup(LinkGraph & G,Block & B,const Edge & E,const Symbol * GOTSymbol) applyFixup() argument
314 createPointerJumpStubBlock(LinkGraph & G,Section & StubSection,Symbol & PointerSymbol) createPointerJumpStubBlock() argument
330 createAnonymousPointerJumpStub(LinkGraph & G,Section & StubSection,Symbol & PointerSymbol) createAnonymousPointerJumpStub() argument
343 visitEdge(LinkGraph & G,Block * B,Edge & E) visitEdge() argument
370 createEntry(LinkGraph & G,Symbol & Target) createEntry() argument
375 getGOTSection(LinkGraph & G) getGOTSection() argument
391 visitEdge(LinkGraph & G,Block * B,Edge & E) visitEdge() argument
407 createEntry(LinkGraph & G,Symbol & Target) createEntry() argument
413 getStubsSection(LinkGraph & G) getStubsSection() argument
[all...]

12345678910>>...26