Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp563 bool ResultOkay; in checkWFRetconPrototype() local
565 ResultOkay = true; in checkWFRetconPrototype()
567 ResultOkay = (!SRetTy->isOpaque() && in checkWFRetconPrototype()
571 ResultOkay = false; in checkWFRetconPrototype()
573 if (!ResultOkay) in checkWFRetconPrototype()
/third_party/re2/re2/testing/
Dtester.cc487 static bool ResultOkay(const Result& r, const Result& correct) { in ResultOkay() function
532 if (ResultOkay(r, correct)) { in RunCase()