Home
last modified time | relevance | path

Searched refs:Place (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp66 const Expr *Place = NE->getPlacementArg(0); in getExtentSizeOfPlace() local
67 return getDynamicExtentWithOffset(C.getState(), C.getSVal(Place)); in getExtentSizeOfPlace()
276 const Expr *Place = NE->getPlacementArg(0); in checkPlaceIsAlignedProperly() local
282 SVal PlaceVal = C.getSVal(Place); in checkPlaceIsAlignedProperly()
285 checkElementRegionAlign(TheElementRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
287 checkFieldRegionAlign(TheFieldRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
289 isVarRegionAlignedProperly(TheVarRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp94 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode() argument
97 assert(reinterpret_cast<uint64_t>(Place) % ExpectedAlignment == 0); in allocContextNode()
98 return new (Place) ContextNode(Guid, NrCounters, NrCallsites, Next); in allocContextNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td165 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
170 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
194 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dpn532.txt5 - "nxp,pn532" Place a node with this inside the devicetree node of the bus
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp184 BasicBlock *Place = nullptr; member
829 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()
840 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
845 [](std::unique_ptr<Edge> &E) { return E->Place; }) - in emitProfileNotes()
868 Src.addEdge(Dst, E.Place ? 0 : uint32_t(GCOV_ARC_ON_TREE)); in emitProfileNotes()
921 IRBuilder<> Builder(E.Place, E.Place->getFirstInsertionPt()); in emitProfileNotes()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194-p3509-0000.dtsi35 /* Place holder for external Codec */
61 /* Place holder for external Codec */
580 /* Place holder for external Codec */
605 /* Place holder for external Codec */
630 /* Place holder for external Codec */
655 /* Place holder for external Codec */
680 /* Place holder for external Codec */
H A Dtegra186-p2771-0000.dts688 /* Place holder for external Codec */
713 /* Place holder for external Codec */
738 /* Place holder for external Codec */
763 /* Place holder for external Codec */
788 /* Place holder for external Codec */
H A Dtegra194-p2972-0000.dts66 /* Place holder for external Codec */
92 /* Place holder for external Codec */
118 /* Place holder for external Codec */
635 /* Place holder for external Codec */
H A Dtegra186-p3509-0000+p3636-0001.dts136 /* Place holder for external Codec */
161 /* Place holder for external Codec */
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt1042si-post.dtsi37 /* Place holder for ethernet related device tree nodes */
/freebsd/lib/libwrap/
H A Dhosts.allow5 # Place both 'allow' and 'deny' rules in the hosts.allow file.
/freebsd/contrib/diff/
H A DAUTHORS19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
H A DREADME68 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
H A DCOPYING5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
H A DNEWS243 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h337 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31() argument
341 return Location + Place; in PREL31()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h78 enum class OrphanHandlingPolicy { Place, Warn, Error }; enumerator
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst71 - Place input ``.text.*`` into output ``.text``, and handle certain variants
/freebsd/sys/contrib/openzfs/config/
H A Dpkg.m419 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3491.txt291 127 Segre Place
/freebsd/contrib/ntp/sntp/libevent/
H A DDoxyfile22 # Place all output under 'doxygen/'
/freebsd/contrib/libevent/
H A DDoxyfile22 # Place all output under 'doxygen/'
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst62 Place stack at start of linear memory rather than after data.
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst20 \ hn-space Humanize: Place space between numeric and unit
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora302 - Place python macros within the %%with_python check

12