/third_party/typescript/src/debug/ |
D | dbg.ts | 86 antecedents: FlowNode[] | undefined; property 118 antecedents: FlowNode[]; property 230 function hasAntecedents(f: FlowNode): f is FlowLabel & { antecedents: FlowNode[] } { 231 return !!(f.flags & FlowFlags.Label) && !!(f as FlowLabel).antecedents; 285 for (const antecedent of flowNode.antecedents) {
|
/third_party/typescript/src/compiler/ |
D | binder.ts | 961 return initFlowNode({ flags: FlowFlags.BranchLabel, antecedents: undefined }); 965 return initFlowNode({ flags: FlowFlags.LoopLabel, antecedents: undefined }); 968 …function createReduceLabel(target: FlowLabel, antecedents: FlowNode[], antecedent: FlowNode): Flow… 969 return initFlowNode({ flags: FlowFlags.ReduceLabel, target, antecedents, antecedent }); 978 … if (!(antecedent.flags & FlowFlags.Unreachable) && !contains(label.antecedents, antecedent)) { 979 (label.antecedents || (label.antecedents = [])).push(antecedent); 1023 const antecedents = flow.antecedents; constant 1024 if (!antecedents) { 1027 if (antecedents.length === 1) { 1028 return antecedents[0]; [all …]
|
D | checker.ts | 22168 …return some((<FlowLabel>flow).antecedents, f => isReachableFlowNodeWorker(f, /*noCacheCheck*/ fals… 22171 const antecedents = (<FlowLabel>flow).antecedents; 22172 if (antecedents === undefined || antecedents.length === 0) { 22176 flow = antecedents[0]; 22190 const saveAntecedents = target.antecedents; 22191 target.antecedents = (<FlowReduceLabel>flow).antecedents; 22193 target.antecedents = saveAntecedents; 22226 … return every((<FlowLabel>flow).antecedents, f => isPostSuperFlowNode(f, /*noCacheCheck*/ false)); 22230 flow = (<FlowLabel>flow).antecedents![0]; 22234 const saveAntecedents = target.antecedents; [all …]
|
D | types.ts | 3357 antecedents: FlowNode[] | undefined; 3395 antecedents: FlowNode[];
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | words-100 | 88 antecedents
|
D | words-5000 | 3644 antecedents
|
D | sherlock.txt | 5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
|
/third_party/typescript/lib/ |
D | tsc.js | 33707 return initFlowNode({ flags: 4, antecedents: undefined }); property 33710 return initFlowNode({ flags: 8, antecedents: undefined }); property 33712 function createReduceLabel(target, antecedents, antecedent) { argument 33713 …return initFlowNode({ flags: 1024, target: target, antecedents: antecedents, antecedent: anteceden… property 33719 if (!(antecedent.flags & 1) && !ts.contains(label.antecedents, antecedent)) { 33720 (label.antecedents || (label.antecedents = [])).push(antecedent); 33759 var antecedents = flow.antecedents; 33760 if (!antecedents) { 33763 if (antecedents.length === 1) { 33764 return antecedents[0]; [all …]
|
D | typingsInstaller.js | 41301 return initFlowNode({ flags: 4 /* BranchLabel */, antecedents: undefined }); property 41304 return initFlowNode({ flags: 8 /* LoopLabel */, antecedents: undefined }); property 41306 function createReduceLabel(target, antecedents, antecedent) { argument 41307 …n initFlowNode({ flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecede… property 41314 … if (!(antecedent.flags & 1 /* Unreachable */) && !ts.contains(label.antecedents, antecedent)) { 41315 (label.antecedents || (label.antecedents = [])).push(antecedent); 41354 var antecedents = flow.antecedents; 41355 if (!antecedents) { 41358 if (antecedents.length === 1) { 41359 return antecedents[0]; [all …]
|
D | typescriptServices.js | 41506 return initFlowNode({ flags: 4 /* BranchLabel */, antecedents: undefined }); property 41509 return initFlowNode({ flags: 8 /* LoopLabel */, antecedents: undefined }); property 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …n initFlowNode({ flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecede… property 41519 … if (!(antecedent.flags & 1 /* Unreachable */) && !ts.contains(label.antecedents, antecedent)) { 41520 (label.antecedents || (label.antecedents = [])).push(antecedent); 41559 var antecedents = flow.antecedents; 41560 if (!antecedents) { 41563 if (antecedents.length === 1) { 41564 return antecedents[0]; [all …]
|
D | tsserverlibrary.js | 41506 return initFlowNode({ flags: 4 /* BranchLabel */, antecedents: undefined }); property 41509 return initFlowNode({ flags: 8 /* LoopLabel */, antecedents: undefined }); property 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …n initFlowNode({ flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecede… property 41519 … if (!(antecedent.flags & 1 /* Unreachable */) && !ts.contains(label.antecedents, antecedent)) { 41520 (label.antecedents || (label.antecedents = [])).push(antecedent); 41559 var antecedents = flow.antecedents; 41560 if (!antecedents) { 41563 if (antecedents.length === 1) { 41564 return antecedents[0]; [all …]
|
D | tsserver.js | 41312 return initFlowNode({ flags: 4 /* BranchLabel */, antecedents: undefined }); property 41315 return initFlowNode({ flags: 8 /* LoopLabel */, antecedents: undefined }); property 41317 function createReduceLabel(target, antecedents, antecedent) { argument 41318 …n initFlowNode({ flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecede… property 41325 … if (!(antecedent.flags & 1 /* Unreachable */) && !ts.contains(label.antecedents, antecedent)) { 41326 (label.antecedents || (label.antecedents = [])).push(antecedent); 41365 var antecedents = flow.antecedents; 41366 if (!antecedents) { 41369 if (antecedents.length === 1) { 41370 return antecedents[0]; [all …]
|
D | typescript.js | 41506 return initFlowNode({ flags: 4 /* BranchLabel */, antecedents: undefined }); property 41509 return initFlowNode({ flags: 8 /* LoopLabel */, antecedents: undefined }); property 41511 function createReduceLabel(target, antecedents, antecedent) { argument 41512 …n initFlowNode({ flags: 1024 /* ReduceLabel */, target: target, antecedents: antecedents, antecede… property 41519 … if (!(antecedent.flags & 1 /* Unreachable */) && !ts.contains(label.antecedents, antecedent)) { 41520 (label.antecedents || (label.antecedents = [])).push(antecedent); 41559 var antecedents = flow.antecedents; 41560 if (!antecedents) { 41563 if (antecedents.length === 1) { 41564 return antecedents[0]; [all …]
|
D | typescript.d.ts | 1902 antecedents: FlowNode[] | undefined; property 1928 antecedents: FlowNode[]; property
|
D | typescriptServices.d.ts | 1902 antecedents: FlowNode[] | undefined; property 1928 antecedents: FlowNode[]; property
|
D | tsserverlibrary.d.ts | 1902 antecedents: FlowNode[] | undefined; property 1928 antecedents: FlowNode[]; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1913 antecedents: FlowNode[] | undefined; property 1939 antecedents: FlowNode[]; property
|
D | tsserverlibrary.d.ts | 1913 antecedents: FlowNode[] | undefined; property 1939 antecedents: FlowNode[]; property
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
|