Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h140 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 …]
DDepthFirstIterator.h150 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 …]
DBreadthFirstIterator.h113 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/
DrecursiveTypeInGenericConstraint.js2 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
DtwoMergedInterfacesWithDifferingOverloads2.js39 var G; variable
40 (function (G) { argument
DgenericClassWithObjectTypeArgsAndConstraints.js19 class G<T extends { x: string }> { class
83 var G = /** @class */ (function () { class
84 function G() { class in anonymousFunctionb2526a5a0400.G
DconstructorWithAssignableReturnExpression.js31 class G<T> { class
65 function G() { class in G
DoverloadresolutionWithConstraintCheckingDeferred.js7 class G<T extends A> { class
27 function G(x) { class in G
DgenericOfACloduleType1.js2 class G<T>{ bar(x: T) { return x; } } class
17 function G() { class in G
DduplicateIdentifierRelatedSpans2.js10 class G { } class
57 function G() { class in G
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h76 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/
Dmod.rs165 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/
Dgerrit.go31 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/
DextractFunction33.js3 /*[#|*/function G() { }/*|]*/ class in F
10 function G() { } class
19 function G() { } class
DextractFunction34.js3 /*[#|*/function G() { }/*|]*/ class
10 function G() { } class
/third_party/typescript/tests/cases/conformance/constEnums/
DconstEnumPropertyAccess2.ts7 const enum G { enum
16 var z1 = G[G.A]; variable
DconstEnumPropertyAccess1.ts8 const enum G { enum
23 var g = o[G.A]; variable
/third_party/rust/crates/nom/src/sequence/
Dmod.rs31 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/
DSelectionDAGDumper.cpp487 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/
DBasicGOTAndStubsBuilder.h23 BasicGOTAndStubsBuilder(LinkGraph &G) : G(G) {} in BasicGOTAndStubsBuilder()
69 LinkGraph &G; variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_mips_dsp_r2.c38 #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/
Dhuffyuvdsp.h28 #define G 2 macro
33 #define G 1 macro
/third_party/typescript/tests/cases/compiler/
DduplicateIdentifierRelatedSpans2.ts9 class G { } class
19 class G { } class
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdcolmap.c47 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/
DComdat.cpp33 GlobalObject *G = unwrap<GlobalObject>(V); in LLVMGetComdat() local
38 GlobalObject *G = unwrap<GlobalObject>(V); in LLVMSetComdat() local

12345678910>>...16