Home
last modified time | relevance | path

Searched defs:LogRecord (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.h37 struct LogRecord { struct
43 bool operator==(const LogRecord &a, const LogRecord &b); argument
/llvm-project/llvm/utils/
H A Drevert_checker_test.py41 def filter(self, record: logging.LogRecord) -> bool: argument