HomeSort by relevance Sort by last modified time
    Searched refs:somefunc (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
debug-info-args.c 3 int somefunc(char *x, int y, double z) { function
  /external/clang/test/Sema/
constant-builtins.c 20 short somefunc();
22 short t = __builtin_constant_p(5353) ? 42 : somefunc();
  /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/dropbear/libtomcrypt/
crypt.tex 239 void somefunc(void)
    [all...]

Completed in 436 milliseconds