/freebsd/contrib/atf/atf-c/detail/ |
H A D | sanity.h | 40 #define PRE(x) \ macro 57 #define PRE(x) \ macro
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity.hpp | 118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) macro
|
/freebsd/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/sys/contrib/openzfs/module/lua/ |
H A D | lobject.c | 241 #define PRE "[string \"" macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.cpp | 419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
|
/freebsd/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 | 1153 for (const MCWriteProcResEntry &PRE : in minFuncUnits() local 1196 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() local 3606 for (const MCWriteProcResEntry &PRE : make_range( in reserveResources() local 3618 for (const MCWriteProcResEntry &PRE : make_range( in unreserveResources() local 3729 for (const MCWriteProcResEntry &PRE : in calculateResMII() local
|
H A D | ScheduleDAGInstrs.cpp | 606 for (const MCWriteProcResEntry &PRE : in initSUnits() local
|
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 562 #define PRE "[string \"" macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 110 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local 555 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
|
H A D | SemaAvailability.cpp | 801 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *PRE) { return true; } in VisitObjCPropertyRefExpr()
|
H A D | SemaExprObjC.cpp | 4195 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast() local
|
H A D | SemaChecking.cpp | 13397 ObjCPropertyRefExpr *PRE in checkUnsafeExprAssigns() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 71 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 2965 enum Direction { PRE = 0, POST = 1 }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 4558 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
|