Home
last modified time | relevance | path

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

12345678910>>...17

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c468 IN OUT POOL_PRINT *Str, in _DevPathPci()
480 IN OUT POOL_PRINT *Str, in _DevPathPccard()
492 IN OUT POOL_PRINT *Str, in _DevPathMemMap()
508 IN OUT POOL_PRINT *Str, in _DevPathController()
522 IN OUT POOL_PRINT *Str, in _DevPathVendor()
553 IN OUT POOL_PRINT *Str, in _DevPathAcpi()
570 IN OUT POOL_PRINT *Str, in _DevPathAtapi()
585 IN OUT POOL_PRINT *Str, in _DevPathScsi()
598 IN OUT POOL_PRINT *Str, in _DevPathFibre()
610 IN OUT POOL_PRINT *Str, in _DevPath1394()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp192 Triple::ArchType Triple::getArchTypeForDarwinArchName(StringRef Str) { in getArchTypeForDarwinArchName()
242 StringRef Str = getArchName(); in getArchNameForAssembler() local
417 std::string Triple::normalize(StringRef Str) { in normalize()
579 static unsigned EatNumber(StringRef &Str) { in EatNumber()
621 void Triple::setTriple(const Twine &Str) { in setTriple()
642 void Triple::setArchName(StringRef Str) { in setArchName()
653 void Triple::setVendorName(StringRef Str) { in setVendorName()
657 void Triple::setOSName(StringRef Str) { in setOSName()
665 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName()
670 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
/external/v8/src/crankshaft/arm64/
Ddelayed-masm-arm64.cc42 __ Str(temp1, pending_address_dst_); in StackSlotMove() local
43 __ Str(temp2, dst_operand); in StackSlotMove() local
169 __ Str(xzr, pending_address_dst_); in EmitPending() local
172 __ Str(ScratchRegister(), pending_address_dst_); in EmitPending() local
181 __ Str(pending_register_, pending_address_dst_); in EmitPending() local
187 __ Str(temp, pending_address_dst_); in EmitPending() local
/external/swiftshader/third_party/LLVM/unittests/ADT/
DStringRefTest.cpp102 StringRef Str("hello"); in TEST() local
110 StringRef Str("hello"); in TEST() local
119 StringRef Str("hello"); in TEST() local
224 StringRef Str("hello"); in TEST() local
231 StringRef Str("hello"); in TEST() local
239 StringRef Str("hello"); in TEST() local
266 StringRef Str("hello"); in TEST() local
277 StringRef Str("hello"); in TEST() local
/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h31 std::string Str; in printStmt() local
68 std::string Str; in VisitLocConcreteInt() local
80 std::string Str; in VisitNonLocConcreteInt() local
120 std::string Str; in VisitSymIntExpr() local
161 std::string Str; in VisitElementRegion() local
205 std::string Str; in VisitSVal() local
213 std::string Str; in VisitSymExpr() local
221 std::string Str; in VisitMemRegion() local
/external/llvm/lib/IR/
DDiagnosticPrinter.cpp38 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(StringRef Str) { in operator <<()
43 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) { in operator <<()
49 const std::string &Str) { in operator <<()
94 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const Twine &Str) { in operator <<()
/external/clang/tools/libclang/
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
/external/llvm/unittests/ADT/
DStringRefTest.cpp109 StringRef Str("hello"); in TEST() local
117 StringRef Str("hello"); in TEST() local
126 StringRef Str("hello"); in TEST() local
308 StringRef Str("hello"); in TEST() local
316 StringRef Str("heLLo"); in TEST() local
326 StringRef Str("hello"); in TEST() local
335 StringRef Str("heLLo"); in TEST() local
345 StringRef Str("hello"); in TEST() local
382 StringRef Str("hello"); in TEST() local
393 StringRef Str("hello"); in TEST() local
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DStringToOffsetTable.h29 unsigned GetOrAddStringOffset(StringRef Str) { in GetOrAddStringOffset()
43 SmallString<256> Str; in EmitString() local
DAsmWriterInst.h42 std::string Str; member
101 void AddLiteralString(const std::string &Str) { in AddLiteralString()
/external/v8/src/arm64/
Dcodegen-arm64.cc62 __ Str(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateMapChangeElementsTransition() local
118 __ Str(x11, FieldMemOperand(array, FixedDoubleArray::kLengthOffset)); in GenerateSmiToDouble() local
119 __ Str(map_root, FieldMemOperand(array, HeapObject::kMapOffset)); in GenerateSmiToDouble() local
121 __ Str(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateSmiToDouble() local
128 __ Str(array, FieldMemOperand(receiver, JSObject::kElementsOffset)); in GenerateSmiToDouble() local
148 __ Str(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateSmiToDouble() local
168 __ Str(d0, MemOperand(dst_elements, kDoubleSize, PostIndex)); in GenerateSmiToDouble() local
225 __ Str(x11, FieldMemOperand(array, FixedDoubleArray::kLengthOffset)); in GenerateDoubleToObject() local
226 __ Str(map_root, FieldMemOperand(array, HeapObject::kMapOffset)); in GenerateDoubleToObject() local
245 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex)); in GenerateDoubleToObject() local
[all …]
/external/llvm/lib/Support/
DTriple.cpp633 Triple::Triple(const Twine &Str) in Triple()
693 std::string Triple::normalize(StringRef Str) { in normalize()
904 static unsigned EatNumber(StringRef &Str) { in EatNumber()
1051 void Triple::setTriple(const Twine &Str) { in setTriple()
1083 void Triple::setArchName(StringRef Str) { in setArchName()
1094 void Triple::setVendorName(StringRef Str) { in setVendorName()
1098 void Triple::setOSName(StringRef Str) { in setOSName()
1106 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName()
1111 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
/external/llvm/lib/DebugInfo/PDB/Raw/
DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1()
56 uint32_t pdb::hashStringV2(StringRef Str) { in hashStringV2()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp80 static bool SkipToToken(StringRef &Str) { in SkipToToken()
102 StringRef &Str, in ByteArrayFromString()
170 StringRef Str = Buffer.getBuffer(); in disassemble() local
/external/bison/src/
Dsystem.h161 # define obstack_sgrow(Obs, Str) \ argument
169 # define obstack_escape(Obs, Str) \ argument
191 # define obstack_quote(Obs, Str) \ argument
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc68 __ Str(rt, MemOperand(dump_base, r_offset + (i * kRegSizeInBytes))); in Dump() local
81 __ Str(tmp, MemOperand(dump_base, flags_offset)); in Dump() local
93 __ Str(tmp, in Dump() local
95 __ Str(dump_base, in Dump() local
98 __ Str(sp, MemOperand(dump2_base, r_offset + (kSPRegNum * kRegSizeInBytes))); in Dump() local
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc425 __ Str(tmp, MemOperand(dump_base, sp_offset)); in Dump() local
427 __ Str(tmp_w, MemOperand(dump_base, wsp_offset)); in Dump() local
471 __ Str(tmp, MemOperand(dump_base, flags_offset)); in Dump() local
486 __ Str(dump_base_w, in Dump() local
488 __ Str(dump_w, MemOperand(dump2, dump.GetCode() * kWRegSizeInBytes)); in Dump() local
489 __ Str(tmp_w, MemOperand(dump2, tmp.GetCode() * kWRegSizeInBytes)); in Dump() local
492 __ Str(dump_base, MemOperand(dump2, dump_base.GetCode() * kXRegSizeInBytes)); in Dump() local
493 __ Str(dump, MemOperand(dump2, dump.GetCode() * kXRegSizeInBytes)); in Dump() local
494 __ Str(tmp, MemOperand(dump2, tmp.GetCode() * kXRegSizeInBytes)); in Dump() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVStream.cpp48 static void writeQuotedString(spv_ostream& O, const std::string& Str) { in writeQuotedString()
59 static void readQuotedString(std::istream &IS, std::string& Str) { in readQuotedString()
175 operator<<(const SPIRVEncoder&O, const std::string& Str) { in operator <<()
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h73 void InsertTextBefore(unsigned OrigOffset, StringRef Str) { in InsertTextBefore()
80 void InsertTextAfter(unsigned OrigOffset, StringRef Str) { in InsertTextAfter()
/external/llvm/lib/DebugInfo/CodeView/
DStreamWriter.cpp36 Error StreamWriter::writeZeroString(StringRef Str) { in writeZeroString()
45 Error StreamWriter::writeFixedString(StringRef Str) { in writeFixedString()
/external/llvm/utils/TableGen/
DAsmWriterInst.h46 std::string Str; member
94 void AddLiteralString(const std::string &Str) { in AddLiteralString()
/external/llvm/include/llvm/Support/
DFormat.h117 StringRef Str; variable
130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify()
137 inline FormattedString right_justify(StringRef Str, unsigned Width) { in right_justify()
/external/compiler-rt/test/esan/TestCases/
Dlibc-intercept.c8 const char Str[] = "TestStringOfParticularLength"; // 29 chars. in main() local
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp48 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) { in NameNeedsEscaping()
67 static void appendMangledName(SmallVectorImpl<char> &OutName, StringRef Str, in appendMangledName()
90 StringRef Str) { in appendMangledQuotedName()
/external/swiftshader/third_party/LLVM/unittests/Support/
Draw_ostream_test.cpp121 std::string Str; in TEST() local
131 std::string Str; in TEST() local

12345678910>>...17