Home
last modified time | relevance | path

Searched defs:test_5 (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-jzext.f908 logical, parameter :: test_5 = kind(jzext(-1_2)) == 4 variable
H A Dfold-nearest.f9012 logical, parameter :: test_5 global() variable
49 logical, parameter :: test_5 global() variable
79 logical, parameter :: test_5 global() variable
H A Dsigned-mult-opd.f9010 logical, parameter :: test_5 = -j**2+-j**2 == -8 ! not 8 variable
H A Dfolding29.f909 logical, parameter :: test_5 = count(logical(arr, kind=1)) == 6 variable
H A Dfold-scale.f908 logical, parameter :: test_5 = scale(1.0, -1) == 0.5 variable
H A Dfold-re-im.f9013 logical, parameter :: test_5 = all(tz%z%re == [3., 5.]) variable
H A Dfold-spacing.f908 logical, parameter :: test_5 global() variable
H A Dfold-type.f9031 logical, parameter :: test_5 = same_type_as(x24, x28) ! ignores parameter variable
/llvm-project/clang/test/CodeGenCXX/
H A Dvirtual-function-elimination.cpp72 void test_5(C *p, void (C::*q)(void)) { in test_5() function
/llvm-project/clang/test/Parser/
H A Dpragma-fp.cpp34 void test_5(int *List, int Length) { in test_5() function
/llvm-project/clang/test/Analysis/
H A Dexplain-svals.cpp93 void test_5(int i) { in test_5() function in __anon43cfd6b00111::C
H A Ddead-stores.cpp152 int test_5() { in test_5() function
/llvm-project/clang/test/CodeGen/
H A Dbitfield-2.c228 unsigned long long test_5(void) { in test_5() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp48 __attribute__((noreturn)) void test_5() { E e; } in test_5() function