/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 311 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local 323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 36 PL, // Plus, positive or zero >, ==, or unordered enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 765 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl() local 820 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl() local 842 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 597 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() 611 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel()
|
H A D | DIBuilder.cpp | 60 auto PL = PreservedLabels.find(SP); in finalizeSubprogram() local
|
H A D | Verifier.cpp | 3371 PointerType *PL = dyn_cast<PointerType>(L); in isTypeCongruent() local
|
/netbsd-src/usr.sbin/lpr/common_source/ |
H A D | common.c | 90 long PL; /* page length */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 455 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
|
H A D | GVN.cpp | 1402 for (auto &PL : PredLoads) in PerformLoadPRE() local
|
H A D | SimpleLoopUnswitch.cpp | 1375 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) in buildClonedLoops() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 241 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
|
/netbsd-src/usr.bin/midiplay/ |
H A D | midiplay.c | 111 #define PL(c) 1, 0x90, c, 0x7f, 8, 0x80, c, 0 macro
|
/netbsd-src/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.h | 185 ISO_RRIP_PLINK PL; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 319 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_TextWithCRLF); in createPlistFile() local
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
H A D | armemu.h | 29 #define PL 5 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 630 PICLevel::Level PL = M->getPICLevel(); in emitInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 534 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { in setPrivates() 569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 938 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation() local
|
H A D | LoopUtils.cpp | 1549 Loop *llvm::cloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in cloneLoop()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 3573 auto PL = types::getCompilationPhases(InputType); in handleArguments() local 3703 auto PL = types::getCompilationPhases(*this, Args, InputType); in BuildActions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 687 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 1089 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin(); in VisitObjCCategoryDecl() local 1103 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin(); in VisitObjCProtocolDecl() local 1182 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(); in VisitObjCInterfaceDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 6151 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_64bit_MetaData() local 6232 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_32bit_MetaData() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2043 if (auto *PL = LI->getLoopFor(LoopVectorPreHeader)) in emitSCEVChecks() local 2079 if (auto *PL = LI->getLoopFor(LoopVectorPreHeader)) in emitMemRuntimeChecks() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1747 llvm::Value *PL = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
|