/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 307 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() local 319 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() local
|
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 80 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile() local 136 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, in EnterSourceFileWithPTH()
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 52 static final String PL = "PL"; field in RegionCode
|
/external/opencv/cv/src/ |
D | cvfloodfill.cpp | 144 int k, YC, PL, PR, dir; in icvFloodFill_8u_CnIR() local 276 int k, YC, PL, PR, dir; in icvFloodFill_32f_CnIR() local 453 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_8u_CnIR() local 759 int k, YC, PL, PR, dir, curstep; in icvFloodFill_Grad_32f_CnIR() local
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 592 for (const auto &PL : D->protocol_locs()) in VisitObjCInterfaceDecl() local 646 for (const auto &PL : D->protocol_locs()) in VisitObjCProtocolDecl() local 667 for (const auto &PL : D->protocol_locs()) in VisitObjCCategoryDecl() local
|
/external/llvm/lib/IR/ |
D | Module.cpp | 481 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel()
|
D | Verifier.cpp | 2214 PointerType *PL = dyn_cast<PointerType>(L); in isTypeCongruent() local
|
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 123 int k, YC, PL, PR, flag/*, curstep*/; in icvSegmFloodFill_Stage1() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 35 PL, // Plus, positive or zero >, ==, or unordered enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 337 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 670 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in CloneLoop()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 445 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction() local
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 1209 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; in BuildActions() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 5237 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_64bit_MetaData() local 5242 const SectionRef PL = get_section(O, "__DATA", "__objc_protolist"); in printObjc2_64bit_MetaData() local 5337 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_32bit_MetaData() local 5342 const SectionRef PL = get_section(O, "__DATA", "__objc_protolist"); in printObjc2_32bit_MetaData() local
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1024 ObjCCategoryDecl::protocol_loc_iterator PL = ND->protocol_loc_begin(); in VisitObjCCategoryDecl() local 1037 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin(); in VisitObjCProtocolDecl() local 1096 ObjCInterfaceDecl::protocol_loc_iterator PL = D->protocol_loc_begin(); in VisitObjCInterfaceDecl() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 697 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; in rewriteToObjCInterfaceDecl() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 398 llvm::PICLevel::Level PL = llvm::PICLevel::Default; in Release() local
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 198 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
|