Home
last modified time | relevance | path

Searched refs:FirstTime (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSampleProfileLoaderBaseUtil.cpp87 bool FirstTime = (++Count == 1); in markSamplesUsed() local
88 if (FirstTime) in markSamplesUsed()
90 return FirstTime; in markSamplesUsed()
/freebsd-13-stable/usr.sbin/ac/
HDac.c85 static struct timeval FirstTime = { 0, 0 }; variable
374 up->ut_tv = FirstTime; in log_in()
426 if (!timerisset(&FirstTime)) in ac()
427 FirstTime = ut_timecopy; in ac()
459 FirstTime = ut_timecopy; /* shouldn't be needed */ in ac()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPPLexerChange.cpp723 bool FirstTime = R.second; in EnterSubmodule() local
724 if (FirstTime) { in EnterSubmodule()
759 if (FirstTime) in EnterSubmodule()