/external/clang/test/SemaCXX/ |
function-overload-typo-crash.cpp | 14 template <typename T> void somefunc(T*, T*); //expected-note {{'somefunc' declared here}} 15 template <typename T> void somefunc(const T[]); //expected-note {{'somefunc' declared here}} 16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared here}} 17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' declared here}} 23 somefun(i, j); //expected-error {{use of undeclared identifier 'somefun'; did you mean 'somefunc'?}} 24 somefun(x); //expected-error {{use of undeclared identifier 'somefun'; did you mean 'somefunc'?} [all...] |
/external/clang/test/CodeGen/ |
debug-info-args.c | 3 int somefunc(char *x, int y, double z) { function
|
2002-07-14-MiscTests3.c | 37 extern int SomeFunc(void); 39 SomeFunc();
|
/external/llvm/test/Assembler/ |
2007-01-02-Undefined-Arg-Type.ll | 7 define i1 @someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {
|
/external/clang/test/Sema/ |
constant-builtins.c | 24 short somefunc(); 26 short t = __builtin_constant_p(5353) ? 42 : somefunc();
|
/external/clang/test/CodeGenObjC/ |
objc2-write-barrier-2.m | 10 extern id **somefunc(void); 50 id **ppptr = somefunc();
|
/external/clang/test/SemaObjC/ |
method-bad-param.m | 23 void somefunc(foo x) {} // expected-error {{interface type 'foo' cannot be passed by value; did you forget * in 'foo'}}
|
/external/chromium/base/memory/ |
scoped_ptr.h | 22 // SomeFunc(foo.release()); // SomeFunc takes ownership, foo no longer
|
/external/valgrind/unittest/ |
demo_tests.cc | 232 void SomeFunc() { } 237 SomeFunc(); // "--keep-history=1" will point somewhere here.
|
/external/chromium/base/ |
tuple.h | 20 // void SomeFunc(int a, const char* b) { } 21 // DispatchToFunction(&SomeFunc, tuple_a); // SomeFunc(1, "wee") 23 // &SomeFunc, MakeTuple(10, "foo")); // SomeFunc(10, "foo") [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 538 someFunc(i); 543 int someFunc(int foo) { [all...] |
/external/llvm/docs/ |
CodingStandards.rst | [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 239 void somefunc(void) [all...] |