Home
last modified time | relevance | path

Searched defs:test_17 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-selected_logical_kind.f9010 logical, parameter :: test_17 = selected_logical_kind(17) == 4 variable
H A Dfold-type.f9041 logical, parameter :: test_17 = .not. extends_type_of(x1, x4) variable
H A Dfold-nearest.f9030 logical, parameter :: test_17 global() variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp61 __attribute__((noreturn)) void test_17() { const B& b = B(); } in test_17() function