Home
last modified time | relevance | path

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

/llvm-project/flang/test/Evaluate/
H A Dfold-nearest.f9023 logical, parameter :: test_12 global() variable
58 logical, parameter :: test_12 global() variable
91 logical, parameter :: test_12 global() variable
H A Dfold-spacing.f9012 logical, parameter :: test_12 global() variable
H A Dfold-type.f9036 logical, parameter :: test_12 = extends_type_of(x24, x24) variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp55 __attribute__((noreturn)) void test_12() { L l; } in test_12() function