/freebsd-src/contrib/atf/atf-c/detail/ |
H A D | sanity.h | 40 #define PRE(x) \ macro 57 #define PRE(x) \ macro
|
/freebsd-src/contrib/kyua/utils/ |
H A D | sanity.hpp | 118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate() local
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lobject.c | 241 #define PRE "[string \"" macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 299 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
|
H A D | MachinePipeliner.cpp | 1093 for (const MCWriteProcResEntry &PRE : minFuncUnits() local 1136 for (const MCWriteProcResEntry &PRE : calcCriticalResources() local 3537 for (const MCWriteProcResEntry &PRE : make_range( reserveResources() local 3549 for (const MCWriteProcResEntry &PRE : make_range( unreserveResources() local 3660 for (const MCWriteProcResEntry &PRE : calculateResMII() local [all...] |
H A D | ScheduleDAGInstrs.cpp | 604 for (const MCWriteProcResEntry &PRE : initSUnits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 70 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; initializeUsedResources() local
|
/freebsd-src/contrib/lua/src/ |
H A D | lobject.c | 562 #define PRE "[string \"" macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 108 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) rebuild() local 553 LookupMethodInReceiverType(Sema & S,Selector sel,const ObjCPropertyRefExpr * PRE) LookupMethodInReceiverType() argument [all...] |
H A D | SemaAvailability.cpp | 724 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr * PRE) VisitObjCPropertyRefExpr() argument
|
H A D | SemaExprObjC.cpp | 4188 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { CheckObjCBridgeRelatedCast() local
|
H A D | SemaChecking.cpp | 18758 ObjCPropertyRefExpr *PRE checkUnsafeExprAssigns() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3728 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
|
H A D | RewriteModernObjC.cpp | 4560 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { SynthesizeBlockCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 2966 enum Direction { PRE = 0, POST = 1 }; global() enumerator
|