Home
last modified time | relevance | path

Searched refs:my_param (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaObjC/
Dmethod-bad-param.m10 -(void) my_method:(foo) my_param; // expected-error {{interface type 'foo' cannot be passed by valu…
15 -(void) my_method:(foo) my_param // expected-error {{interface type 'foo' cannot be passed by valu…
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dgmock-original.cc13 virtual void myMethod(int my_param) {} in myMethod() argument
Dgmock-expected.cc13 virtual void MyMethod(int my_param) {} in MyMethod() argument
Dfunctions-expected.cc62 void blink::Bug640688(int my_param) { in Bug640688() argument
/external/u-boot/drivers/ddr/altera/
Dsequencer.c3710 struct param_type my_param; in sdram_calibration_full() local
3714 memset(&my_param, 0, sizeof(my_param)); in sdram_calibration_full()
3717 param = &my_param; in sdram_calibration_full()