Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp98 bool IsIn() const { return !is_out; } in IsIn() function
215 if (current_record.IsIn() && prev.IsIn()) { in RecoverExecutionsFromConsecutiveRecords()
226 } else if (current_record.IsOut() && prev.IsIn()) { in RecoverExecutionsFromConsecutiveRecords()
286 if (prev_record && prev_record->IsIn()) in DecodePerfContextSwitchTrace()
/freebsd-14.2/contrib/sqlite3/tea/win/
H A Dnmakehlp.c43 static int IsIn(const char *string, const char *substring);
129 return IsIn(argv[2], argv[3]); in main()
488 IsIn( in IsIn() function