Home
last modified time | relevance | path

Searched refs:bar_static (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dredefine_extname.c5 #pragma redefine_extname foo_static bar_static
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dredefine_extname.c28 #pragma redefine_extname foo_static bar_static
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp712 auto bar_static = As<PythonCallable>(globals.GetItem("bar_static")); in TEST_F() local
713 ASSERT_THAT_EXPECTED(bar_static, llvm::Succeeded()); in TEST_F()
714 arginfo = bar_static.get().GetArgInfo(); in TEST_F()