Searched refs:tryOpen (Results 1 – 3 of 3) sorted by relevance
36 const tryOpen = await new Promise(resolve => { constant58 if (tryOpen === 'SIGINT') {62 if (!tryOpen) {
2455 auto tryOpen = [&](char const *ext) { in EmitMetal() local2462 FILE *file = tryOpen("metal"); in EmitMetal()2465 file = tryOpen("cpp"); in EmitMetal()
7618 void tryOpen();14550 section->tryOpen(); in acquire()14554 void SectionTracker::tryOpen() { in tryOpen() function in Catch::TestCaseTracking::SectionTracker