/external/clang/test/PCH/ |
struct.h | 24 struct Fun2; 25 struct Fun2 *fun2; variable in typeref:struct:Fun2
|
struct.c | 18 struct Fun2 { 23 return fun2->very_fun;
|
/external/clang/test/CodeGenCXX/ |
PR20038.cpp | 10 // CHECK: [[FUN2:.*]] = distinct !DISubprogram(name: "fun2",{{.*}} isDefinition: true 13 // CHECK: [[DTOR_CALL2_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[FUN2]]) 14 bool fun2() { return (C(), b) && 0; } function
|
mangle.cpp | 1036 decltype(U().~S1<T>()) fun2() {} function in namespace:test51 1051 template void fun2<S1<int>, int>();
|
/external/clang/test/Sema/ |
alias-redefinition.c | 11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}} 12 void fun2() {} // expected-error {{redefinition of 'fun2'}} function
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
plugin_test_7.sh | 53 check plugin_test_7.err "fun2: RESOLVED_EXEC" 55 check plugin_test_7.err "removing unused section from '.text.fun2' in file 'plugin_test_7_2.o'" 56 check_not plugin_test_7.syms "fun2"
|
plugin_test_7_1.c | 24 int fun2(void); 40 return fun2();
|
plugin_test_7_2.c | 24 void fun2(void); 26 void fun2(void) function
|
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 145 void fun2(bitvec(array(char, 32)*)); 148 void fun2(unsigned char *arr); 151 void fun2(unsigned char *arr) {} 161 fun2(bytes); 167 {{fun2\(<8-15,255>\) *= <void>} == 1}
|
/external/clang/test/SemaCXX/ |
member-expr.cpp | 136 S fun2(); // expected-note{{possible target for call}} 137 S fun2(int i); // expected-note{{possible target for call}} 139 return fun2.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} 164 Vec *fun2(); 165 int test2() { return fun2->size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
|
warn-tautological-compare.cpp | 66 int fun2(); 76 (void)CallFunction(fun2); 82 if (fun2 == 0) {} 83 // expected-warning@-1{{comparison of function 'fun2' equal to a null pointer is always false}} 96 if (nullptr != fun2) {} 97 // expected-warning@-1{{comparison of function 'fun2' not equal to a null pointer is always true}}
|
qual-id-test.cpp | 58 void fun2() function in namespace:C
|
/external/v8/test/cctest/ |
test-func-name-inference.cc | 111 "fun2 = function() { return 2; }\n"); 113 CheckFunctionName(script, "return 2", "fun2"); 124 "var fun2 = function() { return 2; }\n"); 126 CheckFunctionName(script, "return 2", "fun2"); 138 " var fun2 = function() { return 2; }\n" 141 CheckFunctionName(script, "return 2", "fun2"); 385 "var fun1 = fun2 = function () { return 1; }\n" 389 CheckFunctionName(script, "return 1", "fun2");
|
test-compiler.cc | 392 Handle<JSFunction> fun2 = Handle<JSFunction>::cast( local 398 CHECK(fun2->IsOptimized() || !CcTest::i_isolate()->use_crankshaft()); 399 CHECK_EQ(fun1->code(), fun2->code()); 463 Handle<JSFunction> fun2 = Handle<JSFunction>::cast( local 469 CHECK(fun2->IsOptimized() || !CcTest::i_isolate()->use_crankshaft()); 471 CHECK_EQ(*reference_code, fun2->code()); 538 Handle<JSFunction> fun2 = Handle<JSFunction>::cast( local 544 CHECK(fun2->IsOptimized() || !CcTest::i_isolate()->use_crankshaft()); 546 CHECK_EQ(*reference_code, fun2->code());
|
test-object-observe.cc | 91 ->Set(v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str("fun2"), 98 CompileRun("fun1(); fun2(); fun3(); Object.deliverChangeRecords(observer)"); [all...] |
test-api.cc | 1915 Local<v8::FunctionTemplate> fun2 = v8::FunctionTemplate::New(isolate); local 5109 const char* fun2 = "f(11)"; local [all...] |
/external/v8/test/mjsunit/ |
debug-stepin-property-function-call.js | 66 obj.fun2 = obj.fun; 96 obj.fun2();
|
object-literal-overwrite.js | 116 function fun2() { function 121 var y = fun2();
|
/external/llvm/test/CodeGen/X86/ |
dagcombine-shifts.ll | 26 define i32 @fun2(i8 zeroext %v) { 34 ; CHECK-LABEL: @fun2
|
/external/google-breakpad/src/common/ |
stabs_reader_unittest.cc | 281 "fun2:some stabs type info here:to trim from the name") 307 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun2"), 0xbf27cf93U))
|
/external/curl/ |
acinclude.m4 | [all...] |
/external/v8/test/cctest/heap/ |
test-heap.cc | 3609 v8::Local<v8::Value> fun1, fun2; local 6246 Handle<JSFunction> fun2 = Handle<JSFunction>::cast(obj2); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info-1 | [all...] |