Home
last modified time | relevance | path

Searched defs:Place (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp66 const Expr *Place = NE->getPlacementArg(0); in getExtentSizeOfPlace() local
276 const Expr *Place = NE->getPlacementArg(0); in checkPlaceIsAlignedProperly() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp94 inline ContextNode *allocContextNode(char *Place, GUID Guid, in allocContextNode()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h337 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp184 BasicBlock *Place = nullptr; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h78 enum class OrphanHandlingPolicy { Place, Warn, Error }; enumerator