HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
2003-12-08-ArrayOfPtrToMemberFunc.cpp 4 void fun ();
8 static memfunptr jumpTable[] = { &Evil::fun };
10 void Evil::fun() { function in class:Evil
PR19955.cpp 5 extern void __declspec(dllimport) fun();
13 void (*funp)() = &fun;
24 // CHECK-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?funp@@3P6AXXZA"
27 // X64-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?funp@@3P6AXXZEA"
mangle-ms.cpp 199 typedef int (*fun)(); typedef
200 volatile fun B::* volatile funmemptr1;
202 volatile fun B::* funmemptr2;
204 fun B::* volatile funmemptr3;
218 fun (B::* volatile memptrtofun7)();
220 volatile fun (B::* memptrtofun8)();
222 const fun (B::* memptrtofun9)();
  /external/clang/test/SemaCXX/
PR19955.cpp 7 extern __attribute__((dllimport)) void fun();
8 constexpr void (*funp)(void) = &fun; // expected-error {{must be initialized by a constant expression}}
12 S<&fun> x;
writable-strings-deprecated.cpp 12 char *fun(void) function
goto2.cpp 10 void fun(const char* text) { function
45 fun(ptr);
addr-of-overloaded-function.cpp 179 void fun(int x) {} function in namespace:test1
182 void (*ptr1)(int, int) = &fun; // expected-error {{cannot initialize a variable of type 'void (*)(int, int)' with an rvalue of type 'void (*)(int)': different number of parameters (2 vs 1)}}
184 ptr2 = &fun; // expected-error {{assigning to 'void (*)(int, int)' from incompatible type 'void (*)(int)': different number of parameters (2 vs 1)}}
188 void (*ptr1)(double) = &fun; // expected-error {{cannot initialize a variable of type 'void (*)(double)' with an rvalue of type 'void (*)(int)': type mismatch at 1st parameter ('double' vs 'int')}}
190 ptr2 = &fun; // expected-error {{assigning to 'void (*)(double)' from incompatible type 'void (*)(int)': type mismatch at 1st parameter ('double' vs 'int')}}
194 int (*ptr1)(int) = &fun; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an rvalue of type 'void (*)(int)': different return type ('int' vs 'void')}}
196 ptr2 = &fun; // expected-error {{assigning to 'int (*)(int)' from incompatible type 'void (*)(int)': different return type ('int' vs 'void')}}
  /external/ltrace/testsuite/ltrace.main/
parameters3.exp 24 void fun();
28 void fun(void) {}
33 fun();
37 ltraceMatch1 [ltraceRun -F $dir -L -x fun -- $bin] {fun@liba.so\(\)} == 1
38 ltraceMatch1 [ltraceRun -F $dir -e fun -- $bin] {fun\(\)} == 1
parameters2.exp 131 void fun(hexptr);
133 void fun(unsigned *arg);
135 void fun(unsigned *arg) {}
138 fun(&u);
139 }] {fun\(0x123\) *= <void>} == 1
144 void fun(bitvec(uint));
147 void fun(unsigned i);
150 void fun(unsigned i) {}
153 fun(0);
154 fun(0x123)
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 6 void fun() { function
  /external/clang/test/PCH/
struct.c 15 return fun->is_ptr? fun->ptr : 0;
26 int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field requested}}
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/chromium_org/tools/ubsan_vptr/
blacklist.txt 14 fun:*LifecycleNotifier*addObserver*
15 fun:*LifecycleNotifier*removeObserver*
16 fun:*toWebInputElement*
36 fun:*DoublyLinkedListNode*
41 fun:*content*RenderFrameObserverTracker*RenderFrame*
44 fun:*content*RenderViewObserverTracker*RenderView*
49 fun:*DatabaseContext*contextDestroyed*
54 fun:*RefCountedGarbageCollected*makeKeepAlive*
55 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive*
63 fun:*content*RenderViewHostImpl
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-344186.js 9 function fun(base) { function
14 fun(100);
15 %OptimizeFunctionOnNextCall(fun);
16 fun(0);
regress-crbug-352929.js 12 function fun(base,cond) { function
23 fun(5,true);
24 fun(7,false);
25 %OptimizeFunctionOnNextCall(fun);
26 fun(7,false);
regress-map-invalidation-2.js 47 var fun = g();
48 fun(false, c);
49 fun(false, c);
50 fun(false, c);
51 %OptimizeFunctionOnNextCall(fun);
52 fun(false, c);
53 fun(true, c);
54 assertOptimized(fun);
regress-embedded-cons-string.js 37 function test(fun) {
38 fun();
39 fun();
41 %OptimizeFunctionOnNextCall(fun, "concurrent");
43 fun();
47 assertUnoptimized(fun, "no sync");
51 assertOptimized(fun, "sync");
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p4.cpp 16 template<typename S> void fun(const int* const S::* member) {} function in namespace:PR12132
19 fun(&A::x);
  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 10 static int fun(int x) { function
24 print(fun(x));
  /external/clang/test/Sema/
invalid-decl.c 27 FunctionType fun; // expected-error {{field 'fun' declared as a function}} member in struct:__anon23749
30 buf->fun = 0;
  /external/ltrace/testsuite/ltrace.minor/
demangle.exp 43 if [regexp {extern (double|float|void|char|int|short|long|void \*|void \*\*) ([^ ])\(} $line match type fun] {
44 ltrace_verify_output ${objdir}/${subdir}/${testfile}.ltrace $fun
52 if [ regexp {((myclass|nested)::[^\(]*)\(} $line match fun] {
54 verbose "fun = $fun"
55 # Extract new/delete for remove extra SPACE in $fun, for example,
56 # $fun = "myclass::operator delete" will confuse ltrace_verify_output if it
58 if [regexp {(new|delete)} $fun match sub_fun] {
62 ltrace_verify_output ${objdir}/${subdir}/${testfile}.ltrace $fun
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-positions.js 36 function TestCase(fun, frame_number) {
67 fun();
114 function TestCaseWithDebugger(fun) {
115 TestCase(fun, 1);
118 function TestCaseWithBreakpoint(fun, line_number, frame_number) {
119 var breakpointId = Debug.setBreakPoint(fun, line_number);
120 TestCase(fun, frame_number);
124 function TestCaseWithException(fun, frame_number) {
126 TestCase(fun, frame_number);
135 var fun = function()
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
math-hyperbolic.js 32 forEach(function(fun) {
33 assertTrue(isNaN(fun(NaN)));
34 assertTrue(isNaN(fun("abc")));
35 assertTrue(isNaN(fun({})));
36 assertEquals(fun(0), fun([]));
37 assertTrue(isNaN(fun([1, 1])));
38 assertEquals(fun(1.11), fun({ toString: function() { return "1.11"; } }));
39 assertEquals(fun(-3.1), fun({ toString: function() { return -3.1; } }))
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p1.cpp 29 void fun(int p1[], Incomplete p2[10]);
  /external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
main.cpp 6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker,
12 SkDebugf("%s couldn't find %s\n", fun, outFileStr.c_str());
22 SkDebugf("%s couldn't open for writing %s\n", fun, outFileStr.c_str());
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
96 " void (*fun)();" "\n"

Completed in 817 milliseconds

1 2 3 4 5 6 7 8