Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var210 function omp_in_parallel() bind(c)
215 function omp_in_final() bind(c)
220 function omp_get_dynamic() bind(c)
225 function omp_get_nested() bind(c)
245 function omp_get_level() bind(c)
316 function omp_get_wtime() bind(c)
321 function omp_get_wtick() bind(c)
613 depobj_list) bind(c)
626 depobj_list) bind(c)
857 function kmp_malloc(size) bind(c)
[all …]
H A Domp_lib.h.var311 function omp_in_parallel() bind(c)
316 function omp_in_final() bind(c)
321 function omp_get_dynamic() bind(c)
326 function omp_get_nested() bind(c)
346 function omp_get_level() bind(c)
417 function omp_get_wtime() bind(c)
421 function omp_get_wtick() bind(c)
708 & depobj_list) bind(c)
813 & allocator) bind(c)
822 & free_allocator) bind(c)
[all …]
/freebsd/contrib/kyua/store/
H A Dwrite_transaction.cpp86 stmt.bind(":var_name", (*iter).first); in put_env_vars()
87 stmt.bind(":var_value", (*iter).second); in put_env_vars()
131 stmt.bind(":metadata_id", metadata_id); in put_metadata()
135 stmt.bind(":property_name", (*iter).first); in put_metadata()
268 stmt.bind(":cwd", context.cwd().str()); in put_context()
309 stmt.bind(":metadata_id", metadata_id); in put_test_program()
346 stmt.bind(":name", test_case.name()); in put_test_case()
347 stmt.bind(":metadata_id", metadata_id); in put_test_case()
384 stmt.bind(":test_case_id", test_case_id); in put_test_case_file()
385 stmt.bind(":file_name", name); in put_test_case_file()
[all …]
H A Ddbtypes.cpp51 stmt.bind(field, value ? "true" : "false"); in bind_bool()
64 stmt.bind(field, static_cast< int64_t >(delta.to_microseconds())); in bind_delta()
81 stmt.bind(field, sqlite::null()); in bind_optional_string()
83 stmt.bind(field, str); in bind_optional_string()
98 stmt.bind(field, "broken"); in bind_test_result_type()
102 stmt.bind(field, "expected_failure"); in bind_test_result_type()
106 stmt.bind(field, "failed"); in bind_test_result_type()
110 stmt.bind(field, "passed"); in bind_test_result_type()
114 stmt.bind(field, "skipped"); in bind_test_result_type()
132 stmt.bind(field, timestamp.to_microseconds()); in bind_timestamp()
H A Dread_transaction.cpp106 stmt.bind(":metadata_id", metadata_id); in get_metadata()
131 stmt.bind(":file_id", file_id); in get_file()
168 stmt.bind(":test_program_id", test_program_id); in get_test_cases()
235 stmt.bind(":id", id); in get_test_program()
405 stmt.bind(":test_case_id", test_case_id); in get_test_case_file()
406 stmt.bind(":file_name", filename); in get_test_case_file()
/freebsd/share/examples/BSD_daemon/
H A Deps.patch25 /col-1 {0 setgray} bind def
26 /col0 {0.000 0.000 0.000 srgb} bind def
28 /sh {show} bind def
29 /slc {setlinecap} bind def
30 /slj {setlinejoin} bind def
31 -/slw {setlinewidth} bind def
32 +/slw {linethickness mul setlinewidth} bind def
33 /srgb {setrgbcolor} bind def
34 /rot {rotate} bind def
35 /sc {scale} bind def
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp118 void bind(const int, const blob&);
119 void bind(const int, const double);
120 void bind(const int, const int);
121 void bind(const int, const int64_t);
122 void bind(const int, const null&);
123 void bind(const int, const std::string&);
124 template< class T > void bind(const char*, const T&);
H A Dstatement.cpp493 sqlite::statement::bind(const int index, const blob& b) in bind() function in sqlite::statement
508 sqlite::statement::bind(const int index, const double value) in bind() function in sqlite::statement
522 sqlite::statement::bind(const int index, const int value) in bind() function in sqlite::statement
536 sqlite::statement::bind(const int index, const int64_t value) in bind() function in sqlite::statement
549 sqlite::statement::bind(const int index, const null& /* null */) in bind() function in sqlite::statement
567 sqlite::statement::bind(const int index, const std::string& text) in bind() function in sqlite::statement
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp203 .bind("c_object"))); in checkASTCodeBody()
214 .bind("osnumber")))))))))) in checkASTCodeBody()
215 .bind("cpp_object"))); in checkASTCodeBody()
225 .bind("objc_object"))); in checkASTCodeBody()
243 .bind("objc_bool_type"); in checkASTCodeBody()
257 .bind("int_type"); in checkASTCodeBody()
275 ))).bind("pedantic"); in checkASTCodeBody()
290 .bind("comparison"); in checkASTCodeBody()
297 .bind("comparison"); in checkASTCodeBody()
306 .bind("pedantic"); in checkASTCodeBody()
[all …]
H A DRunLoopAutoreleaseLeakChecker.cpp136 .bind(RunLoopBind); in getRunLoopRunM()
140 Extra).bind(RunLoopRunBind); in getRunLoopRunM()
143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
151 .bind(OtherMsgBind); in getOtherMessageSentM()
159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool()
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool()
H A DObjCAutoreleaseWriteChecker.cpp177 .bind(ParamBind); in checkASTCodeBody()
180 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
190 ).bind(ProblematicWriteBind); in checkASTCodeBody()
217 .bind(IsARPBind); in checkASTCodeBody()
225 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind), in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
99 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore()
128 ).bind(WarnAtNode)); in findGCDAntiPatternWithSemaphore()
141 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup()
174 ).bind(WarnAtNode)); in findGCDAntiPatternWithGroup()
/freebsd/share/skel/
H A Ddot.shrc34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
38 bind "\\e[1;5C" em-next-word
39 bind "\\e[1;5D" ed-prev-word
43 bind ^[[5~ ed-move-to-beg
44 bind ^[[6~ ed-move-to-end
/freebsd/bin/sh/
H A Ddot.shrc34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
38 bind "\\e[1;5C" em-next-word
39 bind "\\e[1;5D" ed-prev-word
43 bind ^[[5~ ed-move-to-beg
44 bind ^[[6~ ed-move-to-end
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp254 .bind(NodeID<Expr>::value)), in tryEachDeclRef()
441 .bind("stmt"))), in findDirectMutation()
454 .bind(NodeID<Expr>::value)), in findMemberMutation()
467 .bind(NodeID<Expr>::value)), in findArrayElementMutation()
479 .bind("stmt")), in findCastMutation()
492 .bind(NodeID<Expr>::value)), in findCastMutation()
502 .bind("expr")), in findCastMutation()
524 .bind("stmt")), in findRangeLoopMutation()
552 .bind("stmt")), in findRangeLoopMutation()
580 .bind(NodeID<Expr>::value)), in findReferenceMutation()
[all …]
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c397 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
402 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
404 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
413 bind->port = evtchn->port; in evtchn_ioctl()
418 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
423 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
426 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
435 bind->port = evtchn->port; in evtchn_ioctl()
440 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
445 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
/freebsd/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c112 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
124 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
146 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
166 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
183 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
238 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp35 .bind("nodeClade")), in ASTSrcLocProcessor()
36 optionally(isDerivedFrom(cxxRecordDecl().bind("derivedFrom")))) in ASTSrcLocProcessor()
37 .bind("className"), in ASTSrcLocProcessor()
42 .bind("templateName"), in ASTSrcLocProcessor()
158 .bind("stmtOrDeclBase"))), in CaptureMethods()
160 cxxRecordDecl(hasName("clang::Expr")).bind("exprBase"))), in CaptureMethods()
163 .bind("typeLocBase"))))), in CaptureMethods()
165 .bind("classMethod")), in CaptureMethods()
/freebsd/sys/rpc/
H A Dsvc_generic.c153 struct t_bind bind; in svc_tp_create() local
164 bind.addr = *taddr; in svc_tp_create()
166 bind.qlen = -1; in svc_tp_create()
167 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0); in svc_tp_create()
168 free(bind.addr.buf, M_RPC); in svc_tp_create()
/freebsd/tests/sys/common/
H A Ddivert.py52 s.bind(('0.0.0.0', args.divert_port))
59 s.bind(('0.0.0.0', args.divert_port))
67 s.bind(('0.0.0.0', args.divert_port))
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp92 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()
93 .bind(RefName))), in simpleCondition()
95 ignoringParenImpCasts(integerLiteral().bind("boundNum")))) in simpleCondition()
96 .bind("conditionOperator"); in simpleCondition()
152 integerLiteral().bind("initNum"))), in forLoopMatcher()
157 integerLiteral().bind("initNum")))))), in forLoopMatcher()
166 .bind("forLoop"); in forLoopMatcher()
/freebsd/contrib/unbound/contrib/
H A Dunbound.init_fedora44 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
45 mount --bind -n /dev/urandom ${rootdir}/dev/urandom >/dev/null 2>&1;
46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1;

12345678910>>...25