Home
last modified time | relevance | path

Searched defs:test_16 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lld/test/ELF/
H A Dppc64-local-dynamic.s48 .globl test_16 symbol
51 test_16: label
/llvm-project/flang/test/Evaluate/
H A Dfold-selected_logical_kind.f909 logical, parameter :: test_16 = selected_logical_kind(16) == 2 variable
H A Dfold-merge_bits.f9010 logical, parameter :: test_16 = merge_bits(13_16, 18_16, 22_16) .EQ. 4_16 variable
H A Dfold-type.f9040 logical, parameter :: test_16 = .not. extends_type_of(a1, a3) variable
H A Dfold-nearest.f9029 logical, parameter :: test_16 global() variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp60 __attribute__((noreturn)) void test_16() { const A& a = A(); } in test_16() function