| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | PostOrderIterator.h | 140 static po_iterator begin(GraphT G) { in begin() 143 static po_iterator end(GraphT G) { return po_iterator(); } in end() 145 static po_iterator begin(GraphT G, SetType &S) { in begin() 148 static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); } in end() 181 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin() 183 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end() 185 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() 197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin() 202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end() 207 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext() [all …]
|
| D | DepthFirstIterator.h | 150 static df_iterator begin(const GraphT &G) { in begin() 153 static df_iterator end(const GraphT &G) { return df_iterator(); } in end() 156 static df_iterator begin(const GraphT &G, SetType &S) { in begin() 159 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end() 216 df_iterator<T> df_begin(const T& G) { in df_begin() 221 df_iterator<T> df_end(const T& G) { in df_end() 227 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() 239 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 244 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 249 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() [all …]
|
| D | BreadthFirstIterator.h | 113 static bf_iterator begin(const GraphT &G) { in begin() 117 static bf_iterator end(const GraphT &G) { return bf_iterator(); } in end() 147 template <class T> bf_iterator<T> bf_begin(const T &G) { in bf_begin() 151 template <class T> bf_iterator<T> bf_end(const T &G) { in bf_end() 156 template <class T> iterator_range<bf_iterator<T>> breadth_first(const T &G) { in breadth_first()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveTypeInGenericConstraint.js | 2 class G<T> { class 3 x: G<G<T>>; // infinitely expanding type reference field in G 11 x: G<G<T>>; field in D 18 function G() { class in G
|
| D | twoMergedInterfacesWithDifferingOverloads2.js | 39 var G; variable 40 (function (G) { argument
|
| D | genericClassWithObjectTypeArgsAndConstraints.js | 19 class G<T extends { x: string }> { class 83 var G = /** @class */ (function () { class 84 function G() { class in anonymousFunctionb2526a5a0400.G
|
| D | constructorWithAssignableReturnExpression.js | 31 class G<T> { class 65 function G() { class in G
|
| D | overloadresolutionWithConstraintCheckingDeferred.js | 7 class G<T extends A> { class 27 function G(x) { class in G
|
| D | genericOfACloduleType1.js | 2 class G<T>{ bar(x: T) { return x; } } class 17 function G() { class in G
|
| D | duplicateIdentifierRelatedSpans2.js | 10 class G { } class 57 function G() { class in G
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.h | 76 uint8_t G; member 88 uint8_t G; member 101 uint8_t G; member 136 uint8_t G; member 149 uint8_t G; member 163 uint8_t G; member 175 uint8_t G; member 189 uint8_t G; member 203 uint8_t G; member 272 uint16_t G; member [all …]
|
| /third_party/rust/crates/clap/clap_complete/src/generator/ |
| D | mod.rs | 165 pub fn generate_to<G, S, T>( in generate_to() 166 gen: G, in generate_to() 223 pub fn generate<G, S>(gen: G, cmd: &mut clap::Command, bin_name: S, buf: &mut dyn Write) in generate() argument 232 fn _generate<G, S>(gen: G, cmd: &mut clap::Command, buf: &mut dyn Write) in _generate()
|
| /third_party/skia/third_party/externals/tint/tools/src/gerrit/ |
| D | gerrit.go | 31 type G struct { struct 32 client *gerrit.Client 33 authenticated bool 71 … (g *G) QueryChanges(queryParts ...string) (changes []gerrit.ChangeInfo, query string, err error) {
|
| /third_party/typescript/tests/baselines/reference/extractFunction/ |
| D | extractFunction33.js | 3 /*[#|*/function G() { }/*|]*/ class in F 10 function G() { } class 19 function G() { } class
|
| D | extractFunction34.js | 3 /*[#|*/function G() { }/*|]*/ class 10 function G() { } class
|
| /third_party/typescript/tests/cases/conformance/constEnums/ |
| D | constEnumPropertyAccess2.ts | 7 const enum G { enum 16 var z1 = G[G.A]; variable
|
| D | constEnumPropertyAccess1.ts | 8 const enum G { enum 23 var g = o[G.A]; variable
|
| /third_party/rust/crates/nom/src/sequence/ |
| D | mod.rs | 31 mut second: G, in pair() 65 mut second: G, in preceded() 99 mut second: G, in terminated() 133 pub fn separated_pair<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in separated_pair() argument 135 mut sep: G, in separated_pair() 172 pub fn delimited<I, O1, O2, O3, E: ParseError<I>, F, G, H>( in delimited() argument 174 mut second: G, in delimited()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 487 const SelectionDAG *G) { in printMemOperand() 812 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline() 823 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() 870 static bool printOperand(raw_ostream &OS, const SelectionDAG *G, in printOperand() 892 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr() 930 const SelectionDAG *G, unsigned depth, in printrWithDepthHelper() 951 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() 963 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const { in dumprWithDepth() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | BasicGOTAndStubsBuilder.h | 23 BasicGOTAndStubsBuilder(LinkGraph &G) : G(G) {} in BasicGOTAndStubsBuilder() 69 LinkGraph &G; variable
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | yuv_mips_dsp_r2.c | 38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument 71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
|
| /third_party/ffmpeg/libavcodec/ |
| D | huffyuvdsp.h | 28 #define G 2 macro 33 #define G 1 macro
|
| /third_party/typescript/tests/cases/compiler/ |
| D | duplicateIdentifierRelatedSpans2.ts | 9 class G { } class 19 class G { } class
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | rdcolmap.c | 47 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Comdat.cpp | 33 GlobalObject *G = unwrap<GlobalObject>(V); in LLVMGetComdat() local 38 GlobalObject *G = unwrap<GlobalObject>(V); in LLVMSetComdat() local
|