Home
last modified time | relevance | path

Searched defs:test_4 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-jzext.f907 logical, parameter :: test_4 = jzext(-1_1) == 255_4 variable
H A Dfold-nearest.f908 logical, parameter :: test_4 = nearest(1.0000001, -1.) == 1 variable
46 logical, parameter :: test_4 global() variable
75 logical, parameter :: test_4 global() variable
H A Dsigned-mult-opd.f909 logical, parameter :: test_4 = 2*-j**2 == -8 ! not 8 variable
H A Dfolding29.f908 logical, parameter :: test_4 = all(count(arr, dim=2) == [2, 2, 2]) variable
H A Dfold-scale.f907 logical, parameter :: test_4 = sign(1.0, scale(0.0, 0)) == 1.0 variable
H A Dfolding16.f9014 logical, parameter :: test_4 = all(d .eq. e) variable
H A Dfold-re-im.f908 logical, parameter :: test_4 = aimag(z+z) == 4. variable
H A Dfold-spacing.f907 logical, parameter :: test_4 = spacing(0.) == tiny(0.) variable
H A Dfold-merge_bits.f908 logical, parameter :: test_4 = merge_bits(13_4, 18_4, 22_4) .EQ. 4_4 variable
H A Dfold-type.f9030 logical, parameter :: test_4 = same_type_as(x24, y24) variable
/llvm-project/clang/test/CodeGenCXX/
H A Dvirtual-function-elimination.cpp58 void test_4(C *p) { in test_4() function
/llvm-project/llvm/utils/reduce_pipeline_test/
H A Dtest.py86 def test_4(self): member in Test
/llvm-project/clang/test/Analysis/
H A Dexplain-svals.c39 void test_4(int n) { in test_4() function
H A Dexplain-svals.cpp72 void test_4(int x, int y) { in test_4() function
H A Ddead-stores.cpp140 int test_4(int x) { in test_4() function
/llvm-project/clang/test/Parser/
H A Dpragma-fp.cpp26 void test_4(int *List, int Length) { in test_4() function
/llvm-project/clang/test/CodeGen/
H A Dbitfield-2.c196 unsigned long long test_4(void) { in test_4() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp47 __attribute__((noreturn)) void test_4() { D d; } in test_4() function