Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp185 auto EmitError = [&](const llvm::Twine &Message) -> Optional<TensorSpec> { in getTensorSpecFromJSON() local
196 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()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp351 void EmitError(const TypedRegion* R, const Expr *Ex,
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp352 void EmitError(const TypedRegion* R, const Expr *Ex,
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15574 bool EmitError = true; in actOnOMPReductionKindClause() local
15580 EmitError = RedId != ParentRedId; in actOnOMPReductionKindClause()
15582 if (EmitError) { in actOnOMPReductionKindClause()