Searched defs:fn (Results 251 - 275 of 344) sorted by relevance

<<11121314

/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c1870 lf_iteratelocks_sysid(int sysid, lf_iterator *fn, void *arg) argument
1932 lf_iteratelocks_vnode(struct vnode *vp, lf_iterator *fn, void *arg) argument
/freebsd-10-stable/usr.bin/find/
H A Dfunction.c1053 char *fn; local
1122 char fn[PATH_MAX]; local
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c226 read_fns_from_file0(const char *fn) argument
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl2.c175 maybe_retrofit_in_chrg(tree fn) argument
1228 tree fn; local
1715 tree fn = DECL_CONTEXT (decl); local
2404 tree fn; local
3482 build_offset_ref_call_from_tree(tree fn, tree args) argument
[all...]
H A Dinit.c2667 tree fn; local
H A Dsearch.c1001 tree fn = OVL_CURRENT (t); local
1338 tree fn; local
1371 tree fn; local
1957 tree fn = OVL_CURRENT (fns); local
1983 tree fn = look_for_overrides_here (type, fndecl); local
[all...]
H A Dtree.c274 tree fn; local
1087 tree fn; local
2064 tree fn = *fnp; local
2134 cp_auto_var_in_fn_p(tree var, tree fn) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgcov.c503 function_t *fn; local
569 function_t *fn; local
701 struct function_info *fn = NULL; local
921 function_t *fn, *fn_p, *fn_n; local
966 function_t *fn = NULL; local
1069 solve_flow_graph(function_t *fn) argument
1483 add_line_counts(coverage_t *coverage, function_t *fn) argument
1559 function_t *fn, *fn_p, *fn_n; local
1787 function_t *fn = NULL; local
[all...]
H A Dgengtype.c2036 const char *fn = s->u.s.line.file; local
2306 const char *fn = s->u.s.line.file; local
2486 put_mangled_filename(outf_p f, const char *fn) argument
H A Dipa-type-escape.c705 check_function_parameter_and_return_types (tree fn, bool escapes) argument
1176 struct cgraph_node *fn = data; local
1183 walk_tree (&DECL_INITIAL (t), scan_for_refs, fn, visited_nodes); local
1361 analyze_function (struct cgraph_node *fn) argument
1378 fn, visited_nodes); local
1395 fn, visited_nodes); local
[all...]
H A Dread-rtl.c1646 const char *fn = (read_rtx_filename ? read_rtx_filename : "rtx"); local
H A Dtree-inline.c149 tree fn; local
390 tree fn; local
469 tree fn = id->src_fn; local
998 self_inlining_addr_expr (tree value, tree fn) argument
1011 setup_one_parameter (copy_body_data *id, tree p, tree value, tree fn, argument
1122 initialize_inlined_parameters(copy_body_data *id, tree args, tree static_chain, tree fn, basic_block bb) argument
1306 tree_inlinable_function_p(tree fn) argument
1318 tree fn = (tree) fnp; local
1485 inlinable_function_p(tree fn) argument
1922 tree fn; local
2215 optimize_inline_calls(tree fn) argument
2285 clone_body(tree clone, tree fn, void *arg_map) argument
[all...]
H A Dtree-ssa-ccp.c2195 ccp_fold_builtin (tree stmt, tree fn) argument
H A Dvmsdbgout.c930 int fn; local
1441 register char *fn; local
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp394 text_item::text_item(char *t, const char *fn, int ln) argument
455 command_object::command_object(char *p, const char *fn, int ln) argument
470 object *make_command_object(char *s, const char *fn, int ln) argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2192 bool RegisterCoalescer::runOnMachineFunction(MachineFunction &fn) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h66 CXXOperatorCallExpr(ASTContext& C, OverloadedOperatorKind Op, Expr *fn, argument
119 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args, argument
153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1550 const FunctionDecl *fn; local
H A DItaniumMangle.cpp93 static const FunctionDecl *getStructor(const FunctionDecl *fn) { argument
101 const FunctionDecl *fn = dyn_cast_or_null<FunctionDecl>(decl); local
2491 const Expr *fn = callee->IgnoreParens(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1137 llvm::Function *fn = local
1599 llvm::Value *fn = CGF.CGM.getBlockObjectAssign(); local
H A DCGException.cpp1538 llvm::Function *fn = dyn_cast<llvm::Function>(fnRef); local
[all...]
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c706 suspicious_filename(const char *fn) argument
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dcert.c3106 hx509_query_statistic_file(hx509_context context, const char *fn) argument
H A Dhxtool.c663 const char *fn; local
1198 read_private_key(const char *fn, hx509_private_key *key) argument
1224 get_key(const char *fn, const char *type, int optbits, argument
[all...]
H A Dsoftp11.c694 read_conf_file(const char *fn, CK_USER_TYPE userType, const char *pin) argument
814 char *fn = NULL; local
[all...]

Completed in 369 milliseconds

<<11121314