| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseCXXInlineMethods.cpp | 134 LexedMethod* LM = new LexedMethod(this, FnD); 135 getCurrentClass().LateParsedDeclarations.push_back(LM); 136 CachedTokens &Toks = LM->Toks; 328 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { 330 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); 333 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); 340 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) { 341 auto Param = cast<ParmVarDecl>(LM.DefaultArgs[I].Param); 345 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks); 409 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method) [all...] |
| ParseObjc.cpp | 2653 LexedMethod* LM = new LexedMethod(this, MDecl); 2654 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); 2655 CachedTokens &Toks = LM->Toks; 3637 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { 3639 Decl *MCDecl = LM.D; 3649 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!"); 3657 LM.Toks.push_back(Eof); 3660 LM.Toks.push_back(Tok); 3661 PP.EnterTokenStream(LM.Toks, true, /*IsReinject*/true);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ScanfFormatString.cpp | 236 switch (LM.getKind()) { 276 switch (LM.getKind()) { 319 switch (LM.getKind()) { 334 switch (LM.getKind()) { 353 switch (LM.getKind()) { 374 switch (LM.getKind()) { 441 LM.setKind(LengthModifier::AsWideChar); 443 LM.setKind(LengthModifier::None); 462 LM.setKind(LengthModifier::None); 470 LM.setKind(LengthModifier::AsChar) [all...] |
| PrintfFormatString.cpp | 491 switch (LM.getKind()) { 506 switch (LM.getKind()) { 542 switch (LM.getKind()) { 578 switch (LM.getKind()) { 589 if (LM.getKind() == LengthModifier::AsLongDouble) 595 switch (LM.getKind()) { 629 if (LM.getKind() == LengthModifier::AsWideChar) { 635 if (LM.getKind() == LengthModifier::AsWide) 643 LM.getKind() == LengthModifier::AsShort) 650 LM.getKind() == LengthModifier::AsShort [all...] |
| FormatString.cpp | 291 LengthModifier lm(lmPosition, lmKind); 292 FS.setLengthModifier(lm); 721 switch (LM.getKind()) { 879 switch (LM.getKind()) { 948 if (LM.getKind() == LengthModifier::AsLongDouble) { 966 if (LM.getKind() == LengthModifier::AsLongDouble || 967 LM.getKind() == LengthModifier::AsQuad) { 968 LengthModifier FixedLM(LM); 978 LengthModifier &LM) { 985 LM.setKind(LengthModifier::AsSizeT) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/ |
| verify-uselistorder.cpp | 295 static bool matches(const ValueMapping &LM, const ValueMapping &RM) { 297 if (LM.Values.size() != RM.Values.size()) { 298 LLVM_DEBUG(debugSizeMismatch(LM, RM)); 315 for (unsigned I = 0, E = LM.Values.size(); I != E; ++I) { 316 const Value *L = LM.Values[I]; 320 skipUnmappedUsers(LU, LE, LM); 325 LLVM_DEBUG(debugUserMismatch(LM, RM, I)); 328 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) { 329 LLVM_DEBUG(debugUserMismatch(LM, RM, I)); 333 LLVM_DEBUG(debugUserMismatch(LM, RM, I)) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| micromips-opc.c | 212 #define LM INSN_LOAD_MEMORY 305 {"pref", "k,~(b)", 0x60002000, 0xfc00f000, RD_3|LM, 0, I1, 0, 0 }, 307 {"prefx", "h,t(b)", 0x540001a0, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I1, 0, 0 }, 334 {"aclr", "\\,~(b)", 0x2000b000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 366 {"aset", "\\,~(b)", 0x20003000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 783 {"lb", "t,o(b)", 0x1c000000, 0xfc000000, WR_1|RD_3|LM, 0, I1, 0, 0 }, 785 {"lbu", "md,mG(ml)", 0x0800, 0xfc00, WR_1|RD_3|LM, 0, I1, 0, 0 }, 786 {"lbu", "t,o(b)", 0x14000000, 0xfc000000, WR_1|RD_3|LM, 0, I1, 0, 0 }, 791 {"ld", "t,o(b)", 0xdc000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, 0 }, 792 {"ldc1", "T,o(b)", 0xbc000000, 0xfc000000, WR_1|RD_3|FP_D|LM, 0, I1, 0, 0 } [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| micromips-opc.c | 212 #define LM INSN_LOAD_MEMORY 305 {"pref", "k,~(b)", 0x60002000, 0xfc00f000, RD_3|LM, 0, I1, 0, 0 }, 307 {"prefx", "h,t(b)", 0x540001a0, 0xfc0007ff, RD_2|RD_3|FP_S|LM, 0, I1, 0, 0 }, 334 {"aclr", "\\,~(b)", 0x2000b000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 366 {"aset", "\\,~(b)", 0x20003000, 0xff00f000, RD_3|LM|SM|NODS, 0, 0, MC, 0 }, 783 {"lb", "t,o(b)", 0x1c000000, 0xfc000000, WR_1|RD_3|LM, 0, I1, 0, 0 }, 785 {"lbu", "md,mG(ml)", 0x0800, 0xfc00, WR_1|RD_3|LM, 0, I1, 0, 0 }, 786 {"lbu", "t,o(b)", 0x14000000, 0xfc000000, WR_1|RD_3|LM, 0, I1, 0, 0 }, 791 {"ld", "t,o(b)", 0xdc000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, 0 }, 792 {"ldc1", "T,o(b)", 0xbc000000, 0xfc000000, WR_1|RD_3|FP_D|LM, 0, I1, 0, 0 } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SplitKit.h | 357 /// Find a subrange corresponding to the exact lane mask @p LM in the live 361 LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, 364 /// Find a subrange corresponding to the lane mask @p LM, or a superset of it, 368 LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, LiveInterval &LI); 429 /// Live range @p LR corresponding to the lane Mask @p LM has a live 435 LiveRange &LR, LaneBitmask LM,
|
| SplitKit.cpp | 409 LiveInterval::SubRange &SplitEditor::getSubRangeForMaskExact(LaneBitmask LM, 412 if (S.LaneMask == LM) 417 LiveInterval::SubRange &SplitEditor::getSubRangeForMask(LaneBitmask LM, 420 if ((S.LaneMask & LM) == LM) 448 LaneBitmask LM; 454 LM |= TRI.getSubRegIndexLaneMask(SR); 456 LM = MRI.getMaxLaneMaskForVReg(R); 461 if ((S.LaneMask & LM).any()) 1249 LiveRange &LR, LaneBitmask LM, [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenAction.cpp | 247 for (auto &LM : LinkModules) { 248 if (LM.PropagateAttrs) 249 for (Function &F : *LM.Module) { 257 CurLinkModule = LM.Module.get(); 260 if (LM.Internalize) { 262 *getModule(), std::move(LM.Module), LM.LinkFlags, 269 Err = Linker::linkModules(*getModule(), std::move(LM.Module), 270 LM.LinkFlags);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| RDFGraph.h | 438 uint32_t getIndexForLaneMask(LaneBitmask LM) { 439 assert(LM.any()); 440 return LM.all() ? 0 : insert(LM); 443 uint32_t getIndexForLaneMask(LaneBitmask LM) const { 444 assert(LM.any()); 445 return LM.all() ? 0 : find(LM);
|
| /src/libexec/getty/ |
| gettytab.h | 68 #define LM gettystrs[3].value
|
| main.c | 568 putf(LM);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/ |
| cpufeatureset.h | 160 XEN_CPUFEATURE(LM, 2*32+29) /*A Long Mode (x86-64) */
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| FormatString.h | 399 LengthModifier LM; 414 void setLengthModifier(LengthModifier lm) { 415 LM = lm; 433 return LM; 466 /// assign the appropriate value to LM and return true. 467 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIRegisterInfo.h | 307 // \returns number of 32 bit registers covered by a \p LM 308 static unsigned getNumCoveredRegs(LaneBitmask LM) { 311 uint64_t Mask = LM.getAsInteger();
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonExpandCondsets.cpp | 206 void updateDeadsInRange(Register Reg, LaneBitmask LM, LiveRange &Range); 317 auto KillAt = [this,Reg] (SlotIndex K, LaneBitmask LM) -> void { 318 // Set the <kill> flag on a use of Reg whose lane mask is contained in LM. 326 if ((SLM & LM) == SLM) { 367 void HexagonExpandCondsets::updateDeadsInRange(Register Reg, LaneBitmask LM, 374 auto IsRegDef = [this,Reg,LM] (MachineOperand &Op) -> std::pair<bool,bool> { 381 LaneBitmask A = SLM & LM; 428 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes());
|
| HexagonGenInsert.cpp | 820 LRSMapType LM; 846 LM[L].push_back(std::make_pair(*I, S)); 848 LM[L].push_back(std::make_pair(*I, S)); 859 LM[L].push_back(std::make_pair(*I, S)); 868 for (LRSMapType::iterator I = LM.begin(), E = LM.end(); I != E; ++I) { 899 LRSMapType::iterator F = LM.find(L); 900 if (F == LM.end())
|
| HexagonFrameLowering.cpp | 2436 HexagonBlockRanges::RegToRangeMap LM = HBR.computeLiveMap(IM); 2437 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| PthreadLockChecker.cpp | 314 LockMapTy LM = State->get<LockMap>(); 315 if (!LM.isEmpty()) { 317 for (auto I : LM) {
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_lex.l | 109 RGX_LMID LM[0-9a-fA-F]+`
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaChecking.cpp | 7830 const LengthModifier &LM = FS.getLengthModifier(); 7831 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength()); 7836 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(), 7837 getLocationOfByte(LM.getStart()), 7841 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier) 7850 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(), 7851 getLocationOfByte(LM.getStart()), 7863 const LengthModifier &LM = FS.getLengthModifier(); 7864 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength()) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| Parser.h | 1554 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM); 1556 void ParseLexedMethodDef(LexedMethod &LM); 1559 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
|
| /src/external/bsd/nvi/dist/dist/ |
| ltconfig | 1795 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 1880 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' 1960 deplibs_check_method="file_magic ELF [0-9][0-9]-bit [LM]SB dynamic lib"
|