/llvm-project/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
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 61 long *PL; member in Class 84 const long *PL; member
|
/llvm-project/clang-tools-extra/pseudo/lib/cxx/ |
H A D | CXX.cpp |
|
/llvm-project/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 36 PL, // Plus, positive or zero >, ==, or unordered enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SignalHandlerCheck.cpp | 317 DynTypedNodeList PL = PM.getParents(P); in getSourceRangeOfStmt() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 889 for (const auto &PL : D->protocol_locs()) VisitObjCInterfaceDecl() local 944 for (const auto &PL : D->protocol_locs()) VisitObjCProtocolDecl() local 967 for (const auto &PL : D->protocol_locs()) VisitObjCCategoryDecl() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 615 setPICLevel(PICLevel::Level PL) setPICLevel() argument 631 setPIELevel(PIELevel::Level PL) setPIELevel() argument
|
H A D | Verifier.cpp | 3784 PointerType *PL = dyn_cast<PointerType>(L); isTypeCongruent() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 451 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
|
H A D | GVN.cpp | 1702 for (auto &PL : PredLoads) PerformLoadPRE() local
|
H A D | SimpleLoopUnswitch.cpp | 1528 for (Loop *PL = ClonedL; PL; PL = PL->getParentLoop()) buildClonedLoops() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 574 Finder.add(PL->getProtocol(), Flags); in allTargetDecls() local 1119 if (const ObjCProtocolLoc *PL = N.get<ObjCProtocolLoc>()) explicitReference() local
|
H A D | Selection.cpp | 697 bool TraverseObjCProtocolLoc(ObjCProtocolLoc PL) { in TraverseObjCProtocolLoc()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 418 raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_TextWithCRLF); createPlistFile() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 261 PL = 0x5, // Plus, positive or zero >, ==, or unordered global() enumerator
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 4032 auto PL = types::getCompilationPhases(InputType); handleArguments() local 4165 auto PL = types::getCompilationPhases(*this, Args, InputType); BuildActions() local 4615 auto PL = types::getCompilationPhases(*this, Args, InputType); BuildOffloadingActions() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 554 assert(PL.size() == varlist_size() && in setPrivates() argument 589 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,OpenMPLinearClauseKind Modifier,SourceLocation ModifierLoc,SourceLocation ColonLoc,SourceLocation StepModifierLoc,SourceLocation EndLoc,ArrayRef<Expr * > VL,ArrayRef<Expr * > PL,ArrayRef<Expr * > IL,Expr * Step,Expr * CalcStep,Stmt * PreInit,Expr * PostUpdate) Create() argument
|
H A D | ODRDiagsEmitter.cpp | 384 auto GetProtoListSourceRange = [](const ObjCProtocolList &PL) { in diagnoseSubMismatchProtocols()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 809 PICLevel::Level PL = M->getPICLevel(); emitInstruction() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1686 cloneLoop(Loop * L,Loop * PL,ValueToValueMapTy & VM,LoopInfo * LI,LPPassManager * LPM) cloneLoop() argument
|
H A D | BasicBlockUtils.cpp | 1209 if (Loop *PL = LI->getLoopFor(Pred)) UpdateAnalysisInformation() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 683 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; rewriteToObjCInterfaceDecl() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 1104 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin(); VisitObjCCategoryDecl() local 1118 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin(); VisitObjCProtocolDecl() local 1197 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(); VisitObjCInterfaceDecl() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 6482 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); printObjc2_64bit_MetaData() local 6563 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); printObjc2_32bit_MetaData() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3042 SDValue PH, PL; lowerFEXP() local
|