Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp183 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> { in getTensorSpecFromJSON() local
194 return EmitError("Value is not a dict"); in getTensorSpecFromJSON()
202 return EmitError("'name' property not present or not a string"); in getTensorSpecFromJSON()
204 return EmitError("'type' property not present or not a string"); in getTensorSpecFromJSON()
206 return EmitError("'port' property not present or not an int"); in getTensorSpecFromJSON()
208 return EmitError("'shape' property not present or not an int array"); in getTensorSpecFromJSON()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp351 void EmitError(const TypedRegion* R, const Expr *Ex,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16961 bool EmitError = true; in actOnOMPReductionKindClause() local
16967 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()
16969 if (EmitError) { in actOnOMPReductionKindClause()