/external/clang/test/SemaCXX/ |
PR5086-ambig-resolution-enum.cpp | 7 const char * fun1(int , enum E) const; 8 int fun1(unsigned, const char *) const; 13 const char *p = rc.fun1(BUFLEN - 2, C::e1);
|
warn-tautological-compare.cpp | 65 void fun1(); 79 if (fun1 == 0) {} 80 // expected-warning@-1{{comparison of function 'fun1' equal to a null pointer is always false}} 93 if (nullptr != fun1) {} 94 // expected-warning@-1{{comparison of function 'fun1' not equal to a null pointer is always true}}
|
member-expr.cpp | 162 Vec fun1(); 163 int test1() { return fun1.size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
|
/external/clang/test/CodeGenCXX/ |
PR20038.cpp | 9 // CHECK: [[FUN1:.*]] = distinct !DISubprogram(name: "fun1",{{.*}} isDefinition: true 11 // CHECK: [[DTOR_CALL1_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[FUN1]]) 12 void fun1() { b && (C(), 1); } function
|
mangle.cpp | 1034 decltype(S1<T>().~S1<T>()) fun1() {}; function in namespace:test51 1049 template void fun1<int>();
|
/external/clang/test/Sema/ |
alias-redefinition.c | 7 void fun1() {} // expected-note {{previous definition}} function 8 void fun1(void) __attribute((alias("f1"))); // expected-error {{redefinition of 'fun1'}}
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
plugin_test_7_1.c | 23 int fun1(void); 36 int fun1(void) function
|
plugin_test_7_2.c | 23 int fun1(void); 32 return fun1();
|
plugin_test_7.sh | 54 check plugin_test_7.err "fun1: PREVAILING_DEF_REG"
|
/external/v8/test/cctest/ |
test-func-name-inference.cc | 110 "fun1 = function() { return 1; }\n" 112 CheckFunctionName(script, "return 1", "fun1"); 123 "var fun1 = function() { return 1; }\n" 125 CheckFunctionName(script, "return 1", "fun1"); 137 " var fun1 = function() { return 1; }\n" 140 CheckFunctionName(script, "return 1", "fun1"); 290 "fun1 = 0 ?\n" 293 CheckFunctionName(script, "return 1", "fun1"); 294 CheckFunctionName(script, "return 2", "fun1"); 385 "var fun1 = fun2 = function () { return 1; }\n [all...] |
test-compiler.cc | 232 Handle<Object> fun1 = Object::GetProperty( local 234 CHECK(fun1->IsJSFunction()); 239 Handle<JSFunction>::cast(fun1), 299 "fun1 = fun;" 300 "function f(a) { a(); } f(fun1);"); 318 CompileRun("%OptimizeFunctionOnNextCall(f); f(fun1);"); 387 Handle<JSFunction> fun1 = Handle<JSFunction>::cast( local 397 CHECK(fun1->IsOptimized() || !CcTest::i_isolate()->use_crankshaft()); 399 CHECK_EQ(fun1->code(), fun2->code()); 458 Handle<JSFunction> fun1 = Handle<JSFunction>::cast local 533 Handle<JSFunction> fun1 = Handle<JSFunction>::cast( local [all...] |
test-object-observe.cc | 87 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("fun1"), 98 CompileRun("fun1(); fun2(); fun3(); Object.deliverChangeRecords(observer)"); [all...] |
/external/llvm/test/CodeGen/X86/ |
dagcombine-shifts.ll | 12 define i16 @fun1(i8 zeroext %v) { 20 ; CHECK-LABEL: @fun1
|
/external/google-breakpad/src/common/ |
stabs_reader_unittest.cc | 274 .Stab(N_FUN, 120, 50271, 0xa049f4b1U, "fun1") 297 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun1"), 0xa049f4b1U))
|
/external/v8/test/cctest/heap/ |
test-heap.cc | 3609 v8::Local<v8::Value> fun1, fun2; local 3719 v8::Local<v8::Value> fun1; local 6245 Handle<JSFunction> fun1 = Handle<JSFunction>::cast(obj1); local [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |