HomeSort by: relevance | last modified time | path
    Searched defs:PRE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 44 #define PRE(x) \
61 #define PRE(x) \
  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 128 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr)
  /src/tests/dev/audio/
h_pad.c 110 PRE,
171 phase = PRE;
191 if (phase == PRE) {
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp 66 const MCWriteProcResEntry *PRE = STI.getWriteProcResBegin(&SCDesc) + I;
67 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx);
68 if (!PRE->Cycles) {
79 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx];
88 CycleSegment RCy(0, PRE->Cycles, false);
92 SuperResources[Super] += PRE->Cycles;
  /src/external/mit/lua/dist/src/
lobject.c 593 #define PRE "[string \""
619 addstr(out, PRE, LL(PRE)); /* add prefix */
620 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 316 PRE,
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 316 PRE,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 11044 // Don't 'pre-truncate' the operands.
13468 // A note on note{Pre, Post}{Use, Mod}:
13697 // C++11 [expr.pre.incr]p1:
13793 // This will still allow us to detect an expression like (pre C++17)
14795 ObjCPropertyRefExpr *pre local
14798 if (!pre) return false;
14799 if (pre->isImplicitProperty()) return false;
14800 ObjCPropertyDecl *property = pre->getExplicitProperty();
14808 if (pre->isSuperReceiver()) {
14812 owner.Loc = pre->getLocation()
    [all...]

Completed in 32 milliseconds