Home
last modified time | relevance | path

Searched defs:Str (Results 1 – 25 of 204) sorted by relevance

123456789

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXString.cpp46 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 DDiagnosticPrinter.cpp37 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 DDwarfStringPool.cpp18 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 DStringRefTest.cpp109 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 DTriple.cpp442 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 DStringRef.cpp142 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 DDisassembler.cpp80 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 DOpenMPKinds.cpp23 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 DRewriter.h74 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 DAsmWriterInst.h42 std::string Str; member
99 void AddLiteralString(const std::string &Str) { in AddLiteralString()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp23 StringRef Str = A.getValueAsString(); in AMDGPUMachineFunction() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DMacroBuilder.h41 void append(const Twine &Str) { in append()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h40 std::string *Str = new std::string(S); in getManagedString() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.cpp28 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 DSourceCoverageView.cpp90 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 Dconstructor-convert.cpp6 Twine(const char *Str) { } in Twine()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h45 SmallString<256> Str; in EmitString() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DPrettyStackTrace.h50 const char *Str; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A Draw_ostream_test.cpp121 std::string Str; in TEST() local
131 std::string Str; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfIndexed.h30 static inline uint64_t MD5Hash(StringRef Str) { in MD5Hash()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp45 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) { in createBitcodeWriterPass()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSmallString.h171 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 Dtoy.cpp180 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 DStreamWriter.cpp30 void StreamWriter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp197 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()

123456789