Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dutil.py12 IT_JSON = 1 variable
72 ftype = IT_JSON
177 if ftype == IT_JSON:
/llvm-project-15.0.7/third-party/benchmark/tools/
H A Dcompare.py28 if in1_kind == IT_JSON and in2_kind == IT_JSON and len(flags) > 0: