Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c114 void test_base(int ***v1, int ***v2, int ***v3, int n) { in test_base() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-call.cpp247 void test_base(A* a) { in test_base() function
264 void test_base(A& a) { in test_base() function
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py274 def check_value(self, test_base, val, error_msg=None): argument
303 def check_value_children(self, test_base, val, error_msg=None): argument