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

/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); local
312 OS << llvm::sys::path::filename(PL.getFilename());
313 OS << ":" << PL.getLine() << ":"
314 << PL.getColumn();
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); local
324 OS << llvm::sys::path::filename(PL.getFilename());
325 OS << " [" << PL.getLine() << ":"
326 << PL.getColumn();
330 PL = SM.getPresumedLoc(end);
332 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/clang/lib/AST/
H A DOpenMPClause.cpp291 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) { argument
292 assert(PL.size() == varlist_size() &&
294 std::copy(PL.begin(), PL.end(), varlist_end());
319 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep,
327 Clause->setPrivates(PL);
315 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, Expr *PostUpdate) argument
/external/clang/lib/Lex/
H A DPPLexerChange.cpp81 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
82 EnterSourceFileWithPTH(PL, CurDir);
137 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL, argument
144 CurPTHLexer.reset(PL);
/external/llvm/lib/IR/
H A DModule.cpp496 void Module::setPICLevel(PICLevel::Level PL) { argument
497 addModuleFlag(ModFlagBehavior::Error, "PIC Level", PL);
510 void Module::setPIELevel(PIELevel::Level PL) { argument
511 addModuleFlag(ModFlagBehavior::Error, "PIE 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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp465 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
468 LPM->insertLoop(New, PL);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h199 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator in enum:llvm::AArch64CC::CondCode
222 case PL: return "pl";
256 case PL: return 0; // N == 0
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp483 PICLevel::Level PL = M->getPICLevel(); local
587 if (PL == PICLevel::SmallPIC) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp728 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, argument
730 Loop &New = LPM->addLoop(PL);
/external/swiftshader/third_party/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;
76 case ARMCC::PL: return "pl";
/external/clang/lib/Driver/
H A DDriver.cpp1586 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; local
1591 PL.clear();
1592 types::getCompilationPhases(InputType, PL);
1596 phases::ID InitialPhase = PL[0];
1647 llvm::find(PL, phases::Compile) != PL.end())
1653 for (SmallVectorImpl<phases::ID>::iterator i = PL.begin(), e = PL.end();
1700 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.cpp686 ObjCInterfaceDecl::protocol_loc_iterator PL = IDecl->protocol_loc_end() - 1; local
687 EndLoc = *PL;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp5341 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); local
5342 if (PL == SectionRef())
5343 PL = get_section(O, "__DATA", "__objc_protolist");
5344 info.S = PL;
5345 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
5429 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); local
5430 if (PL != SectionRef()) {
5431 info.S = PL;
5432 walk_pointer_list_32("protocol", PL, O, &info, nullptr);
5434 const SectionRef PL 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 483 milliseconds