Home
last modified time | relevance | path

Searched refs:test_if (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/PCH/
Dcxx1z-init-statement.cpp9 static_assert(test_if(-1) == -1, ""); in g0()
10 static_assert(test_if(0) == 0, ""); in g0()
Dcxx1z-init-statement.h3 constexpr int test_if(int x) { in test_if() function
/external/llvm/test/CodeGen/AMDGPU/
Dvalu-i1.ll5 ; SI-LABEL: @test_if
10 define void @test_if(i32 %b, i32 addrspace(1)* %src, i32 addrspace(1)* %dst) #1 {
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py342 def test_if(self): member in Test_find_binding