Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dtest_symbols.py44 diff3 = subprocess.check_output(cmd, input=diff2, universal_newlines=True, cwd=tmpdir) variable
48 diff3 = diff3.replace(" ", "") variable
52 diff_check = "\n".join(unified_diff(diff1.split("\n"), diff3.split("\n"), n=999999,
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp221 …constexpr int diff3 = &a[2][0] - &a[1][0]; // expected-error {{constant expression}} expected-note… variable