| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | Endian.h | 354 template <typename T> inline T read(const void *P, endianness E) { in read() 358 template <typename T, endianness E> inline T read(const void *P) { in read() 362 inline uint16_t read16(const void *P, endianness E) { in read16() 365 inline uint32_t read32(const void *P, endianness E) { in read32() 368 inline uint64_t read64(const void *P, endianness E) { in read64() 372 template <endianness E> inline uint16_t read16(const void *P) { in read16() 375 template <endianness E> inline uint32_t read32(const void *P) { in read32() 378 template <endianness E> inline uint64_t read64(const void *P) { in read64() 382 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 383 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | 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() 107 bool ignorablePassImpl(const PassInfo *P) const override { in ignorablePassImpl()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | 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, DeclaratorContext C) in ParsingDeclarator() 231 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS) in ParsingFieldDeclarator() 271 Parser &P; variable 275 : P(p), OldVal(P.ColonIsSacred) { in P() function 293 Parser &P; variable [all …]
|
| /freebsd-11-stable/contrib/netbsd-tests/net/bpf/ |
| HD | t_mbuf.c | 80 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs() local 110 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs() local 132 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs() local 173 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_ind() local 202 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_ind() local 236 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_ind() local 275 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_msh() local 293 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs_overflow() local 310 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs_overflow() local 327 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs_overflow() local [all …]
|
| /freebsd-11-stable/contrib/netbsd-tests/net/bpfjit/ |
| HD | t_mbuf.c | 81 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs() local 112 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs() local 135 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs() local 177 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_ind() local 207 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_ind() local 242 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_ind() local 282 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_msh() local 301 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldb_abs_overflow() local 319 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldh_abs_overflow() local 337 static unsigned char P[] = { 1, 2, 3, 4, 5 }; in test_ldw_abs_overflow() local [all …]
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/mips/ |
| HD | dt_isadep.c | 40 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 49 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 59 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 69 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/riscv/ |
| HD | dt_isadep.c | 47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ |
| HD | dt_isadep.c | 47 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 67 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 78 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 102 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| HD | 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
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | StackMapParser.h | 72 FunctionAccessor(const uint8_t *P) : P(P) {} in FunctionAccessor() 80 const uint8_t *P; variable 92 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() 100 const uint8_t *P; variable 151 LocationAccessor(const uint8_t *P) : P(P) {} in LocationAccessor() 163 const uint8_t *P; variable 183 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() 194 const uint8_t *P; variable 271 RecordAccessor(const uint8_t *P) : P(P) {} in RecordAccessor() 299 const uint8_t *P; variable [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTDumper.cpp | 187 JSONDumper P(OS, SM, Ctx, Ctx.getPrintingPolicy(), in dump() local 192 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &SM, in dump() local 201 ASTDumper P(llvm::errs(), &Ctx.getCommentCommandTraits(), in dumpColor() local 219 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager(), in dumpLookups() local 234 ASTDumper P(OS, nullptr, &SM); in dump() local 239 ASTDumper P(OS, nullptr, nullptr); in dump() local 244 ASTDumper P(llvm::errs(), nullptr, nullptr); in dump() local 249 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true); in dumpColor() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Block.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
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ |
| HD | dt_isadep.c | 42 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe() 61 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe() 137 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe() 160 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | PassTimingInfo.cpp | 128 Timer *PassTimingInfo::getPassTimer(Pass *P, PassInstanceID Pass) { in getPassTimer() argument 150 Timer *getPassTimer(Pass *P) { in getPassTimer() 267 [this](StringRef P, Any) { return this->runBeforePass(P); }); in registerCallbacks() 269 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() 271 [this](StringRef P) { this->runAfterPass(P); }); in registerCallbacks() 273 [this](StringRef P, Any) { this->runBeforePass(P); }); in registerCallbacks() 275 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks()
|
| HD | LegacyPassManager.cpp | 166 Pass *P, Module &M, int64_t Delta, unsigned CountBefore, in emitInstrCountChangedRemark() 336 void add(Pass *P) { in add() 497 void add(Pass *P) { in add() 550 PMTopLevelManager::setLastUser(ArrayRef<Pass*> AnalysisPasses, Pass *P) { in setLastUser() 600 Pass *P) { in collectLastUses() 613 AnalysisUsage *PMTopLevelManager::findAnalysisUsage(Pass *P) { in findAnalysisUsage() 649 void PMTopLevelManager::schedulePass(Pass *P) { in schedulePass() 756 if (Pass *P = ImmutablePassMap.lookup(AID)) in findAnalysisPass() local 761 if (Pass *P = PassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local 766 if (Pass *P = IndirectPassManager->findAnalysisPass(AID, false)) in findAnalysisPass() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | 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
|
| HD | InfoByHwMode.cpp | 34 for (const HwModeSelect::PairType &P : MS.Items) { in ValueTypeByHwMode() local 89 for (const auto &P : Map) in writeToStream() local 95 const PairType *P = Pairs[i]; in writeToStream() local 147 for (const HwModeSelect::PairType &P : MS.Items) { in RegSizeInfoByHwMode() local 181 for (const auto &P : Map) in writeToStream() local 187 const PairType *P = Pairs[i]; in writeToStream() local 197 for (const HwModeSelect::PairType &P : MS.Items) { in EncodingInfoByHwMode() local
|
| /freebsd-11-stable/contrib/ngatm/libngatm/ |
| HD | unicust.h | 53 #define INS_FREE(P) free(P) argument 56 #define UNI_FREE(P) free(P) argument 59 #define SIG_FREE(P) free(P) argument 62 #define CALL_FREE(P) free(P) argument 65 #define PARTY_FREE(P) free(P) argument
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_proc.c | 104 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_bpcreate() local 432 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_waitrun() local 508 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_control() local 735 dt_proc_lookup(dtrace_hdl_t *dtp, struct ps_prochandle *P, int remove) in dt_proc_lookup() 762 dt_proc_destroy(dtrace_hdl_t *dtp, struct ps_prochandle *P) 1099 dt_proc_release(dtrace_hdl_t *dtp, struct ps_prochandle *P) 1113 dt_proc_continue(dtrace_hdl_t *dtp, struct ps_prochandle *P) 1128 dt_proc_lock(dtrace_hdl_t *dtp, struct ps_prochandle *P) 1136 dt_proc_unlock(dtrace_hdl_t *dtp, struct ps_prochandle *P) 1175 struct ps_prochandle *P = dt_proc_create(dtp, file, argv, pcf, child_arg); local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | Mutations.cpp | 39 auto *P = Anchor->parent(); in addAfter() local 55 auto *P = Old->parent(); in replace() local 63 auto *P = N->parent(); in remove() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | Fuchsia.cpp | 175 SmallString<128> P(D.SysRoot); in Fuchsia() local 184 SmallString<128> P(*CXXStdlibPath); in Fuchsia() local 207 return std::all_of(RD.begin(), RD.end(), [&](std::string P) { in Fuchsia() 277 SmallString<128> P(D.ResourceDir); in AddClangSystemIncludeArgs() local 299 SmallString<128> P(D.SysRoot); in AddClangSystemIncludeArgs() local 313 SmallString<128> P(getDriver().Dir); in AddClangCXXStdlibIncludeArgs() local
|
| /freebsd-11-stable/sys/netgraph/atm/uni/ |
| HD | ng_uni_cust.h | 64 #define INS_FREE(P) ng_uni_free(UNIMEM_INS, P, __FILE__, __LINE__) argument 67 #define UNI_FREE(P) ng_uni_free(UNIMEM_ALL, P, __FILE__, __LINE__) argument 70 #define SIG_FREE(P) ng_uni_free(UNIMEM_SIG, P, __FILE__, __LINE__) argument 73 #define CALL_FREE(P) ng_uni_free(UNIMEM_CALL, P, __FILE__, __LINE__) argument 76 #define PARTY_FREE(P) ng_uni_free(UNIMEM_PARTY, P, __FILE__, __LINE__) argument
|
| /freebsd-11-stable/sys/sys/ |
| HD | rtprio.h | 54 #define RTP_PRIO_BASE(P) PRI_BASE(P) argument 55 #define RTP_PRIO_IS_REALTIME(P) PRI_IS_REALTIME(P) argument 56 #define RTP_PRIO_NEED_RR(P) PRI_NEED_RR(P) argument
|
| /freebsd-11-stable/contrib/bmake/ |
| HD | setenv.c | 64 register char **P, *C; local 104 register char **P; local 145 register char **P; local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | FaultMaps.h | 98 const uint8_t *P; variable 101 template <typename T> static T read(const uint8_t *P, const uint8_t *E) { in read() 118 const uint8_t *P; variable 125 explicit FunctionFaultInfoAccessor(const uint8_t *P, const uint8_t *E) in FunctionFaultInfoAccessor() 155 const uint8_t *P = nullptr; variable 161 explicit FunctionInfoAccessor(const uint8_t *P, const uint8_t *E) in FunctionInfoAccessor()
|