/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 134 static inline _Self begin(const GraphT& G) { in begin() 137 static inline _Self end(const GraphT& G) { return _Self(); } in end() 140 static inline _Self begin(const GraphT& G, SetType &S) { in begin() 143 static inline _Self end(const GraphT& G, SetType &S) { return _Self(S); } in end() 201 df_iterator<T> df_begin(const T& G) { in df_begin() 206 df_iterator<T> df_end(const T& G) { in df_end() 218 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 223 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 238 idf_iterator<T> idf_begin(const T& G) { in idf_begin() 243 idf_iterator<T> idf_end(const T& G){ in idf_end() [all …]
|
D | PostOrderIterator.h | 136 static inline _Self begin(GraphT G) { return _Self(GT::getEntryNode(G)); } in begin() 137 static inline _Self end (GraphT G) { return _Self(); } in end() 139 static inline _Self begin(GraphT G, SetType &S) { in begin() 142 static inline _Self end (GraphT G, SetType &S) { return _Self(S); } in end() 175 po_iterator<T> po_begin(T G) { return po_iterator<T>::begin(G); } in po_begin() 177 po_iterator<T> po_end (T G) { return po_iterator<T>::end(G); } in po_end() 187 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin() 192 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end() 211 ipo_iterator<T> ipo_end(T G){ in ipo_end() 226 ipo_ext_iterator<T, SetType> ipo_ext_begin(T G, SetType &S) { in ipo_ext_begin() [all …]
|
D | SCCIterator.h | 141 static inline _Self begin(const GraphT &G){return _Self(GT::getEntryNode(G));} in begin() 199 scc_iterator<T> scc_begin(const T &G) { in scc_begin() 204 scc_iterator<T> scc_end(const T &G) { in scc_end() 209 scc_iterator<Inverse<T> > scc_begin(const Inverse<T> &G) { in scc_begin() 214 scc_iterator<Inverse<T> > scc_end(const Inverse<T> &G) { in scc_end()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 14 ECPoint G; field in ECDomainParameters 20 ECPoint G, in ECDomainParameters() 32 ECPoint G, in ECDomainParameters() 45 ECPoint G, in ECDomainParameters()
|
/external/clang/test/Parser/ |
D | skip-function-bodies.mm | 17 - (void) G; method 20 - (void) G { method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
D | ECParameterSpec.java | 17 private ECPoint G; field in ECParameterSpec 23 ECPoint G, in ECParameterSpec() 35 ECPoint G, in ECParameterSpec() 48 ECPoint G, in ECParameterSpec()
|
D | ECNamedCurveParameterSpec.java | 22 ECPoint G, in ECNamedCurveParameterSpec() 33 ECPoint G, in ECNamedCurveParameterSpec() 45 ECPoint G, in ECNamedCurveParameterSpec()
|
/external/v8/test/mjsunit/ |
D | instanceof.js | 88 function G() { } class in TestExceptions 89 G.prototype = undefined; class
|
D | multiple-return.js | 36 function G() { class
|
/external/clang/test/SemaObjCXX/ |
D | pointer-to-objc-pointer-conv.mm | 3 @interface G interface 8 - (void)foo:(G**)objects; argument
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 304 struct G { struct 305 F f1, f2; 306 F *f3, *f4; 307 G(char (*)[1]) : f1(f1) {} // expected-warning {{field is uninitialized when used here}} in G() function 308 G(char (*)[2]) : f2(f1) {} in G() argument 309 G(char (*)[3]) : f2(F()) {} in G() argument 311 G(char (*)[4]) : f1(f1.*ptr) {} // expected-warning {{field is uninitialized when used here}} in G() function 312 G(char (*)[5]) : f2(f1.*ptr) {} in G() argument 314 G(char (*)[6]) : f3(f3) {} // expected-warning {{field is uninitialized when used here}} in G() argument 315 G(char (*)[7]) : f3(f3->*f_ptr) {} // expected-warning {{field is uninitialized when used here}} in G() argument [all …]
|
/external/clang/test/Rewriter/ |
D | rewrite-cast-ivar-access.mm | 10 @interface G : F { interface 16 @implementation G implementation
|
D | rewrite-cast-ivar-modern-access.mm | 9 @interface G : F { interface 15 @implementation G implementation
|
/external/clang/test/CodeGenCXX/ |
D | 2005-02-11-AnonymousUnion.cpp | 6 float G; in test1() member 16 short G; in test2() member
|
D | mangle-local-class-vtables.cpp | 29 void G() { in G() function 39 void G() const {} in G() function
|
D | debug-info-pubtypes.cpp | 11 class G { class
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/ |
D | regress-192105.js | 101 function G() class 114 var obj = {F:F, G:G}; property
|
/external/clang/test/Preprocessor/ |
D | dump_macros.c | 27 #define G 1 macro 29 #define G 2 macro
|
/external/jpeg/ |
D | rdcolmap.c | 46 add_map_entry (j_decompress_ptr cinfo, int R, int G, int B) in add_map_entry() 83 int R, G, B; in read_gif_map() local 175 int R, G, B; in read_ppm_map() local
|
/external/qemu/distrib/jpeg-6b/ |
D | rdcolmap.c | 46 add_map_entry (j_decompress_ptr cinfo, int R, int G, int B) in add_map_entry() 83 int R, G, B; in read_gif_map() local 175 int R, G, B; in read_ppm_map() local
|
/external/skia/src/svg/ |
D | SkSVGG.cpp | 12 DEFINE_SVG_NO_INFO(G) in DEFINE_SVG_NO_INFO() argument
|
/external/v8/test/mjsunit/compiler/ |
D | regress-7.js | 29 var G = 42; variable
|
D | regress-arrayliteral.js | 30 var G = 41; variable
|
/external/eigen/doc/snippets/ |
D | Jacobi_makeGivens.cpp | 2 JacobiRotation<float> G; variable
|
/external/clang/test/SemaTemplate/ |
D | missing-class-keyword-crash.cpp | 2 class G {}; class
|