Home
last modified time | relevance | path

Searched refs:test_c (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DCTest.cpp14 static void test_c(skiatest::Reporter* reporter) { in test_c() function
38 test_c(reporter); in DEF_TEST()
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm15 - (void) test_c: (__unknown_anytype)foo;
40 [obj test_c: (const Uncopyable&) v];
/external/llvm/test/CodeGen/R600/
Dselectcc-opt.ll60 ; EG-LABEL: {{^}}test_c:
62 define void @test_c(float addrspace(1)* %out, i32 %in) {
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp21 same_type<decltype(c), char> test_c; variable
/external/iptables/libiptc/
Dlibiptc.c750 struct chain_head *test_c, *tmp_c; in iptcc_find_label() local
754 test_c=list_entry(test_pos, struct chain_head,list); in iptcc_find_label()
757 debug(" Chain:%s\n", test_c->name); in iptcc_find_label()