Home | History | Annotate | Download | only in TableGen

Lines Matching defs:compute

312   /// Compute the set of diagnostics and groups that are immediately
314 void compute(VecOrSet DiagsInPedantic,
365 // Lazily compute the threshold value for the group count.
392 void InferPedantic::compute(VecOrSet DiagsInPedantic,
410 // Compute the set of diagnostics that are directly in -Wpedantic. We
436 // Compute the set of groups that are directly in -Wpedantic. We
501 // Compute the set of diagnostics that are in -Wpedantic.
504 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
598 // Compute a mapping from a DiagGroup to all of its parents.
616 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);