Home
last modified time | relevance | path

Searched refs:EmitError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTensorSpec.cpp47 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> { in getTensorSpecFromJSON() local
58 return EmitError("Value is not a dict"); in getTensorSpecFromJSON()
66 return EmitError("'name' property not present or not a string"); in getTensorSpecFromJSON()
68 return EmitError("'type' property not present or not a string"); in getTensorSpecFromJSON()
70 return EmitError("'port' property not present or not an int"); in getTensorSpecFromJSON()
72 return EmitError("'shape' property not present or not an int array"); in getTensorSpecFromJSON()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19414 bool EmitError = true; in actOnOMPReductionKindClause() local
19420 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()
19422 if (EmitError) { in actOnOMPReductionKindClause()