| /freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 91 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
| H A D | TarWriter.cpp | 51 char Prefix[155]; member 127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() 157 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() 192 StringRef Prefix; in append() local
|
| H A D | SpecialCaseList.cpp | 207 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 212 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 227 StringRef Prefix, StringRef Query, in inSectionBlame()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 35 getNameWithPrefixImpl(raw_ostream & OS,const Twine & GVName,ManglerPrefixTy PrefixTy,const DataLayout & DL,char Prefix) getNameWithPrefixImpl() argument 65 char Prefix = DL.getGlobalPrefix(); getNameWithPrefixImpl() local 77 char Prefix = DL.getGlobalPrefix(); getNameWithPrefix() local 144 char Prefix = DL.getGlobalPrefix(); getNameWithPrefix() local [all...] |
| H A D | PassInstrumentation.cpp | 35 StringRef Prefix = PassID; isSpecialPass() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | ContinuationRecordBuilder.cpp | 17 RecordPrefix Prefix; member 70 RecordPrefix Prefix(getTypeLeafKind(RecordKind)); in begin() local 158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local 174 RecordPrefix Prefix(getTypeLeafKind(*Kind)); in end() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 32 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 47 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 114 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() argument 184 DefineFmt(const Twine & Prefix,TargetInfo::IntType Ty,const TargetInfo & TI,MacroBuilder & Builder) DefineFmt() argument 213 DefineTypeSizeAndWidth(const Twine & Prefix,TargetInfo::IntType Ty,const TargetInfo & TI,MacroBuilder & Builder) DefineTypeSizeAndWidth() argument 236 const char *Prefix = IsSigned ? "__INT" : "__UINT"; DefineExactWidthIntType() local 258 const char *Prefix = IsSigned ? "__INT" : "__UINT"; DefineExactWidthIntTypeSize() local 269 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; DefineLeastWidthIntType() local 288 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; DefineFastIntType() local 1203 __anon849ebf760202(const llvm::Twine &Prefix) InitializePredefinedMacros() argument [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CVRecord.h | 73 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 94 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
|
| /freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderMap.cpp | 190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 219 std::optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local 244 std::optional<StringRef> Prefix = getString(B.Prefix); in reverseLookupFilename() local
|
| /freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 216 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); EmitOptParser() local 222 for (const auto &Prefix : Prefixes) EmitOptParser() local 233 for (const auto &Prefix : Prefixes) { EmitOptParser() local 255 for (const auto &Prefix : PrefixesUnion) { EmitOptParser() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.cpp | 27 static const char *makeArgString(const ArgList &Args, const char *Prefix, in makeArgString() argument 93 const char *Prefix, in addSanitizerArgs() argument 107 const char *Prefix, in addSanitizerArgs() argument 189 const char *Prefix = nullptr; ConstructJob() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() argument 148 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() argument 215 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() argument 348 doTest(std::vector<Attribute> & Prefix,std::vector<Attribute> & Kept) doTest() argument 454 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 566 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 665 doTest(std::vector<const BasicBlock * > & Prefix,std::vector<const BasicBlock * > & Kept) doTest() argument 750 doTest(std::vector<const Instruction * > & Prefix,std::vector<const Instruction * > & Kept) doTest() argument 824 doTest(std::vector<Instruction * > & Prefix,std::vector<Instruction * > & Kept) doTest() argument 893 doTest(std::vector<std::string> & Prefix,std::vector<std::string> & Kept) doTest() argument 958 doTest(std::vector<const MDNode * > & Prefix,std::vector<const MDNode * > & Kept) doTest() argument [all...] |
| /freebsd-src/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcompile.c | 582 char *Prefix = ""; in AslCompilerSignon() local 660 char *Prefix = ""; in AslCompilerFileHeader() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 73 NestedNameSpecifier *Prefix, in Create() argument 60 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,IdentifierInfo * II) Create() argument 89 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,NamespaceAliasDecl * Alias) Create() argument 105 Create(const ASTContext & Context,NestedNameSpecifier * Prefix,bool Template,const Type * T) Create() argument 415 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) getSourceRange() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | CodeCompletion.h | 28 std::string Prefix; member
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 257 starts_with(StringRef Prefix) starts_with() argument 263 startswith(StringRef Prefix) startswith() argument 631 consume_front(StringRef Prefix) consume_front() argument 641 consume_front_insensitive(StringRef Prefix) consume_front_insensitive() argument [all...] |
| /freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticPrinter.h | 35 std::string Prefix; variable
|
| H A D | SARIFDiagnosticPrinter.h | 69 std::string Prefix; variable
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 139 const std::string &Prefix, const Preprocessor &PP, in createTextPathDiagnosticConsumer() 149 const std::string &Prefix, const Preprocessor &PP, in createTextMinimalPathDiagnosticConsumer()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 760 parsePattern(StringRef PatternStr,StringRef Prefix,SourceMgr & SM,const FileCheckRequest & Req) parsePattern() argument 1532 FindCheckType(const FileCheckRequest & Req,StringRef Buffer,StringRef Prefix,bool & Misspelled) FindCheckType() argument 1622 FindCheckType(const FileCheckRequest & Req,StringRef Buffer,StringRef Prefix) FindCheckType() argument 1642 for (const char *Prefix : DefaultCheckPrefixes) addDefaultPrefixes() local 1647 for (const char *Prefix : DefaultCommentPrefixes) addDefaultPrefixes() local 1659 for (StringRef Prefix : CheckPrefixes) PrefixMatcher() local 1661 for (StringRef Prefix : CommentPrefixes) PrefixMatcher() local 1720 StringRef Prefix = Matcher.match(Buffer); FindFirstMatchingPrefix() local 1791 std::string Prefix = "-implicit-check-not='"; readCheckFile() local 1975 printMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) printMatch() argument 2045 printNoMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Error MatchError,bool VerboseVerbose,std::vector<FileCheckDiag> * Diags) printNoMatch() argument 2128 reportMatchResult(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) reportMatchResult() argument 2469 for (StringRef Prefix : SuppliedPrefixes) { ValidatePrefixes() local 2495 for (const char *Prefix : DefaultCheckPrefixes) ValidateCheckPrefixes() local 2499 for (const char *Prefix : DefaultCommentPrefixes) ValidateCheckPrefixes() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 30 StringRef Prefix; variable
|
| /freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 242 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() argument 258 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() argument 299 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) { in emitOptionNames() local 332 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) in emitOption() local
|
| /freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | CXXPredicates.h | |
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 90 std::string Prefix; global() member 291 AddSystemHeaderPrefix(StringRef Prefix,bool IsSystemHeader) AddSystemHeaderPrefix() argument
|