Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc345 struct Place struct in gold::Orphan_section_placement
348 const char* name;
350 bool have_location;
352 Elements_iterator location;
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc345 struct Place struct in gold::Orphan_section_placement
348 const char* name;
350 bool have_location;
352 Elements_iterator location;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h337 static uint64_t PREL31(uint32_t Address, uint32_t Place) { in PREL31()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp222 BasicBlock *Place = nullptr; member