/openbsd/gnu/llvm/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 | 165 StringRef Prefix = SplitLine.first; in parse() local 203 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 208 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 222 StringRef Prefix, StringRef Query, in inSectionBlame()
|
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
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 114 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() 184 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, in DefineFmt() 213 static void DefineTypeSizeAndWidth(const Twine &Prefix, TargetInfo::IntType Ty, in DefineTypeSizeAndWidth() 236 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntType() local 258 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 269 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 288 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local 1154 auto addLockFreeMacros = [&](const llvm::Twine &Prefix) { in InitializePredefinedMacros()
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Mangler.cpp | 35 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 65 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 77 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 143 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
H A D | PassInstrumentation.cpp | 35 StringRef Prefix = PassID; in isSpecialPass() local
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 36 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 257 [[nodiscard]] bool starts_with(StringRef Prefix) const { in starts_with() 261 [[nodiscard]] bool startswith(StringRef Prefix) const { in startswith() 267 [[nodiscard]] bool startswith_insensitive(StringRef Prefix) const { in startswith_insensitive() 623 bool consume_front(StringRef Prefix) { in consume_front() 633 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive()
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 89 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 136 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() 203 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() 336 Expected<TestResult> doTest(std::vector<Attribute> &Prefix, in doTest() 438 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 557 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 663 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 755 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() 831 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() 902 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() [all …]
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 26 static const char *makeArgString(const ArgList &Args, const char *Prefix, in makeArgString() 92 const char *Prefix, in addSanitizerArgs() 106 const char *Prefix, in addSanitizerArgs() 163 const char *Prefix = nullptr; in ConstructJob() local
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | HeaderMap.cpp | 191 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 220 std::optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local 245 std::optional<StringRef> Prefix = getString(B.Prefix); in reverseLookupFilename() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 235 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); in EmitOptParser() local 241 for (const auto &Prefix : Prefixes) in EmitOptParser() local 252 for (const auto &Prefix : Prefixes) { in EmitOptParser() local 274 for (const auto &Prefix : PrefixesUnion) { in EmitOptParser() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 60 NestedNameSpecifier *Prefix, IdentifierInfo *II) { 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
|
/openbsd/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 916 bool Pattern::parsePattern(StringRef PatternStr, StringRef Prefix, in parsePattern() 1827 StringRef Prefix = Matches[0]; in FindFirstMatchingPrefix() local 1896 std::string Prefix = "-implicit-check-not='"; in readCheckFile() local 2077 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in printMatch() 2147 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in printNoMatch() 2567 for (StringRef Prefix : SuppliedPrefixes) { in ValidatePrefixes() local 2596 for (const char *Prefix : DefaultCheckPrefixes) in ValidateCheckPrefixes() local 2600 for (const char *Prefix : DefaultCommentPrefixes) in ValidateCheckPrefixes() local 2614 for (const char *Prefix : DefaultCheckPrefixes) in buildCheckPrefixRegex() local 2619 for (const char *Prefix : DefaultCommentPrefixes) in buildCheckPrefixRegex() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 134 for (const StringLiteral &Prefix : getPrefixesUnion()) { in buildPrefixChars() local 154 for (const StringRef &Prefix : Prefixes) in isInput() local 163 for (auto Prefix : I->Prefixes) { in matchOption() local 177 for (auto Prefix : In.Prefixes) in optionMatches() local 217 for (auto Prefix : In.Prefixes) { in findByPrefix() local
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 250 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 266 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 307 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) { in emitOptionNames() local 343 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) in emitOption() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 142 const std::string &Prefix, const Preprocessor &PP, in createTextPathDiagnosticConsumer() 152 const std::string &Prefix, const Preprocessor &PP, in createTextMinimalPathDiagnosticConsumer()
|
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/ |
H A D | demo_chain.pl | 5 sub Prefix : ATTR { subroutine
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | BreakableToken.h | 276 StringRef Prefix; variable 480 SmallVector<std::string, 16> Prefix; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 52 std::optional<StringRef> Prefix; variable
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | TextDiagnosticPrinter.h | 35 std::string Prefix; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 30 StringRef Prefix; variable
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 257 const char *Prefix = getenv("GCOV_PREFIX"); in lprofGetPathPrefix() local 280 lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix, in lprofApplyPathPrefix()
|