| /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 | 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 | 211 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 218 SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 231 StringRef Prefix, StringRef Query, in inSectionBlame()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InterleavedRange.h | 37 StringRef Prefix; variable 41 InterleavedRange(const Range &R, StringRef Separator, StringRef Prefix, in InterleavedRange()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 76 static std::string getIdentifierName(const Record *Rec, StringRef Prefix) { in getIdentifierName() 95 StringRef Prefix) { in generateEnumExports() 105 StringRef Enum, StringRef Prefix, in generateEnumClass() 133 StringRef Prefix, bool ExportEnums) { in generateEnumBitmask() 400 StringRef Prefix) { in generateGetName() 439 StringRef Prefix, bool ImplicitAsUnknown) { in generateGetKind() 545 StringRef Prefix = DirLang.getClausePrefix(); in generateCaseForVersionedClauses() local 571 StringRef Prefix = DirLang.getDirectivePrefix(); in generateIsAllowedClause() local 704 StringRef Prefix = DirLang.getDirectivePrefix(); in emitLeafTable() local 856 StringRef Prefix = DirLang.getDirectivePrefix(); in generateGetDirectiveAssociation() local [all …]
|
| /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/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 | 58 MDTuple *MMRAMetadata::getTagMD(LLVMContext &Ctx, StringRef Prefix, in getTagMD() 101 bool MMRAMetadata::hasTag(StringRef Prefix, StringRef Suffix) const { in hasTag()
|
| /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/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 57 NestedNameSpecifier *Prefix, in Create() 71 NestedNameSpecifier *Prefix, in Create() 87 NestedNameSpecifier *Prefix, in Create() 102 NestedNameSpecifier *Prefix, in Create() 223 if (NestedNameSpecifier *Prefix = getPrefix()) in getDependence() local 250 NestedNameSpecifier *Prefix = getPrefix(); in translateToType() 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 273 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 285 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 305 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local 1369 auto addLockFreeMacros = [&](const llvm::Twine &Prefix) { in InitializePredefinedMacros()
|
| /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() 451 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 563 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 662 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 747 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() 820 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() 888 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SanitizerSpecialCaseList.cpp | 57 bool SanitizerSpecialCaseList::inSection(SanitizerMask Mask, StringRef Prefix, in inSection() 64 SanitizerSpecialCaseList::inSectionBlame(SanitizerMask Mask, StringRef Prefix, in inSectionBlame()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderMap.cpp | 193 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 222 std::optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local 247 std::optional<StringRef> Prefix = getString(B.Prefix); in reverseLookupFilename() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 72 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 87 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
| /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 | 267 [[nodiscard]] bool starts_with(StringRef Prefix) const { in starts_with() 271 [[nodiscard]] bool starts_with(char Prefix) const { in starts_with() 643 bool consume_front(StringRef Prefix) { in consume_front() 653 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenData.cpp | 105 #define CG_DATA_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ argument 111 #define CG_DATA_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) \ argument 117 #define CG_DATA_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) Prefix, argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticPrinter.h | 35 std::string Prefix; variable
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 133 const std::string &Prefix, const Preprocessor &PP, in createTextPathDiagnosticConsumer() 143 const std::string &Prefix, const Preprocessor &PP, in createTextMinimalPathDiagnosticConsumer()
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | string_view.h | 143 LIBC_INLINE bool starts_with(string_view Prefix) const { in starts_with() 149 LIBC_INLINE bool starts_with(const char Prefix) const { in starts_with()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 64 llvm::PointerIntPair<NestedNameSpecifier *, 2, StoredSpecifierKind> Prefix; variable 305 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getBeginLoc() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 31 StringRef Prefix; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 86 std::string Prefix; member 315 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()
|