Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp111 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> { in getTensorSpecFromJSON() local
122 return EmitError("Value is not a dict"); in getTensorSpecFromJSON()
130 return EmitError("'name' property not present or not a string"); in getTensorSpecFromJSON()
132 return EmitError("'type' property not present or not a string"); in getTensorSpecFromJSON()
134 return EmitError("'port' property not present or not an int"); in getTensorSpecFromJSON()
136 return EmitError("'shape' property not present or not an int array"); in getTensorSpecFromJSON()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp351 void EmitError(const TypedRegion* R, const Expr *Ex,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17344 bool EmitError = true; in actOnOMPReductionKindClause() local
17350 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()
17352 if (EmitError) { in actOnOMPReductionKindClause()