Home
last modified time | relevance | path

Searched refs:testC (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Dinline.c143 extern inline void testC() {} in testC() function
144 inline void testC();
/external/llvm-project/clang/test/CodeGen/
Dinline.c150 extern inline void testC() {} in testC() function
151 inline void testC();
/external/icu/icu4c/source/test/intltest/
Ddtptngts.h32 void testC();
Ddtptngts.cpp40 TESTCASE(4, testC); in runIndexedTest()
1159 void IntlTestDateTimePatternGeneratorAPI::testC() { in testC() function in IntlTestDateTimePatternGeneratorAPI
/external/testng/src/test/java/test/enable/
DC.java10 public void testC() {} in testC() method in C
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp23 only<int> testC = c; in h() local
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp23 only<int> testC = c; in h() local
/external/clang/test/SemaCXX/
Dattr-deprecated.cpp225 void testC() { in testC() function
Dconstant-expression-cxx1y.cpp586 constexpr bool testC() { in testC() function
593 static_assert(testC(), "");
/external/llvm-project/clang/test/SemaCXX/
Dattr-deprecated.cpp225 void testC() { in testC() function
Dconstant-expression-cxx1y.cpp619 constexpr bool testC() { in testC() function
626 static_assert(testC(), "");
/external/llvm-project/clang/test/Analysis/
Ddtor.cpp563 void testC() { in testC() function
/external/python/cpython2/Lib/test/
Dtest_csv.py400 class testC(csv.excel): class
403 csv.register_dialect('testC', testC)
/external/python/cpython3/Lib/test/
Dtest_csv.py440 class testC(csv.excel): class
445 csv.register_dialect('testC', testC)