HomeSort by relevance Sort by last modified time
    Searched refs:test3 (Results 26 - 50 of 323) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
ustrtest.cpp 120 UnicodeString test3; local
121 test3.append((UChar32)0x20402);
122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
125 if(test3.length() != 2){
126 errln("append or length failed for UChar32, expected 2, got " + test3.length());
128 test3.append((UChar32)0x0074);
129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
132 if(test3.length() != 3)
468 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
656 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
    [all...]
  /external/clang/test/Index/
complete-macro-args.c 23 void test3(struct Point *p) {
32 void test3(struct Point *p) {
36 void test3(struct Point *p) {
annotate-tokens.cpp 18 void test3(S2 s2) { function
106 // CHECK: Keyword: "void" [18:1 - 18:5] FunctionDecl=test3:18:6 (Definition)
107 // CHECK: Identifier: "test3" [18:6 - 18:11] FunctionDecl=test3:18:6 (Definition)
108 // CHECK: Punctuation: "(" [18:11 - 18:12] FunctionDecl=test3:18:6 (Definition)
111 // CHECK: Punctuation: ")" [18:17 - 18:18] FunctionDecl=test3:18:6 (Definition)
  /external/clang/test/SemaCXX/
deleted-function.cpp 62 template<typename> void test3() = delete;
63 template<typename> void test3();
64 template void test3<int>();
extern-c.cpp 21 namespace test3 { namespace
unreachable-code.cpp 33 void test3() { function
  /external/llvm/test/MC/AsmParser/
macros.s 27 .macro test3
32 test3 1, (2 3) label
35 test3 1 2 label
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 25 namespace test3 = ns1;
  /external/clang/test/CodeGen/
address-space.c 24 // CHECK: define void @test3()
29 void test3() { function
asm-inout.c 22 // CHECK: @test3
23 void test3(int *vout, int vin) function
attr-minsize.cpp 26 int test3() { function
28 // Oz: @{{.*}}test3{{.*}}[[MINSIZE]]
30 // OTHER: @{{.*}}test3
incomplete-function-type.c 9 void test3f(struct tests3), (*test3)(struct tests3) = test3f;
restrict.c 19 // CHECK: define void @test3(i32* noalias %{{.*}}, i32 %{{.*}})
20 void test3(rp x, int y) { function
statements.c 13 void test3() { return 4; } function
trapv.c 54 // CHECK: define void @test3(
55 void test3(int a, int b, float c, float d) { function
types.c 33 void test3(struct List a) { function
blocks-1.c 37 void test3() { function
74 test3();
  /external/clang/test/CodeGenCXX/
2005-02-11-AnonymousUnion.cpp 29 int test3(short s) { function
delete-two-arg.cpp 56 namespace test3 { namespace
exceptions-no-rtti.cpp 48 void test3(D *ptr) { function in namespace:test1
  /external/clang/test/Lexer/
c90.c 31 void test3() { function
  /external/clang/test/PCH/
cxx-chain-function-template.cpp 27 void test3() { function
  /external/clang/test/Parser/
pointer-arithmetic.c 5 int *test3(int *a) { return a - 1; } function
  /external/clang/test/Sema/
return-noreturn.c 23 __attribute__((__noreturn__)) void* test3(int arg) { function
  /external/clang/test/SemaTemplate/
typename-specifier-3.cpp 19 template<class T> struct test3 { T b() { return typename a; } }; // expected-error{{expected a qualified name after 'typename'}} struct

Completed in 555 milliseconds

12 3 4 5 6 7 8 91011>>