Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp71 auto EmitError = in getTensorSpecFromJSON() local
83 return EmitError("Value is not a dict"); in getTensorSpecFromJSON()
91 return EmitError("'name' property not present or not a string"); in getTensorSpecFromJSON()
93 return EmitError("'type' property not present or not a string"); in getTensorSpecFromJSON()
95 return EmitError("'port' property not present or not an int"); in getTensorSpecFromJSON()
97 return EmitError("'shape' property not present or not an int array"); in getTensorSpecFromJSON()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18857 bool EmitError = true; in actOnOMPReductionKindClause() local
18863 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()
18865 if (EmitError) { in actOnOMPReductionKindClause()