Home
last modified time | relevance | path

Searched refs:test_vla (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dtrivial-auto-var-init.cpp160 void test_vla(int size) { in test_vla() function
/external/llvm-project/lldb/test/API/lang/c/vla/
DTestVLA.py30 def test_vla(self): member in TestVLA
/external/llvm-project/llvm/test/CodeGen/X86/
Dstack-protector-msvc.ll69 define void @test_vla(i32 %n) nounwind ssp {
91 ; MSVC-X64-LABEL: test_vla:
/external/python/pycparser/tests/
Dtest_c_parser.py1479 def test_vla(self): member in TestCParser_fundamentals