Home
last modified time | relevance | path

Searched defs:another (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
H A Dmember-init.cpp88 struct another { struct
89 another() : r(thing()) {} in another() function
92 const function &r; // expected-note {{reference member declared here}}
H A Dconstexpr-printing.cpp29 T another; member
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dprotocol-property-synth.m19 @property(assign) id another; property
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dtypo.cpp86 namespace another { namespace
/minix3/usr.bin/ftp/
H A Dutil.c501 another(int *pargc, char ***pargv, const char *aprompt) in another() function