Home
last modified time | relevance | path

Searched defs:E (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/third_party/typescript/tests/cases/compiler/
DduplicateSymbolsExportMatching.ts3 export interface E { } interface
7 export interface E { } // ok interface
13 interface E { } // ok interface
20 export interface E { } interface
21 export interface E { } // ok interface
27 export interface E { } interface
28 interface E { } // error interface
DenumAssignmentCompat3.ts2 export enum E { enum
7 export enum E { enum
15 export enum E { enum
20 export enum E { enum
25 export enum E { enum
30 export const enum E { enum
35 export declare enum E { enum
40 export enum E { enum
43 export enum E { enum
49 export enum E { enum
DenumsWithMultipleDeclarations2.ts1 enum E { enum
5 enum E { enum
9 enum E { enum
DenumsWithMultipleDeclarations1.ts1 enum E { enum
5 enum E { enum
9 enum E { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockPrinter.cpp47 auto E = RP.visit(R); in visit() local
56 auto E = RP.visit(R); in visit() local
66 auto E = RP.visit(R); in visit() local
75 auto E = RP.visit(R); in visit() local
84 auto E = RP.visit(R); in visit() local
94 auto E = RP.visit(R); in visit() local
101 auto E = RP.visit(R); in visit() local
108 auto E = RP.visit(R); in visit() local
DTrace.cpp291 if (auto E = C.consume(std::move(R.get()))) in loadFDRLog() local
301 if (auto E = R->apply(Indexer)) in loadFDRLog() local
303 if (auto E = Indexer.flush()) in loadFDRLog() local
314 if (auto E = R->apply(Verifier)) in loadFDRLog() local
316 if (auto E = Verifier.verify()) in loadFDRLog() local
339 if (auto E = R->apply(Expander)) in loadFDRLog() local
342 if (auto E = Expander.flush()) in loadFDRLog() local
444 if (auto E = loadNaiveFormatLog(DE.getData(), DE.isLittleEndian(), in loadTrace() local
456 if (auto E = loadFDRLog(DE.getData(), DE.isLittleEndian(), T.FileHeader, in loadTrace() local
466 if (auto E = loadYAMLLog(DE.getData(), T.FileHeader, T.Records)) in loadTrace() local
/third_party/rust/crates/nom/src/multi/
Dmod.rs53 pub fn many0<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many0() argument
108 pub fn many1<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many1() argument
165 pub fn many_till<I, O, P, E, F, G>( in many_till() argument
168 ) -> impl FnMut(I) -> IResult<I, (Vec<O>, P), E> in many_till() argument
228 pub fn separated_list0<I, O, O2, E, F, G>( in separated_list0() argument
231 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list0() argument
302 pub fn separated_list1<I, O, O2, E, F, G>( in separated_list1() argument
305 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list1() argument
380 pub fn many_m_n<I, O, E, F>( in many_m_n() argument
384 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many_m_n() argument
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_coalesce.cpp96 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in unify_chunks() local
123 for (vvec::iterator I = c1->values.begin(), E = c1->values.end(); I != E; in chunks_interference() local
127 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in chunks_interference() local
140 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in build_chunks() local
169 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in dump_edges() local
183 for (chunk_vec::iterator I = all_chunks.begin(), E = all_chunks.end(); in dump_chunks() local
195 E = constraints.end(); I != E; ++I) { in dump_constraint_queue() local
233 for (vvec::iterator I = c->values.begin(), E = c->values.end(); I != E; in get_chunk_interferences() local
243 E = all_chunks.end(); I != E; ++I) { in build_chunk_queue() local
253 E = all_constraints.end(); I != E; ++I) { in build_constraint_queue() local
[all …]
Dsb_gcm.cpp52 for (node_iterator N, I = pending.begin(), E = pending.end(); in run() local
111 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in collect_instructions() local
124 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in collect_instructions() local
140 for (node_iterator I = n->begin(), E = n->end(); I != E; ++I) { in sched_early() local
181 for (sq_iterator N, I = ready.begin(), E = ready.end(); I != E; in td_sched_bb() local
202 for (uselist::iterator I = v->uses.begin(), E = v->uses.end(); I != E; ++I) { in td_release_val() local
230 for (vvec::iterator I = v.begin(), E = v.end(); I != E; ++I) { in td_release_uses() local
259 for (node_riterator I = n->rbegin(), E = n->rend(); I != E; ++I) { in sched_late() local
301 E = pending_nodes.end(); I != E; ++I) { in bu_sched_bb() local
312 for (vvec::iterator I = pending_defs.begin(), E = pending_defs.end(); in bu_sched_bb() local
[all …]
Dsb_def_use.cpp40 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in process_phi() local
74 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in run_on() local
90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in process_defs() local
109 for (vvec::iterator I = n->src.begin(), E = n->src.end(); I != E; ++I) { in process_uses() local
118 for (vvec::iterator I = v->muse.begin(), E = v->muse.end(); in process_uses() local
130 for (vvec::iterator I = n->dst.begin(), E = n->dst.end(); I != E; ++I) { in process_uses() local
137 for (vvec::iterator I = v->muse.begin(), E = v->muse.end(); in process_uses() local
/third_party/typescript/tests/baselines/reference/
DenumAssignmentCompat3.js96 (function (E) { argument
105 (function (E) { argument
120 (function (E) { argument
130 (function (E) { argument
138 (function (E) { argument
149 (function (E) { argument
153 (function (E) { argument
161 (function (E) { argument
166 (function (E) { argument
DesnextmodulekindWithES5Target12.js49 export var E; variable
50 (function (E) { argument
53 (function (E) { argument
56 (function (E) { argument
59 (function (E) { argument
Des6modulekindWithES5Target12.js49 export var E; variable
50 (function (E) { argument
53 (function (E) { argument
56 (function (E) { argument
59 (function (E) { argument
DduplicateIdentifierEnum.js59 var E = /** @class */ (function () { class
60 function E() { class in E
69 var E; variable
70 (function (E) { argument
DenumsWithMultipleDeclarations2.js16 (function (E) { argument
19 (function (E) { argument
22 (function (E) { argument
DenumsWithMultipleDeclarations1.js16 (function (E) { argument
19 (function (E) { argument
22 (function (E) { argument
DdeclInput4.js26 var E = /** @class */ (function () { class
27 function E() { class in anonymousFunction514af4210100.E
46 class E { class
55 m232(): E; field in D
DassignmentCompatWithObjectMembersAccessibility.js23 class E { class
131 var E = /** @class */ (function () { class
132 function E() { class in anonymousFunction14a893280100.E
176 var E = /** @class */ (function () { class
177 function E() { class in anonymousFunction14a893280600.E
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp189 if (Error E = parseRecord(ParserHelper, Next->ID)) in parseBlock() local
268 if (Error E = Stream.JumpToBit(PreviousBitNo)) in isBlock() local
293 if (Error E = validateMagicNumber( in advanceToMetaBlock() local
296 if (Error E = Helper.parseBlockInfoBlock()) in advanceToMetaBlock() local
317 if (Error E = validateMagicNumber( in createBitstreamParserFromMeta() local
336 if (Error E = parseMeta()) in next() local
346 if (Error E = advanceToMetaBlock(ParserHelper)) in parseMeta() local
351 if (Error E = MetaHelper.parse()) in parseMeta() local
354 if (Error E = processCommonMeta(MetaHelper)) in parseMeta() local
441 if (Error E = advanceToMetaBlock(ParserHelper)) in processExternalFilePath() local
[all …]
/third_party/rust/crates/nom/src/sequence/
Dmod.rs32 ) -> impl FnMut(I) -> IResult<I, (O1, O2), E> in pair() argument
66 ) -> impl FnMut(I) -> IResult<I, O2, E> in preceded() argument
100 ) -> impl FnMut(I) -> IResult<I, O1, E> in terminated() argument
137 ) -> impl FnMut(I) -> IResult<I, (O1, O3), E> in separated_pair() argument
176 ) -> impl FnMut(I) -> IResult<I, O2, E> in delimited() argument
194 fn parse(&mut self, input: I) -> IResult<I, O, E>; in parse() argument
259 fn parse(&mut self, input: I) -> IResult<I, (), E> { in parse() argument
275 pub fn tuple<I, O, E: ParseError<I>, List: Tuple<I, O, E>>( in tuple() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp57 if (Error E = BufferOrError.takeError()) in create() local
85 if (Error E = initializeReader(*Result)) in create() local
95 if (Error E = BufferOrError.takeError()) in create() local
103 if (Error E = RemappingBufferOrError.takeError()) in create() local
126 if (Error E = initializeReader(*Result)) in create() local
133 if (auto E = Reader->readNextRecord(Record)) { in Increment() local
224 if (Error E = Symtab->addFuncName(VD.first)) in readValueProfileData() local
257 if (Error E = Symtab->addFuncName(Record.Name)) in readNextRecord() local
288 if (Error E = readValueProfileData(Record)) in readNextRecord() local
344 if (Error E = Symtab.create(StringRef(NamesStart, NamesSize))) in createSymtab() local
[all …]
/third_party/rust/crates/nom/examples/
Djson.rs30 fn sp<'a, E: ParseError<&'a str>>(i: &'a str) -> IResult<&'a str, &'a str, E> { in sp() argument
53 fn parse_str<'a, E: ParseError<&'a str>>(i: &'a str) -> IResult<&'a str, &'a str, E> { in parse_str() argument
96 ) -> IResult<&'a str, &'a str, E> { in string() argument
109 ) -> IResult<&'a str, Vec<JsonValue>, E> { in array() argument
124 ) -> IResult<&'a str, (&'a str, JsonValue), E> { in key_value() argument
134 ) -> IResult<&'a str, HashMap<String, JsonValue>, E> { in hash() argument
158 ) -> IResult<&'a str, JsonValue, E> { in json_value() argument
175 ) -> IResult<&'a str, JsonValue, E> { in root() argument
/third_party/typescript/tests/cases/conformance/externalModules/esnext/
DesnextmodulekindWithES5Target12.ts11 export enum E { enum
15 export enum E { enum
19 export namespace E { namespace
23 export namespace E { namespace
/third_party/typescript/tests/cases/conformance/externalModules/es6/
Des6modulekindWithES5Target12.ts11 export enum E { enum
15 export enum E { enum
19 export namespace E { namespace
23 export namespace E { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonPasses.cpp46 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
48 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local
81 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
83 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local
133 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
135 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local

12345678910>>...76