Searched defs:testA (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Analysis/diagnostics/
H A Dtext-diagnostics.c3 void testA() { function
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp69 void testA() { (void)sizeof(A<int>); } function
/external/clang/test/CodeGen/
H A Dinline.c17 // CHECK1-LABEL: define void @testA
39 // CHECK2-LABEL: define void @testA
131 inline void testA() {} function
132 void testA();
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestASTConstruction.java39 @Test public void testA() throws Exception { method in class:TestASTConstruction
H A DTestNFAConstruction.java41 @Test public void testA() throws Exception { method in class:TestNFAConstruction
H A DTestDFAConversion.java42 @Test public void testA() throws Exception { method in class:TestDFAConversion
/external/clang/test/SemaCXX/
H A Duser-defined-conversions.cpp95 void testA(A a) { function in namespace:rdar10202900
H A Dattr-deprecated.cpp199 void testA() { function in namespace:test6
H A Dconstant-expression-cxx1y.cpp568 constexpr bool testA() { function in namespace:loops::assignment_op
575 static_assert(testA(), "");
/external/tremolo/Tremolo/
H A Dmapping0.c88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels))); local
91 testA<0 ||
92 testM==testA ||
94 testA>=vi->channels) goto err_out;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp14 only<const char [16]> testA = a; member in namespace:N
40 only<bool> testA = a; local
45 only<int> testA = a; local
49 only<bool> testA = a; local
53 only<const char[5]> testA = a; local
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp12 void testA(A &a) { function
/external/libvorbis/lib/
H A Dmapping0.c123 int testA=info->coupling_ang[i]=oggpack_read(opb,ilog(vi->channels)); local
126 testA<0 ||
127 testM==testA ||
129 testA>=vi->channels) goto err_out;

Completed in 2955 milliseconds