Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDEndian.h354 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/
HDLegacyPassNameParser.h57 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/
HDRAIIObjectsForParser.h101 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/
HDt_mbuf.c80 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/
HDt_mbuf.c81 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/
HDdt_isadep.c40 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/
HDdt_isadep.c47 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/
HDdt_isadep.c47 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/
HDCostAllocator.h61 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/
HDStackMapParser.h72 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/
HDASTDumper.cpp187 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/
HDBlock.cpp21 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/
HDdt_isadep.c42 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/
HDPassTimingInfo.cpp128 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()
HDLegacyPassManager.cpp166 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/
HDCodeGenHwModes.cpp49 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
HDInfoByHwMode.cpp34 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/
HDunicust.h53 #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/
HDdt_proc.c104 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/
HDMutations.cpp39 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/
HDFuchsia.cpp175 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/
HDng_uni_cust.h64 #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/
HDrtprio.h54 #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/
HDsetenv.c64 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/
HDFaultMaps.h98 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()

12345678910>>...31