Home
last modified time | relevance | path

Searched defs:PRE (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/atf/atf-c/detail/
H A Dsanity.h40 #define PRE(x) \ macro
57 #define PRE(x) \ macro
/freebsd-src/contrib/kyua/utils/
H A Dsanity.hpp118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) macro
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate() local
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlobject.c241 #define PRE "[string \"" macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp299 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
H A DMachinePipeliner.cpp1093 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 DScheduleDAGInstrs.cpp604 for (const MCWriteProcResEntry &PRE : initSUnits() local
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp70 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; initializeUsedResources() local
/freebsd-src/contrib/lua/src/
H A Dlobject.c562 #define PRE "[string \"" macro
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp108 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) rebuild() local
553 LookupMethodInReceiverType(Sema & S,Selector sel,const ObjCPropertyRefExpr * PRE) LookupMethodInReceiverType() argument
[all...]
H A DSemaAvailability.cpp724 VisitObjCPropertyRefExpr(ObjCPropertyRefExpr * PRE) VisitObjCPropertyRefExpr() argument
H A DSemaExprObjC.cpp4188 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { CheckObjCBridgeRelatedCast() local
H A DSemaChecking.cpp18758 ObjCPropertyRefExpr *PRE checkUnsafeExprAssigns() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3728 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
H A DRewriteModernObjC.cpp4560 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { SynthesizeBlockCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2966 enum Direction { PRE = 0, POST = 1 }; global() enumerator