Searched refs:PRE (Results 76 - 88 of 88) sorted by relevance

1234

/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_report.cpp288 PRE(!results_filters_.empty());
H A Dcmd_report_html.cpp294 PRE(!results_filters_.empty());
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Ddynstr.c50 PRE(newsize > ad->m_datasize);
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp466 PRE(prog.find('/') == std::string::npos);
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_result.cpp112 PRE(status == "passed");
H A Dscheduler.cpp504 PRE(interfaces.find(name) != interfaces.end());
989 PRE(interfaces.find(name) == interfaces.end());
H A Dscheduler_test.cpp108 PRE(starts_with(str, prefix));
/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata.cpp1064 PRE(!_pimpl->built);
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dtests.cpp111 PRE(name != "ident");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp594 for (const MCWriteProcResEntry &PRE :
597 switch (SchedModel.getProcResource(PRE.ProcResourceIdx)->BufferSize) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4182 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) {
4183 if (PRE->isExplicitProperty()) {
4184 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty())
4187 else if (PRE->isImplicitProperty()) {
4188 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4565 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
4566 return SynthesizeBlockCall(Exp, PRE->getSubExpr());
H A DRewriteObjC.cpp3735 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) {
3736 return SynthesizeBlockCall(Exp, PRE->getSubExpr());

Completed in 172 milliseconds

1234