Searched refs:test_decay (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | decay.pass.cpp | 18 void test_decay() in test_decay() function 28 test_decay<void, void>(); in main() 29 test_decay<int, int>(); in main() 30 test_decay<const volatile int, int>(); in main() 31 test_decay<int*, int*>(); in main() 32 test_decay<int[3], int*>(); in main() 33 test_decay<const int[3], const int*>(); in main() 34 test_decay<void(), void (*)()>(); in main() 36 test_decay<int(int) const, int(int) const>(); in main() 37 test_decay<int(int) volatile, int(int) volatile>(); in main() [all …]
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | decay.pass.cpp | 19 void test_decay() in test_decay() function 29 test_decay<void, void>(); in main() 30 test_decay<int, int>(); in main() 31 test_decay<const volatile int, int>(); in main() 32 test_decay<int*, int*>(); in main() 33 test_decay<int[3], int*>(); in main() 34 test_decay<const int[3], const int*>(); in main() 35 test_decay<void(), void (*)()>(); in main() 37 test_decay<int(int) const, int(int) const>(); in main() 38 test_decay<int(int) volatile, int(int) volatile>(); in main() [all …]
|
/external/clang/bindings/python/tests/cindex/ |
D | test_type.py | 397 def test_decay(): function
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_type.py | 425 def test_decay(self): member in TestType
|