Home
last modified time | relevance | path

Searched defs:test4_b (Results 1 – 3 of 3) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp59 int test4(int test4_a, int test4_b) { in test4()
/llvm-project/clang/test/SemaCXX/
H A Dextern-c.cpp39 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with declaration with C language linkage}} variable
/llvm-project/clang/test/Sema/
H A Dconversion.c161 long test4_b(long long ll) { in test4_b() function