Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp650 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() local
665 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
2517 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() local
2537 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1036 bool CheckReturnValue; member
1062 CheckReturnValue = SanitizeFunction && (F.getName() == "main"); in MemorySanitizerVisitor()
3453 if (CheckReturnValue) { in visitReturnInst()