Searched defs:SM (Results 151 - 175 of 219) sorted by relevance

123456789

/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c1871 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
1904 #undef SM macro
H A Dieee80211_ht.c57 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp282 const SourceManager &SM = XL.getManager(); local
331 const SourceManager &SM = XL.getManager(); local
369 const SourceManager &SM = XL.getManager(); local
507 getLocationForCaller(const StackFrameContext *SFC, const LocationContext *CallerCtx, const SourceManager &SM) argument
564 createBegin(const Decl *D, const SourceManager &SM) argument
570 createBegin(const Stmt *S, const SourceManager &SM, LocationOrAnalysisDeclContext LAC) argument
578 createEnd(const Stmt *S, const SourceManager &SM, LocationOrAnalysisDeclContext LAC) argument
588 createOperatorLoc(const BinaryOperator *BO, const SourceManager &SM) argument
594 createConditionalColonLoc( const ConditionalOperator *CO, const SourceManager &SM) argument
601 createMemberLoc(const MemberExpr *ME, const SourceManager &SM) argument
615 createBeginBrace(const CompoundStmt *CS, const SourceManager &SM) argument
622 createEndBrace(const CompoundStmt *CS, const SourceManager &SM) argument
629 createDeclBegin(const LocationContext *LC, const SourceManager &SM) argument
642 createDeclEnd(const LocationContext *LC, const SourceManager &SM) argument
831 construct(const CallExitEnd &CE, const SourceManager &SM) argument
852 setCallee(const CallEnter &CE, const SourceManager &SM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1679 FormatTokenLess(const SourceManager &SM) : SM(SM) {} argument
1685 const SourceManager &SM; member in struct:clang::format::__anon487::Cleaner::FormatTokenLess
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h431 const MCSchedModel &SM; member in class:llvm::ResourceManager
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h316 void setInlineSourceManager(SourceMgr *SM) { InlineSrcMgr = SM; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp71 StackMaps SM; member in class:__anon2018::AArch64AsmPrinter
864 void AArch64AsmPrinter::LowerSTACKMAP(MCStreamer &OutStreamer, StackMaps &SM, argument
896 void AArch64AsmPrinter::LowerPATCHPOINT(MCStreamer &OutStreamer, StackMaps &SM, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1007 SourceManager &SM = R.getSourceMgr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp81 SourceManager &SM; member in class:__anon516::PrintPPOutputPPCallbacks
H A DVerifyDiagnosticConsumer.cpp59 SourceManager &SM; member in class:__anon529::VerifyFileTracker
62 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) argument
401 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM, argument
748 SourceManager &SM = PP.getSourceManager(); local
805 findDirectives(SourceManager &SM, FileID FID, const LangOptions &LangOpts) argument
901 IsFromSameFile(SourceManager &SM, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc) argument
1004 UpdateParsedFileStatus(SourceManager &SM, FileID FID, ParsedStatus PS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp761 const SourceManager &SM = C.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp506 auto &SM = getSourceManager(); local
79 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, LangOptions &opts, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, TranslationUnitKind TUKind) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp790 SourceManager &SM = CGM.getContext().getSourceManager(); local
824 const auto &SM = CGM.getContext().getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp194 const SourceManager &SM = Context->getSourceManager(); local
26 printLoc(llvm::raw_ostream &OS, SourceLocation Loc, const SourceManager &SM, bool IncludeOffset) argument
1086 generateUSRForMacro(const MacroDefinitionRecord *MD, const SourceManager &SM, SmallVectorImpl<char> &Buf) argument
1096 generateUSRForMacro(StringRef MacroName, SourceLocation Loc, const SourceManager &SM, SmallVectorImpl<char> &Buf) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp572 const SourceMgr &SM = *PFS.SM; local
319 PerFunctionMIParsingState(MachineFunction &MF, SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h241 const SourceManager &SM = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp84 StackMaps SM; member in class:__anon99::PPCAsmPrinter
349 void PPCAsmPrinter::LowerSTACKMAP(StackMaps &SM, const MachineInstr &MI) { argument
380 void PPCAsmPrinter::LowerPATCHPOINT(StackMaps &SM, const MachineInstr &MI) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h163 const SourceManager *SM = nullptr; member in class:clang::ento::PathDiagnosticLocation
223 createBegin(const Decl *D, const SourceManager &SM, argument
210 create(const Decl *D, const SourceManager &SM) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1609 SourceMgr SM; local
H A DFileCheck.cpp72 Pattern::parseVariable(StringRef &Str, const SourceMgr &SM) { argument
114 parseNumericVariableDefinition( StringRef &Expr, FileCheckPatternContext *Context, Optional<size_t> LineNumber, const SourceMgr &SM) argument
148 parseNumericVariableUse( StringRef Name, bool IsPseudo, Optional<size_t> LineNumber, FileCheckPatternContext *Context, const SourceMgr &SM) argument
182 parseNumericOperand( StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, FileCheckPatternContext *Context, const SourceMgr &SM) argument
217 parseBinop(StringRef &Expr, std::unique_ptr<ExpressionAST> LeftOp, bool IsLegacyLineExpr, Optional<size_t> LineNumber, FileCheckPatternContext *Context, const SourceMgr &SM) argument
258 parseNumericSubstitutionBlock( StringRef Expr, Optional<NumericVariable *> &DefinedNumericVariable, bool IsLegacyLineExpr, Optional<size_t> LineNumber, FileCheckPatternContext *Context, const SourceMgr &SM) argument
309 parsePattern(StringRef PatternStr, StringRef Prefix, SourceMgr &SM, const FileCheckRequest &Req) argument
582 AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) argument
711 printSubstitutions(const SourceMgr &SM, StringRef Buffer, SMRange MatchRange) const argument
752 ProcessMatchResult(FileCheckDiag::MatchType MatchTy, const SourceMgr &SM, SMLoc Loc, Check::FileCheckType CheckTy, StringRef Buffer, size_t Pos, size_t Len, std::vector<FileCheckDiag> *Diags, bool AdjustPrevDiag = false) argument
770 printFuzzyMatch(const SourceMgr &SM, StringRef Buffer, std::vector<FileCheckDiag> *Diags) const argument
847 FindRegexVarEnd(StringRef Str, SourceMgr &SM) argument
914 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy, SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange) argument
1117 readCheckFile(SourceMgr &SM, StringRef Buffer, Regex &PrefixRE) argument
1274 PrintMatch(bool ExpectedMatch, const SourceMgr &SM, StringRef Prefix, SMLoc Loc, const Pattern &Pat, int MatchedCount, StringRef Buffer, size_t MatchPos, size_t MatchLen, const FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) argument
1311 PrintMatch(bool ExpectedMatch, const SourceMgr &SM, const FileCheckString &CheckStr, int MatchedCount, StringRef Buffer, size_t MatchPos, size_t MatchLen, FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) argument
1320 PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, StringRef Prefix, SMLoc Loc, const Pattern &Pat, int MatchedCount, StringRef Buffer, bool VerboseVerbose, std::vector<FileCheckDiag> *Diags, Error MatchErrors) argument
1378 PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, const FileCheckString &CheckStr, int MatchedCount, StringRef Buffer, bool VerboseVerbose, std::vector<FileCheckDiag> *Diags, Error MatchErrors) argument
1410 Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode, size_t &MatchLen, FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) const argument
1492 CheckNext(const SourceMgr &SM, StringRef Buffer) const argument
1531 CheckSame(const SourceMgr &SM, StringRef Buffer) const argument
1553 CheckNot(const SourceMgr &SM, StringRef Buffer, const std::vector<const Pattern *> &NotStrings, const FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) const argument
1579 CheckDag(const SourceMgr &SM, StringRef Buffer, std::vector<const Pattern *> &NotStrings, const FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) const argument
1752 defineCmdlineVariables( std::vector<std::string> &CmdlineDefines, SourceMgr &SM) argument
1915 checkInput(SourceMgr &SM, StringRef Buffer, std::vector<FileCheckDiag> *Diags) argument
[all...]
H A DYAMLParser.cpp512 SourceMgr &SM; member in class:llvm::yaml::Scanner
594 SourceMgr SM; local
678 SourceMgr SM; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp50 TextNodeDumper(raw_ostream &OS, bool ShowColors, const SourceManager *SM, const PrintingPolicy &PrintPolicy, const comments::CommandTraits *Traits) argument
H A DStmt.cpp633 const SourceManager &SM = C.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2435 SourceManager &SM = Context.getSourceManager(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1235 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1897 MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, const SourceManager &SM) argument

Completed in 286 milliseconds

123456789