Searched refs:EmitError (Results 1 – 4 of 4) sorted by relevance
185 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> { in getTensorSpecFromJSON() local196 return EmitError("Value is not a dict"); in getTensorSpecFromJSON()204 return EmitError("'name' property not present or not a string"); in getTensorSpecFromJSON()206 return EmitError("'type' property not present or not a string"); in getTensorSpecFromJSON()208 return EmitError("'port' property not present or not an int"); in getTensorSpecFromJSON()210 return EmitError("'shape' property not present or not an int array"); in getTensorSpecFromJSON()
351 void EmitError(const TypedRegion* R, const Expr *Ex,
352 void EmitError(const TypedRegion* R, const Expr *Ex,
15574 bool EmitError = true; in actOnOMPReductionKindClause() local15580 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()15582 if (EmitError) { in actOnOMPReductionKindClause()