/freebsd/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 | SpecialCaseList.cpp | 162 StringRef Prefix = SplitLine.first; parse() local 200 inSection(StringRef Section,StringRef Prefix,StringRef Query,StringRef Category) const inSection() argument 205 inSectionBlame(StringRef Section,StringRef Prefix,StringRef Query,StringRef Category) const inSectionBlame() argument 219 inSectionBlame(const SectionEntries & Entries,StringRef Prefix,StringRef Query,StringRef Category) const inSectionBlame() argument
|
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
|
/freebsd/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/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 31 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument 45 StringRef Prefix("|* "); emitSourceFileHeader() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 37 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 67 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 79 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 146 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
H A D | MemoryModelRelaxationAnnotations.cpp | 59 MDTuple *MMRAMetadata::getTagMD(LLVMContext &Ctx, StringRef Prefix, in getTagMD() 102 bool MMRAMetadata::hasTag(StringRef Prefix, StringRef Suffix) const { in hasTag()
|
H A D | PassInstrumentation.cpp | 39 StringRef Prefix = PassID; in isSpecialPass() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 114 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() 189 static void DefineFmt(const LangOptions &LangOpts, const Twine &Prefix, in DefineFmt() 225 static void DefineTypeSizeAndWidth(const Twine &Prefix, TargetInfo::IntType Ty, in DefineTypeSizeAndWidth() 249 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntType() local 271 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 283 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 303 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local 1348 auto addLockFreeMacros = [&](const llvm::Twine &Prefix) { in InitializePredefinedMacros()
|
/freebsd/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/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 148 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() 215 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() 348 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() 454 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 566 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 665 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 750 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() 824 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() 893 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() [all …]
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslcompile.c | 582 char *Prefix = ""; in AslCompilerSignon() local 660 char *Prefix = ""; in AslCompilerFileHeader() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 250 [[nodiscard]] bool starts_with(StringRef Prefix) const { in starts_with() 254 [[nodiscard]] bool starts_with(char Prefix) const { in starts_with() 620 bool consume_front(StringRef Prefix) { in consume_front() 630 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 272 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); in EmitOptParser() local 278 for (const auto &Prefix : Prefixes) in EmitOptParser() local 289 for (const auto &Prefix : Prefixes) { in EmitOptParser() local 311 for (const auto &Prefix : PrefixesUnion) { in EmitOptParser() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 59 NestedNameSpecifier *Prefix, in Create() 73 NestedNameSpecifier *Prefix, in Create() 89 NestedNameSpecifier *Prefix, in Create() 105 NestedNameSpecifier *Prefix, in Create() 415 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 43 StringRef Prefix = in getOffloadingEntryInitializer() local 72 StringRef Prefix = in emitOffloadingEntry() local
|
/freebsd/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() 93 const char *Prefix, in addSanitizerArgs() 107 const char *Prefix, in addSanitizerArgs() 180 const char *Prefix = nullptr; in ConstructJob() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 52 std::optional<StringRef> Prefix; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 764 bool Pattern::parsePattern(StringRef PatternStr, StringRef Prefix, in parsePattern() 1534 FindCheckType(const FileCheckRequest &Req, StringRef Buffer, StringRef Prefix, in FindCheckType() 1624 FindCheckType(const FileCheckRequest &Req, StringRef Buffer, StringRef Prefix) { in FindCheckType() 1644 for (const char *Prefix : DefaultCheckPrefixes) in addDefaultPrefixes() local 1649 for (const char *Prefix : DefaultCommentPrefixes) in addDefaultPrefixes() local 1661 for (StringRef Prefix : CheckPrefixes) in PrefixMatcher() local 1663 for (StringRef Prefix : CommentPrefixes) in PrefixMatcher() local 1722 StringRef Prefix = Matcher.match(Buffer); in FindFirstMatchingPrefix() local 1793 std::string Prefix = "-implicit-check-not='"; in readCheckFile() local 1977 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in printMatch() [all …]
|
/freebsd/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/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 242 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 258 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 299 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) { in emitOptionNames() local 332 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) in emitOption() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 30 StringRef Prefix; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 89 std::string Prefix; member 299 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { in AddSystemHeaderPrefix()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CXXPredicates.h | 78 std::string getEnumNameWithPrefix(StringRef Prefix) const { in getEnumNameWithPrefix()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SARIFDiagnosticPrinter.h | 69 std::string Prefix; variable
|