/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Endian.h | 352 template <typename T> inline T read(const void *P, endianness E) { in read() 356 template <typename T, endianness E> inline T read(const void *P) { in read() 360 inline uint16_t read16(const void *P, endianness E) { in read16() 363 inline uint32_t read32(const void *P, endianness E) { in read32() 366 inline uint64_t read64(const void *P, endianness E) { in read64() 370 template <endianness E> inline uint16_t read16(const void *P) { in read16() 373 template <endianness E> inline uint32_t read32(const void *P) { in read32() 376 template <endianness E> inline uint64_t read64(const void *P) { in read64() 380 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 381 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() [all …]
|
H A D | JSON.h | 537 inline typename Array::iterator Array::insert(const_iterator P, const Value &E) { in insert() 540 inline typename Array::iterator Array::insert(const_iterator P, Value &&E) { in insert() 544 inline typename Array::iterator Array::insert(const_iterator P, It A, It Z) { in insert() 548 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() 616 for (const auto &P : Properties) { in Object() local 708 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() 716 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() 724 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() 732 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() 740 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() [all …]
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.40.1.f90 | 11 SUBROUTINE INCR_A(P, A) argument 14 TYPE(LOCKED_PAIR) :: P local 18 SUBROUTINE INCR_B(P, B) argument 23 TYPE(LOCKED_PAIR) :: P local 29 SUBROUTINE INCR_PAIR(P, A, B) argument 32 TYPE(LOCKED_PAIR) :: P local 40 SUBROUTINE A40(P) argument 43 TYPE(LOCKED_PAIR) :: P local
|
H A D | a.19.1.f90 | 3 COMMON /DATA/ P, X local 5 INTEGER, POINTER :: P local 13 COMMON /DATA/ P, X local 15 INTEGER, POINTER :: P local 26 COMMON /DATA/ P, X local 28 INTEGER, POINTER :: P local 50 COMMON /DATA/ P, X local 52 INTEGER, POINTER :: P variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject() 107 ParsingDeclRAIIObject(Parser &P, in ParsingDeclRAIIObject() 116 ParsingDeclRAIIObject(Parser &P, ParsingDeclRAIIObject *other) in ParsingDeclRAIIObject() 179 ParsingDeclSpec(Parser &P) in ParsingDeclSpec() 182 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) in ParsingDeclSpec() 204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, in ParsingDeclarator() 233 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS, in ParsingFieldDeclarator() 274 Parser &P; variable 278 : P(p), OldVal(P.ColonIsSacred) { in P() function 296 Parser &P; variable [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 46 void *P = malloc(Size); in TEST() local 76 void *P = calloc(1U, Size); in TEST() local 103 void *P; in TEST() local 115 void *P; in TEST() local 149 void *P = aligned_alloc(Alignment, Alignment * 4U); in TEST() local 163 void *P = realloc(nullptr, 0U); in TEST() local 246 void *P = pvalloc(Size); in TEST() local 271 void *P = malloc(BypassQuarantineSize); in TEST() local 289 void *P = malloc(BypassQuarantineSize); in TEST() local 331 void *P = nullptr; in TEST() local [all …]
|
H A D | combined_test.cpp | 48 void checkMemoryTaggingMaybe(AllocatorT *Allocator, void *P, scudo::uptr Size, in checkMemoryTaggingMaybe() 159 void *P = Allocator->allocate(Size, Origin, Align); in BasicTest() local 205 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, true); in SCUDO_TYPED_TEST() local 223 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, false); in SCUDO_TYPED_TEST() local 243 void *P = Allocator->allocate(Size, Origin, 1U << MinAlignLog, false); in SCUDO_TYPED_TEST() local 269 void *P = Allocator->allocate(NeedleSize, Origin); in SCUDO_TYPED_TEST() local 284 void *P = Allocator->allocate(Size, Origin); in SCUDO_TYPED_TEST() local 306 void *P = Allocator->allocate(Size, Origin); in SCUDO_TYPED_TEST() local 329 void *P = Allocator->allocate(ReallocSize, Origin); in SCUDO_TYPED_TEST() local 361 void *P = reinterpret_cast<void *>(Base); in SCUDO_TYPED_TEST() local [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.cpp | 47 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in rangeQuery() local 66 for (size_t P : Pts) { in areAllNeighbours() local 81 Pts, [this, &Centroid, AnalysisClusteringEpsilonHalvedSquared](size_t P) { in areAllNeighbours() 103 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in validateAndSetup() local 133 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeDbScan() local 181 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeDbScan() local 197 for (size_t P = 0, NumPoints = Points_.size(); P < NumPoints; ++P) { in clusterizeNaive() local 229 for (size_t P : PointsOfSchedClass) in clusterizeNaive() local 304 [this, &Key](size_t P) { in stabilize() 311 [this, &UnstableCluster](size_t P) { in stabilize()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 88 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() 259 void add(Pass *P) { in add() 479 void add(Pass *P) { in add() 559 PMTopLevelManager::setLastUser(ArrayRef<Pass*> AnalysisPasses, Pass *P) { in setLastUser() 612 Pass *P) { in collectLastUses() 621 AnalysisUsage *PMTopLevelManager::findAnalysisUsage(Pass *P) { in findAnalysisUsage() 657 void PMTopLevelManager::schedulePass(Pass *P) { in schedulePass() 768 if (Pass *P = ImmutablePassMap.lookup(AID)) in findAnalysisPass() local 773 if (Pass *P = PassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local 778 if (Pass *P = IndirectPassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local [all …]
|
H A D | PassTimingInfo.cpp | 130 Timer *PassTimingInfo::getPassTimer(Pass *P, PassInstanceID Pass) { in getPassTimer() argument 152 Timer *getPassTimer(Pass *P) { in getPassTimer() 304 [this](StringRef P, Any) { this->startPassTimer(P); }); in registerCallbacks() 306 [this](StringRef P, Any, const PreservedAnalyses &) { in registerCallbacks() 310 [this](StringRef P, const PreservedAnalyses &) { in registerCallbacks() 314 [this](StringRef P, Any) { this->startAnalysisTimer(P); }); in registerCallbacks() 316 [this](StringRef P, Any) { this->stopAnalysisTimer(P); }); in registerCallbacks()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 75 FunctionAccessor(const uint8_t *P) : P(P) {} in FunctionAccessor() 83 const uint8_t *P; variable 95 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() 103 const uint8_t *P; variable 154 LocationAccessor(const uint8_t *P) : P(P) {} in LocationAccessor() 166 const uint8_t *P; variable 186 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() 197 const uint8_t *P; variable 274 RecordAccessor(const uint8_t *P) : P(P) {} in RecordAccessor() 302 const uint8_t *P; variable [all …]
|
H A D | FaultMapParser.h | 40 const uint8_t *P; variable 43 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { in read() 67 const uint8_t *P; variable 74 explicit FunctionFaultInfoAccessor(const uint8_t *P, const uint8_t *E) in FunctionFaultInfoAccessor() 104 const uint8_t *P = nullptr; variable 110 explicit FunctionInfoAccessor(const uint8_t *P, const uint8_t *E) in FunctionInfoAccessor()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | LegacyPassNameParser.h | 57 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl() 59 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass() 68 void passRegistered(const PassInfo *P) override { in passRegistered() 77 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | PluginLoader.cpp | 29 static Plugins P; in getPlugins() local 36 auto &P = getPlugins(); in operator =() local 48 auto &P = getPlugins(); in getNumPlugins() local 54 auto &P = getPlugins(); in getPlugin() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 61 static unsigned getHashValue(PoolEntry *P) { in getHashValue() 65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() 75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual() 92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() 101 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | InfoByHwMode.cpp | 33 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode() local 88 for (const auto &P : Map) in writeToStream() local 94 for (const PairType *P : Pairs) in writeToStream() local 143 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode() local 177 for (const auto &P : Map) in writeToStream() local 183 for (const PairType *P : Pairs) in writeToStream() local 190 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode() local
|
H A D | CodeGenHwModes.cpp | 49 for (const PairType &P : Items) in dump() local 73 auto P = ModeSelects.emplace(std::make_pair(R, HwModeSelect(R, *this))); in CodeGenHwModes() local 103 for (const auto &P : ModeIds) in dump() local 108 for (const auto &P : ModeSelects) { in dump() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTDumper.cpp | 214 JSONDumper P(OS, SM, Ctx, Ctx.getPrintingPolicy(), in dump() local 219 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dump() local 227 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true); in dumpColor() local 249 ASTDumper P = Ctx ? ASTDumper(llvm::errs(), *Ctx, in dumpAsDecl() local 267 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dumpLookups() local 277 ASTDumper P(llvm::errs(), /*ShowColors=*/false); in dump() local 283 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump() local 288 ASTDumper P(llvm::errs(), /*ShowColors=*/true); in dumpColor() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 21 void Block::addPointer(Pointer *P) { in addPointer() 31 void Block::removePointer(Pointer *P) { in removePointer() 75 for (Pointer *P = Blk->Pointers; P; P = P->Next) in DeadBlock() local
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Fuchsia.cpp | 203 SmallString<128> P(D.SysRoot); in Fuchsia() local 211 SmallString<128> P(Path); in Fuchsia() local 270 return llvm::all_of(RD, [&](std::string P) { return !getVFS().exists(P); }); in Fuchsia() 350 SmallString<128> P(D.ResourceDir); in AddClangSystemIncludeArgs() local 372 SmallString<128> P(D.SysRoot); in AddClangSystemIncludeArgs() local 406 SmallString<128> P(D.Dir); in AddClangCXXStdlibIncludeArgs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 158 LoopPass *P = getContainedPass(Index); in runOnFunction() local 178 LoopPass *P = getContainedPass(Index); in runOnFunction() local 272 Pass *P = getContainedPass(Index); in runOnFunction() local 283 LoopPass *P = getContainedPass(Index); in runOnFunction() local 294 Pass *P = getContainedPass(Index); in dumpPassStructure() local 356 Pass *P = LPPM->getAsPass(); in assignPassManager() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 40 auto *P = Anchor->getParent(); in addAfter() local 58 auto *P = Old->getParent(); in replace() local 70 auto *P = N->getParent(); in remove() local
|
/openbsd-src/gnu/gcc/gcc/config/frv/ |
H A D | frv-asm.h | 26 #define P(A) A.p macro 28 #define P(A) A/**/.p macro 36 #define P(A) A macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv-asm.h | 26 #define P(A) A##.p macro 28 #define P(A) A/**/.p macro 36 #define P(A) A macro
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 18 const path P(PP.native()); in BM_PathConstructString() local 36 const path P(PP.native().c_str()); in BM_PathConstructCStr() local 58 const path P(Start, End); in BM_PathConstructIter() local 106 const path P = PP.native(); in BM_PathIterateOnce() local 126 const path P = PP.native(); in BM_PathIterateOnceBackwards() local
|