Searched refs:PRE (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11.0-release/contrib/atf/atf-c/
H A Derror.c53 PRE(err != NULL);
64 PRE(data != NULL || datalen == 0);
65 PRE(datalen != 0 || data == NULL);
95 PRE(!error_on_flight);
96 PRE(data != NULL || datalen == 0);
97 PRE(datalen != 0 || data == NULL);
122 PRE(error_on_flight);
123 PRE(err != NULL);
151 PRE(err != NULL);
159 PRE(er
[all...]
H A Dtp.c80 PRE(config != NULL);
138 PRE(tc != NULL);
180 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL);
199 PRE(tc != NULL);
210 PRE(tc != NULL);
H A Dtc.c373 PRE(source_line == 0);
632 PRE(atf_tc_has_config_var(tc, name));
724 PRE(atf_tc_has_md_var(tc, name));
1059 PRE(Current.tc != NULL);
1071 PRE(Current.tc != NULL);
1083 PRE(Current.tc != NULL);
1096 PRE(Current.tc != NULL);
1106 PRE(Current.tc != NULL);
1114 PRE(Current.tc != NULL);
1124 PRE(Curren
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dsanity.h40 #define PRE(x) \ macro
57 #define PRE(x) \ macro
H A Dprocess.c126 PRE(src_fd >= 0);
127 PRE(tgt_fd >= 0);
128 PRE(src_fd != tgt_fd);
172 PRE(stream_is_valid(sb));
178 PRE(stream_is_valid(sb));
210 PRE(atf_process_status_exited(s));
225 PRE(atf_process_status_signaled(s));
233 PRE(atf_process_status_signaled(s));
293 PRE(c->m_stdout != -1);
300 PRE(
[all...]
H A Dlist.c124 PRE(le != NULL);
134 PRE(le != NULL);
161 PRE(le != NULL);
171 PRE(le != NULL);
278 PRE(idx < atf_list_size(list));
297 PRE(idx < atf_list_size(list));
H A Denv.c43 PRE(val != NULL);
H A Dmap.c79 PRE(me != NULL);
87 PRE(me != NULL);
123 PRE(me != NULL);
131 PRE(me != NULL);
H A Dfs.c92 PRE(atf_error_is(err, "invalid_umask"));
138 PRE(atf_error_is(err, "unknown_type"));
207 PRE(strstr(tmpl, "XXXXXX") != NULL);
224 PRE(strstr(tmpl, "XXXXXX") != NULL);
246 PRE(strlen(p) > 0);
247 PRE(atf_dynstr_length(d) == 0);
301 PRE(atf_dynstr_length(&p->m_data) == strlen(buf));
500 PRE(!atf_fs_path_is_absolute(p));
697 PRE(mode & atf_fs_access_f || mode & atf_fs_access_r ||
H A Dsanity_test.c72 PRE(td->m_cond);
182 atf_tc_set_md_var(tc, "descr", "Tests the PRE macro");
H A Dtp_main.c80 PRE(atf_error_is(err, #name)); \
116 PRE(atf_is_error(err));
H A Ddynstr.c50 PRE(newsize > ad->m_datasize);
/freebsd-11.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp93 PRE(atf_error_is(err, "libc"));
105 PRE(atf_error_is(err, "no_memory"));
115 PRE(atf_is_error(err));
135 PRE(atf_is_error(err));
H A Dapplication.cpp153 PRE(inited());
202 PRE(argc > 0);
203 PRE(argv != NULL);
H A Dexceptions_test.cpp56 PRE(atf_error_is(err, "test"));
H A Dfs.cpp466 PRE(prog.find('/') == std::string::npos);
/freebsd-11.0-release/contrib/atf/atf-c++/
H A Dcheck.cpp67 PRE(exited());
82 PRE(signaled());
H A Dtests.cpp111 PRE(name != "ident");
/freebsd-11.0-release/contrib/atf/atf-sh/
H A Datf-sh.cpp82 PRE(interpreter_argc >= 1);
83 PRE(interpreter_argv[0] != NULL);
/freebsd-11.0-release/tools/tools/vop_table/
H A Dvop_table.tcl158 puts $fo {<PRE>}
168 </PRE>
H A Dvop_table.pl224 print OF "<PRE>\n";
239 </PRE>";
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp61 if (ObjCPropertyRefExpr *PRE =
63 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp294 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e))
110 return rebuildObjCPropertyRefExpr(PRE);
543 const ObjCPropertyRefExpr *PRE) {
544 if (PRE->isObjectReceiver()) {
546 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
550 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
563 if (PRE->isSuperReceiver()) {
565 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
568 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
571 assert(PRE
542 LookupMethodInReceiverType(Sema &S, Selector sel, const ObjCPropertyRefExpr *PRE) argument
[all...]
H A DSemaExprObjC.cpp3775 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) {
3776 if (PRE->isExplicitProperty()) {
3777 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
3780 else if (PRE->isImplicitProperty()) {
3781 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter())

Completed in 317 milliseconds

12