Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dsanity.h40 #define PRE(x) \ macro
57 #define PRE(x) \ macro
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) macro
/freebsd/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/sys/contrib/openzfs/module/lua/
H A Dlobject.c241 #define PRE "[string \"" macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp299 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
H A DMachinePipeliner.cpp1153 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 DScheduleDAGInstrs.cpp606 for (const MCWriteProcResEntry &PRE : in initSUnits() local
/freebsd/contrib/lua/src/
H A Dlobject.c562 #define PRE "[string \"" macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp110 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local
555 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
H A DSemaAvailability.cpp801 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *PRE) { return true; } in VisitObjCPropertyRefExpr()
H A DSemaExprObjC.cpp4195 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast() local
H A DSemaChecking.cpp13397 ObjCPropertyRefExpr *PRE in checkUnsafeExprAssigns() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp71 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2965 enum Direction { PRE = 0, POST = 1 }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4558 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local