/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXString.cpp | 46 CXString Str; in createEmpty() local 53 CXString Str; in createNull() local 63 CXString Str; in createRef() local 76 CXString Str; in createDup() local 109 CXString Str; in createCXString() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | DiagnosticPrinter.cpp | 37 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(StringRef Str) { in operator <<() 42 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) { in operator <<() 48 const std::string &Str) { in operator <<() 93 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const Twine &Str) { in operator <<()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 18 StringRef Prefix, StringRef Str) { in getEntry() 27 MCSymbol *DwarfStringPool::getSymbol(AsmPrinter &Asm, StringRef Str) { in getSymbol() 31 unsigned DwarfStringPool::getIndex(AsmPrinter &Asm, StringRef Str) { in getIndex()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | StringRefTest.cpp | 109 StringRef Str("hello"); in TEST() local 117 StringRef Str("hello"); in TEST() local 126 StringRef Str("hello"); in TEST() local 255 StringRef Str("hello"); in TEST() local 263 StringRef Str("heLLo"); in TEST() local 273 StringRef Str("hello"); in TEST() local 282 StringRef Str("heLLo"); in TEST() local 292 StringRef Str("hello"); in TEST() local 329 StringRef Str("hello"); in TEST() local 340 StringRef Str("hello"); in TEST() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Triple.cpp | 442 Triple::Triple(const Twine &Str) in Triple() 489 std::string Triple::normalize(StringRef Str) { in normalize() 690 static unsigned EatNumber(StringRef &Str) { in EatNumber() 794 void Triple::setTriple(const Twine &Str) { in setTriple() 822 void Triple::setArchName(StringRef Str) { in setArchName() 833 void Triple::setVendorName(StringRef Str) { in setVendorName() 837 void Triple::setOSName(StringRef Str) { in setOSName() 845 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 850 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|
H A D | StringRef.cpp | 142 size_t StringRef::find(StringRef Str, size_t From) const { in find() 314 static unsigned GetAutoSenseRadix(StringRef &Str) { in GetAutoSenseRadix() 339 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 380 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 407 StringRef Str = *this; in getAsInteger() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 80 static bool SkipToToken(StringRef &Str) { in SkipToToken() 102 StringRef &Str, in ByteArrayFromString() 170 StringRef Str = Buffer.getBuffer(); in disassemble() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind() 26 #define OPENMP_DIRECTIVE_EXT(Name, Str) .Case(Str, OMPD_##Name) in getOpenMPDirectiveKind() argument 39 #define OPENMP_DIRECTIVE_EXT(Name, Str) \ in getOpenMPDirectiveName() argument 48 OpenMPClauseKind clang::getOpenMPClauseKind(StringRef Str) { in getOpenMPClauseKind() 77 StringRef Str) { in getOpenMPSimpleClauseType()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 74 void InsertTextBefore(unsigned OrigOffset, StringRef Str) { in InsertTextBefore() 81 void InsertTextAfter(unsigned OrigOffset, StringRef Str) { in InsertTextAfter() 197 bool InsertTextAfter(SourceLocation Loc, StringRef Str) { in InsertTextAfter() 210 bool InsertTextBefore(SourceLocation Loc, StringRef Str) { in InsertTextBefore()
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterInst.h | 42 std::string Str; member 99 void AddLiteralString(const std::string &Str) { in AddLiteralString()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDGPUMachineFunction.cpp | 23 StringRef Str = A.getValueAsString(); in AMDGPUMachineFunction() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | MacroBuilder.h | 41 void append(const Twine &Str) { in append()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | ManagedStringPool.h | 40 std::string *Str = new std::string(S); in getManagedString() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 28 StringRef Str; member 79 static Column column(StringRef Str, unsigned Width) { in column() 84 static Column column(StringRef Str, unsigned Width, const T &Value) { in column()
|
H A D | SourceCoverageView.cpp | 90 auto Str = BufferOS.str(); in renderLineCoverageColumn() local 106 auto Str = BufferOS.str(); in renderLineNumberColumn() local 126 StringRef Str = BufferOS.str(); in renderRegionMarkers() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | constructor-convert.cpp | 6 Twine(const char *Str) { } in Twine()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | StringToOffsetTable.h | 45 SmallString<256> Str; in EmitString() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | PrettyStackTrace.h | 50 const char *Str; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | raw_ostream_test.cpp | 121 std::string Str; in TEST() local 131 std::string Str; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfIndexed.h | 30 static inline uint64_t MD5Hash(StringRef Str) { in MD5Hash()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriterPass.cpp | 45 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) { in createBitcodeWriterPass()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 171 size_t rfind(StringRef Str) const { in rfind() 229 size_t count(StringRef Str) const { in count()
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 180 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error() 181 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP() 182 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF() 354 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | StreamWriter.cpp | 30 void StreamWriter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 197 ExprAST *Error(const char *Str) { in Error() 201 PrototypeAST *ErrorP(const char *Str) { in ErrorP() 205 FunctionAST *ErrorF(const char *Str) { in ErrorF() 392 Value *ErrorV(const char *Str) { in ErrorV()
|