Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp82 if (TP.hasError()) in FillWithPossibleTypes()
156 if (InVT.isCompletelyUnknown() || *this == InVT || TP.hasError()) in MergeInTypeInfo()
237 if (TP.hasError()) in EnforceInteger()
262 if (TP.hasError()) in EnforceFloatingPoint()
288 if (TP.hasError()) in EnforceScalar()
315 if (TP.hasError()) in EnforceVector()
345 if (TP.hasError()) in EnforceSmallerThan()
537 if (TP.hasError()) in EnforceVectorEltTypeIs()
871 if (TP.hasError()) in ApplyTypeConstraint()
1252 if (TP.hasError()) in InlinePatternFragments()
[all …]
DCodeGenDAGPatterns.h584 bool hasError() const { in hasError() function
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h348 bool hasError() { return HasError; } in hasError() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp3276 bool hasError = false; in checkReturnWithRetEffect() local
3282 hasError = true; in checkReturnWithRetEffect()
3289 hasError = true; in checkReturnWithRetEffect()
3293 if (hasError) { in checkReturnWithRetEffect()