/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | WithColor.cpp | 69 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 79 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 89 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 99 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
H A D | SpecialCaseList.cpp | 166 StringRef Prefix = SplitLine.first; in parse() local 204 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 209 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 223 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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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 138 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
H A D | PassInstrumentation.cpp | 34 StringRef Prefix = PassID; in isSpecialPass() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 112 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() 182 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, in DefineFmt() 224 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntType() local 244 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 255 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 269 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local 1036 auto addLockFreeMacros = [&](const llvm::Twine &Prefix) { in InitializePredefinedMacros()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CVRecord.h | 74 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 95 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
|
/netbsd-src/external/apache2/llvm/dist/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() 439 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 558 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 664 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 756 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() 833 Expected<TestResult> doTest(std::vector<Instruction *> &Prefix, in doTest() 904 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslcompile.c | 474 char *Prefix = ""; in AslCompilerSignon() local 552 char *Prefix = ""; in AslCompilerFileHeader() local [all...] |
/netbsd-src/external/apache2/llvm/dist/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() 414 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 52 Optional<StringRef> Prefix; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | TextDiagnosticPrinter.h | 35 std::string Prefix; variable
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderMap.cpp | 190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 232 Optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 227 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 241 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 282 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) { in emitOptionNames() local 316 for (auto &Prefix : Option->getValueAsListOfStrings("Prefixes")) in emitOption() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 30 StringRef Prefix; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 235 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); in EmitOptParser() local 246 for (const auto &Prefix : Prefixes) { in EmitOptParser() local 473 for (StringRef Prefix : R.getValueAsListOfStrings("Prefixes")) { in EmitOptParser() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | BreakableToken.h | 276 StringRef Prefix; variable 480 SmallVector<std::string, 16> Prefix; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 48 StringRef Prefix; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 916 bool Pattern::parsePattern(StringRef PatternStr, StringRef Prefix, in parsePattern() 1678 FindCheckType(const FileCheckRequest &Req, StringRef Buffer, StringRef Prefix) { in FindCheckType() 1806 StringRef Prefix = Matches[0]; in FindFirstMatchingPrefix() local 1875 std::string Prefix = "-implicit-check-not='"; in readCheckFile() local 2046 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in printMatch() 2116 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in printNoMatch() 2199 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in reportMatchResult() 2536 for (StringRef Prefix : SuppliedPrefixes) { in ValidatePrefixes() local 2565 for (const char *Prefix : DefaultCheckPrefixes) in ValidateCheckPrefixes() local 2569 for (const char *Prefix : DefaultCommentPrefixes) in ValidateCheckPrefixes() local [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
H A D | ahaml.c | 135 UINT8 Prefix; in AhDecodeAmlOpcode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 87 std::string Prefix; member 242 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { in AddSystemHeaderPrefix()
|
/netbsd-src/external/bsd/pkg_install/dist/add/ |
H A D | main.c | 45 char *Prefix = NULL; variable
|