| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 33 ParsedSourceLocation PSL; in FromString() local 39 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString() 40 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString() 41 PSL.FileName = std::string(LineSplit.first); in FromString() 45 if (PSL.FileName == "-") in FromString() 46 PSL.FileName = "<stdin>"; in FromString() 49 return PSL; in FromString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 70 virtual void setProfileSymbolList(ProfileSymbolList *PSL) {} in setProfileSymbolList() argument 216 virtual void setProfileSymbolList(ProfileSymbolList *PSL) override { in setProfileSymbolList() argument 217 ProfSymList = PSL; in setProfileSymbolList()
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | pcb.h | 47 long PSL; /* Program Status Longword */ member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore() local 141 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.math | 196 PSL
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | vm_machdep.c | 140 pcb2->PSL = PSL_HIGHIPL; in cpu_lwp_fork()
|
| H A D | genassym.cf | 71 define PCB_PSL offsetof(struct pcb, PSL)
|
| H A D | db_machdep.c | 507 (*pr)(" PSL = 0x%x\n", (unsigned int)(pcb->PSL));
|
| H A D | subr.S | 104 pushl $0x1f0000 # Push a nice PSL
|
| H A D | unimpl_emul.S | 420 # - set PSL flags
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 432 std::unique_ptr<ProfileSymbolList> PSL; member in __anon1e220fe30111::SampleProfileLoader 1778 PSL = Reader->getProfileSymbolList(); in doInitialization() 1782 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate; in doInitialization() 1914 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction() 1931 if (PSL->contains(F.getName())) in runOnFunction()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | genassym.cf | 101 #mE PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/amiga/amiga/ |
| H A D | genassym.cf | 115 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | genassym.cf | 104 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/cesfic/cesfic/ |
| H A D | genassym.cf | 116 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | genassym.cf | 134 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | genassym.cf | 137 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/x68k/x68k/ |
| H A D | genassym.cf | 135 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | genassym.cf | 116 # PSL values
|
| /netbsd-src/sys/arch/next68k/next68k/ |
| H A D | genassym.cf | 132 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | genassym.cf | 122 # PSL values (should just include psl.h?)
|
| /netbsd-src/sys/arch/hp300/hp300/ |
| H A D | genassym.cf | 166 # PSL values (should just include psl.h?)
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 977 PSL
|
| H A D | newsp.errs | 1262 PSL 1743 PSL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 620 sampleprof::ProfileSymbolList &PSL) { in populateProfileSymbolList() argument 629 PSL.add(symbol); in populateProfileSymbolList()
|