Searched defs:PL (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp80 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
81 EnterSourceFileWithPTH(PL, CurDir);
136 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, argument
143 CurPTHLexer.reset(PL);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp307 PresumedLoc PL = SM.getPresumedLoc(loc); local
309 OS << llvm::sys::path::filename(PL.getFilename());
310 OS << ":" << PL.getLine() << ":"
311 << PL.getColumn();
319 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
321 OS << llvm::sys::path::filename(PL.getFilename());
322 OS << " [" << PL.getLine() << ":"
323 << PL.getColumn();
327 PL = SM.getPresumedLoc(end);
329 unsigned endCol = PL
[all...]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java52 static final String PL = "PL"; field in class:RegionCode
/external/llvm/lib/IR/
H A DModule.cpp481 void Module::setPICLevel(PICLevel::Level PL) { argument
482 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL);
/external/opencv/cv/src/
H A Dcvfloodfill.cpp144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
150 {dir, L - _8_connectivity, PL - 1},
276 int k, YC, PL, PR, dir; local
277 ICV_POP( YC, L, R, PL, PR, dir );
282 {dir, L - _8_connectivity, PL - 1},
453 int k, YC, PL, PR, dir, curstep; local
454 ICV_POP( YC, L, R, PL, PR, dir );
459 {dir, L - _8_connectivity, PL - 1},
759 int k, YC, PL, P local
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp123 int k, YC, PL, PR, flag/*, curstep*/; local
125 POP( YC, L, R, PL, PR, flag );
127 int data[][3] = { {-flag, L, R}, {flag, L, PL-1}, {flag,PR+1,R}};
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp445 PICLevel::Level PL = M->getPICLevel(); local
548 if (PL == PICLevel::Small) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp670 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
673 LPM->insertLoop(New, PL);
/external/clang/lib/Driver/
H A DDriver.cpp1209 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; local
1214 PL.clear();
1215 types::getCompilationPhases(InputType, PL);
1219 phases::ID InitialPhase = PL[0];
1255 i = PL.begin(), e = PL.end(); i != e; ++i) {
1292 if (FinalPhase == phases::Link && PL.size() == 1) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h35 PL, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
54 case MI: return PL;
55 case PL: return MI;
75 case ARMCC::PL: return "pl";
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp697 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; local
698 EndLoc = *PL;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp398 llvm::PICLevel::Level PL = llvm::PICLevel::Default; local
401 case 1: PL = llvm::PICLevel::Small; break;
402 case 2: PL = llvm::PICLevel::Large; break;
406 getModule().setPICLevel(PL);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h198 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::AArch64CC::CondCode
221 case PL: return "pl";
255 case PL: return 0; // N == 0
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp5237 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); local
5238 if (PL != SectionRef()) {
5239 info.S = PL;
5240 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
5242 const SectionRef PL = get_section(O, "__DATA", "__objc_protolist"); local
5243 info.S = PL;
5244 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
5337 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); local
5338 if (PL != SectionRef()) {
5339 info.S = PL;
5342 const SectionRef PL = get_section(O, "__DATA", "__objc_protolist"); local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 940 milliseconds