Home
last modified time | relevance | path

Searched refs:antecedents (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/src/debug/
Ddbg.ts86 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/
Dbinder.ts961 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 …]
Dchecker.ts22168 …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 …]
Dtypes.ts3357 antecedents: FlowNode[] | undefined;
3395 antecedents: FlowNode[];
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-10088 antecedents
Dwords-50003644 antecedents
Dsherlock.txt5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
/third_party/typescript/lib/
Dtsc.js33707 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 …]
DtypingsInstaller.js41301 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 …]
DtypescriptServices.js41506 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 …]
Dtsserverlibrary.js41506 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 …]
Dtsserver.js41312 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 …]
Dtypescript.js41506 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 …]
Dtypescript.d.ts1902 antecedents: FlowNode[] | undefined; property
1928 antecedents: FlowNode[]; property
DtypescriptServices.d.ts1902 antecedents: FlowNode[] | undefined; property
1928 antecedents: FlowNode[]; property
Dtsserverlibrary.d.ts1902 antecedents: FlowNode[] | undefined; property
1928 antecedents: FlowNode[]; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1913 antecedents: FlowNode[] | undefined; property
1939 antecedents: FlowNode[]; property
Dtsserverlibrary.d.ts1913 antecedents: FlowNode[] | undefined; property
1939 antecedents: FlowNode[]; property
/third_party/rust/crates/regex/regex-capi/examples/
Dsherlock.txt5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
/third_party/rust/crates/regex/bench/src/data/
Dsherlock.txt5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was
/third_party/rust/crates/memchr/bench/data/sherlock/
Dhuge.txt5517 vilest antecedents, but as, by Mrs. St. Clair's story, he was