Searched refs:fn2 (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dpr18962.cpp24 fn2(C *) { function
H A Dcxx11-initializer-aggregate.cpp19 int &fn2(int &v) { function
H A Dcxx0x-initializer-constructors.cpp15 void fn2() { function
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp68 void fn2() { function
H A Dcxx0x-initializer-stdinitializerlist.cpp118 void fn2() { function
H A Dmicrosoft-abi-sret-and-byval.cpp333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); }; function
334 // WIN32-LABEL: define void @"\01?fn2@@YAXP6AXUForwardDeclare1@@@ZUSmallWithDtor@@@Z"
/external/clang/test/SemaCXX/
H A Dms-interface.cpp15 void fn2() { function
31 // expected-error@+1 {{non-public member function 'fn2' is not permitted within an interface type}}
32 void fn2();
47 void fn2() final;
H A Ddeleted-function.cpp7 void fn2(); // expected-note {{previous declaration is here}}
8 void fn2() = delete; // expected-error {{deleted definition must be first declaration}}
H A Dconditional-expr.cpp28 void fn2();
186 pfm = i1 ? &Base::fn1 : &Derived::fn2;
187 pfm = i1 ? &Derived::fn2 : &Base::fn1;
188 pfm = i1 ? &Derived::fn2 : 0;
189 pfm = i1 ? 0 : &Derived::fn2;
/external/clang/test/CodeGen/
H A Dnamed_reg_global.c39 // CHECK: define {{.*}}@fn2
40 void fn2(struct p4_Thread *val) { function
H A Dstruct.c20 void fn2() { function
/external/clang/test/Sema/
H A Dinitialize-noreturn.c11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} local
H A Dunused-expr.c84 int fn2() __attribute__ ((pure));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
92 fn2(92, 21); // expected-warning {{ignoring return value of function declared with pure attribute}}
132 #define M3(a) (t3(a), fn2())
136 #define M7() fn2()
143 NOP((t3(i), fn2())); // expected-warning {{ignoring return value}}
/external/compiler-rt/test/msan/
H A Dchained_origin_limits.cc98 void fn2() { function
110 fn2();
142 // CHECK-PER-STACK: in fn2
/external/chromium_org/third_party/icu/source/common/
H A Dunorm.cpp61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
63 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
86 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
103 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
105 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
188 FilteredNormalizer2 fn2(*n2, *uni32);
190 &fn2, doNormalize, pNeededToNormalize, pErrorCode);
272 FilteredNormalizer2 fn2(*n2, *uni32);
274 dest, destCapacity, &fn2, pErrorCod
[all...]
H A Dfilterednormalizer2.cpp280 Normalizer2 *fn2=new FilteredNormalizer2(*(Normalizer2 *)norm2, local
282 if(fn2==NULL) {
285 return (UNormalizer2 *)fn2;
H A Dunormcmp.cpp618 FilteredNormalizer2 fn2(*n2, *uni32);
619 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
/external/icu/icu4c/source/common/
H A Dunorm.cpp61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
63 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
86 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
103 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode));
105 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
188 FilteredNormalizer2 fn2(*n2, *uni32);
190 &fn2, doNormalize, pNeededToNormalize, pErrorCode);
272 FilteredNormalizer2 fn2(*n2, *uni32);
274 dest, destCapacity, &fn2, pErrorCod
[all...]
H A Dfilterednormalizer2.cpp280 Normalizer2 *fn2=new FilteredNormalizer2(*(Normalizer2 *)norm2, local
282 if(fn2==NULL) {
285 return (UNormalizer2 *)fn2;
H A Dunormcmp.cpp618 FilteredNormalizer2 fn2(*n2, *uni32);
619 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
/external/llvm/test/Bindings/Ocaml/
H A Dipo_opts.ml43 let fn2 = define_function "fn2" fty m in begin var
45 let b = builder_at_end context (entry_block fn2) in
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1189 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1190 if( fn2.getDecomposition(0xe4, s1) || !fn2.getDecomposition(0x100, s2) ||
1197 if( fn2.getRawDecomposition(0xe4, s1) || !fn2.getRawDecomposition(0x100, s2) ||
1204 if( 0x100!=fn2.composePair(0x41, 0x304) ||
1205 fn2.composePair(0xc7, 0x301)>=0 // unfiltered result: U+1E08
1494 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1498 if (fn2.isInert(char32)) {
1502 if (fn2
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1189 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1190 if( fn2.getDecomposition(0xe4, s1) || !fn2.getDecomposition(0x100, s2) ||
1197 if( fn2.getRawDecomposition(0xe4, s1) || !fn2.getRawDecomposition(0x100, s2) ||
1204 if( 0x100!=fn2.composePair(0x41, 0x304) ||
1205 fn2.composePair(0xc7, 0x301)>=0 // unfiltered result: U+1E08
1494 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1498 if (fn2.isInert(char32)) {
1502 if (fn2
[all...]
/external/chromium_org/tools/gn/
H A Dtokenizer_unittest.cc211 TokenExpectation fn2[] = { local
225 fn2));
/external/chromium_org/third_party/WebKit/Tools/qunit/test/
H A Dsame.js451 function fn2() {
452 return "fn2";
1257 this.fn2 = fnInside;
1281 this.fn2 = fnInside;
1310 this.fn2 = fnInside;

Completed in 858 milliseconds

12