Searched refs:func (Results 176 - 200 of 761) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dincomplete-decl.c18 void func() { function
H A Dtentative-decls.c51 void func() { function
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp45 void func(const std::string& str) { function in namespace:test2::std
H A Ddecl-expr-ambiguity.cpp51 void func();
58 int a, b, c, d, e, // expected-note {{change this ',' to a ';' to call 'func'}}
59 func(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
/external/compiler-rt/lib/
H A Dint_util.c35 extern void __assert_rtn(const char *func, const char *file,
/external/ipsec-tools/src/racoon/
H A Dmisc.c117 debug_location(file, line, func)
120 const char *func;
132 if (func)
133 snprintf(buf, sizeof(buf), "%s:%d:%s()", p, line, func);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr type
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr type
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml24 (* func - This type represents a function definition itself. *)
25 type func = Function of proto * expr type
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py86 for func in re.finditer(r'\(function (.+)\n', proto_ir):
87 function_names.add(func.group(1))
90 for func in sorted(function_names):
91 print ' builtin_' + func + ','
/external/qemu/
H A Djson-lexer.h42 void json_lexer_init(JSONLexer *lexer, JSONLexerEmitter func);
H A Djson-streamer.c63 void (*func)(JSONMessageParser *, QList *))
65 parser->emit = func;
/external/v8/test/mjsunit/
H A Ddebug-constructor.js37 call_graph += exec_state.frame().func().name();
H A Ddebug-stepin-constructor.js43 assertTrue(typeof(event_data.func().script()) == 'object');
/external/e2fsprogs/lib/ext2fs/
H A Dblock.c23 int (*func)(ext2_filsys fs, member in struct:block_context
69 ret = (*ctx->func)(ctx->fs, ind_block,
94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
130 ret |= (*ctx->func)(ctx->fs, ind_block,
147 ret = (*ctx->func)(ctx->fs, dind_block,
209 ret |= (*ctx->func)(ctx->fs, dind_block,
226 ret = (*ctx->func)(ctx->fs, tind_block,
288 ret |= (*ctx->func)(ctx->fs, tind_block,
299 int (*func)(ext2_filsy
511 int (*func)(ext2_filsys fs, member in struct:xlate
[all...]
/external/v8/tools/
H A Dprofile.js157 var func = this.codeMap_.findDynamicEntryByStartAddress(funcAddr);
158 if (!func) {
159 func = new Profile.FunctionEntry(name);
160 this.codeMap_.addCode(funcAddr, func);
161 } else if (func.name !== name) {
163 func.name = name;
167 if (entry.size === size && entry.func === func) {
172 entry = new Profile.DynamicFuncCodeEntry(size, type, func, state);
396 if ("func" i
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp452 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules){
471 destLen = func(src,-1,NULL,0,options, &parseError , &status);
476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
506 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
536 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
562 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
590 destLen = func(sr
450 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules) argument
646 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
692 testToASCII(const char* testName, TestFunc func) argument
704 testToUnicode(const char* testName, TestFunc func) argument
716 testIDNToUnicode(const char* testName, TestFunc func) argument
742 testIDNToASCII(const char* testName, TestFunc func) argument
768 testCompare(const char* testName, CompareFunc func) argument
993 testChaining(const UChar* src,int32_t numIterations,const char* testName, UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func) argument
1165 testRootLabelSeparator(const char* testName, CompareFunc func, const char* IDNToASCIIName, TestFunc IDNToASCII, const char* IDNToUnicodeName, TestFunc IDNToUnicode) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp59 void func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
68 func(); // expected-warning {{use of identifier 'func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
/external/dhcpcd/
H A Dsignals.c98 signal_handle(void (*func)(int)) argument
104 sa.sa_handler = func;
/external/freetype/include/freetype/internal/
H A Dftrfork.h78 ft_raccess_guess_func func; member in struct:ft_raccess_guess_rec_
96 local[i].func = raccess_guess_##func_suffix; \
/external/openssl/crypto/conf/
H A Dconf_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
/external/openssl/crypto/dh/
H A Ddh_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
/external/openssl/crypto/dsa/
H A Ddsa_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0)
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_thread.h69 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
73 unsigned (__stdcall *func)(void *), void *arg,
/external/v8/test/mjsunit/regress/
H A Dregress-1081309.js82 assertEquals("g", response.lookup(backtrace.frames[0].func.ref).name);
83 assertEquals("", response.lookup(backtrace.frames[1].func.ref).name);

Completed in 3391 milliseconds

1234567891011>>