Searched defs:function3 (Results 1 – 12 of 12) sorted by relevance
42 struct function3 struct44 function3():n{-1}{} in function3() argument45 function3(int n):n{n}{} in function3() argument46 int operator()(int x)const{return x*x*n;} in operator ()()47 int n;
10 function function3() { function29 function function3() { function
10 function function3() { function27 function function3() { function
13 public function3() { method in greeter31 greeter.prototype.function3 = function () { method in greeter
13 public function3() { method in greeter32 greeter.prototype.function3 = function () { method in greeter
15 public function3() { method in greeter
12 function function3() { function
21 def function3(a:"int", b:"str", c:"MyClass"): function
23 def function3(a:"int", b:"str", c:"MyClass"): function
8583 const char function3[] = in createOpPhiTests() local