Home
last modified time | relevance | path

Searched refs:test_5 (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfold-nearest.f9012 logical, parameter :: test_5 = nearest(inf, 1.) == inf variable
39 logical, parameter :: test_5 = ieee_next_after(inf, inf) == inf variable
67 logical, parameter :: test_5 = ieee_next_up(huge(0.d0)) == inf variable
H A Dfold-scale.f908 logical, parameter :: test_5 = scale(1.0, -1) == 0.5 variable
H A Dfolding29.f909 logical, parameter :: test_5 = count(logical(arr, kind=1)) == 6 variable
H A Dfold-re-im.f9013 logical, parameter :: test_5 = all(tz%z%re == [3., 5.]) variable
H A Dfold-type.f9031 logical, parameter :: test_5 = same_type_as(x24, x28) ! ignores parameter variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvirtual-function-elimination.cpp74 void test_5(C *p, void (C::*q)(void)) { in test_5() function
/llvm-project-15.0.7/clang/test/Parser/
H A Dpragma-fp.cpp34 void test_5(int *List, int Length) { in test_5() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.cpp134 int test_5() { in test_5() function
H A Dexplain-svals.cpp93 void test_5(int i) { in test_5() function in __anon07d47cad0111::C
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbitfield-2.c228 unsigned long long test_5(void) { in test_5() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-noreturn.cpp48 __attribute__((noreturn)) void test_5() { E e; } in test_5() function
/llvm-project-15.0.7/llvm/test/Transforms/LoopFlatten/
H A Dloop-flatten-negative.ll154 define void @test_5(i16 zeroext %N, i32* nocapture %C, i32* nocapture readonly %A, i32 %scale) {