Lines Matching defs:Reported
100 // a double call, we need another kind: `Reported`.
125 // 2. for any Kind K: Reported | K == Reported
166 Reported = 0xF, /* 1111 */
167 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ Reported)
183 return (K & DefinitelyCalled) == DefinitelyCalled && K != Reported;
920 CurrentParamStatus = ParameterStatus::Reported;
922 } else if (CurrentParamStatus.getKind() != ParameterStatus::Reported) {
936 CurrentParamStatus.getKind() != ParameterStatus::Kind::Reported) {
1521 CurrentParamStatus = ParameterStatus::Reported;