Home
last modified time | relevance | path

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

/llvm-project/flang/test/Evaluate/
H A Dfold-nearest.f9020 logical, parameter :: test_10 global() variable
54 logical, parameter :: test_10 global() variable
89 logical, parameter :: test_10 global() variable
H A Dfold-merge.f9021 logical, parameter :: test_10 = merge('ab','cd',.true.) == 'ab' variable
/llvm-project/clang/test/Parser/
H A Dpragma-fp.cpp72 void test_10(float *dest, float a, float b) { in test_10() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp53 __attribute__((noreturn)) void test_10() { J j; } in test_10() function