Home
last modified time | relevance | path

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

/external/libcups/vcnet/regex/
DMakefile107 PRE=COPYRIGHT README WHATSNEW macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp419 for (const MCWriteProcResEntry &PRE : in emitInstruction() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp293 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp315 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
DMachinePipeliner.cpp940 for (const MCWriteProcResEntry &PRE : in minFuncUnits() local
983 for (const MCWriteProcResEntry &PRE : in calcCriticalResources() local
2991 for (const MCWriteProcResEntry &PRE : in reserveResources() local
DScheduleDAGInstrs.cpp593 for (const MCWriteProcResEntry &PRE : in initSUnits() local
/external/arm-trusted-firmware/fdts/
Dfvp-defs.dtsi42 #define PRE \ macro
/external/libcups/doc/
Dcups-printable.css19 PRE { selector
Dcups.css129 PRE { selector
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp66 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I; in initializeUsedResources() local
/external/lua/src/
Dlobject.c552 #define PRE "[string \"" macro
/external/clang/lib/Sema/
DSemaPseudoObject.cpp109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() local
543 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
DSemaExprObjC.cpp3808 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast() local
DSemaChecking.cpp10249 ObjCPropertyRefExpr *PRE in checkUnsafeExprAssigns() local
DSemaExpr.cpp7765 Expr *PRE = RHS.get()->IgnoreParenCasts(); in CheckSingleAssignmentConstraints() local
/external/libvpx/vp8/encoder/
Dmcomp.c196 #define PRE(r, c) (y + (((r) >> 2) * y_stride + ((c) >> 2) - (offset))) macro
/external/deqp/modules/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp1512 PRE, enumerator
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3727 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
DRewriteModernObjC.cpp4568 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
/external/clang/tools/libclang/
DCIndex.cpp3972 if (const ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(E)) { in getDeclFromExpr() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc1047 #define VIXL_DEFINE_ASM_FUNC(PRE, OP) \ argument