Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp61 bool hasIntegerResult = false; in visitOperation() local
64 hasIntegerResult = true; in visitOperation()
70 if (!hasIntegerResult) in visitOperation()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6176 auto hasIntegerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleSwiftError() local
6216 if (!hasErrorParameter(S, D, AL) || !hasIntegerResult(S, D, AL)) in handleSwiftError()