/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8664.cpp | 386 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 394 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 407 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 422 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 429 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 482 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 510 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 560 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 568 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 611 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
H A D | IceInstX8632.cpp | 406 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 414 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 427 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 442 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 449 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 502 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 530 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 573 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 581 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 624 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
H A D | IceInst.cpp | 631 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated() local 652 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 661 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras() local 684 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources() local 695 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources() local 713 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 724 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 733 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 742 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 756 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
H A D | IceInstARM32.cpp | 106 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode, in dumpOpcodePred() 160 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR() local 174 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopFP() local 199 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr() local 214 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr() local 230 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddrFP() local 244 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddrFP() local 260 Ostream &Str = Func->getContext()->getStrEmit(); in emitFourAddr() local 312 Ostream &Str = Func->getContext()->getStrEmit(); in emitCmpLike() local 1331 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
H A D | IceInstMIPS32.h | 34 inline void emitRelocOp(Ostream &Str, RelocOp Reloc) { in emitRelocOp() 64 void dump(const Cfg *, Ostream &Str) const override { in dump() 90 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 98 void dump(const Cfg *Func, Ostream &Str) const override { in dump() 152 void dump(const Cfg *Func, Ostream &Str) const override { in dump() 297 void dumpOpcode(Ostream &Str, const char *Opcode, Type Ty) const { in dumpOpcode() 379 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 426 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 470 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 517 Ostream &Str = Func->getContext()->getStrDump(); in dump() local [all …]
|
H A D | IceInstMIPS32.cpp | 64 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 172 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 179 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 241 Ostream &Str = Func->getContext()->getStrDump(); in dump() local 249 Ostream &Str = Func->getContext()->getStrEmit(); in emit() local 266 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPR() local 276 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRFLoHi() local 285 Ostream &Str = Func->getContext()->getStrEmit(); in emitUnaryopGPRTLoHi() local 294 Ostream &Str = Func->getContext()->getStrEmit(); in emitThreeAddr() local 308 Ostream &Str = Func->getContext()->getStrEmit(); in emitTwoAddr() local [all …]
|
H A D | IceELFSection.cpp | 27 void ELFTextSection::appendData(ELFStreamer &Str, in appendData() 35 void ELFDataSection::appendData(ELFStreamer &Str, in appendData() 41 void ELFDataSection::appendZeros(ELFStreamer &Str, SizeT NumBytes) { in appendZeros() 46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() 58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() 177 void ELFSymbolTableSection::writeData(ELFStreamer &Str, bool IsELF64) { in writeData() 189 void ELFStringTableSection::add(const std::string &Str) { in add()
|
H A D | IceRegAlloc.cpp | 59 Ostream &Str = Func->getContext()->getStrDump(); in dumpDisableOverlap() local 74 Ostream &Str = Func->getContext()->getStrDump(); in dumpLiveRange() local 171 Ostream &Str = Ctx->getStrDump(); in livenessValidateIntervals() local 278 Ostream &Str = Ctx->getStrDump(); in initForInfOnly() local 557 Ostream &Str = Ctx->getStrDump(); in findRegisterPreference() local 790 Ostream &Str = Ctx->getStrDump(); in assignFinalRegisters() local 923 Ostream &Str = Ctx->getStrDump(); in scan() local 968 Ostream &Str = Ctx->getStrDump(); in dumpLiveRangeTrace() local 980 Ostream &Str = Func->getContext()->getStrDump(); in dump() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/ |
H A D | str.rs | 6 pub struct Str { struct 10 impl Str { impl 41 impl From<&'_ Str> for Str { implementation 48 impl From<std::string::String> for Str { implementation 55 impl From<&'_ std::string::String> for Str { implementation 61 impl From<&'static str> for Str { implementation 67 impl From<&'_ &'static str> for Str { implementation 97 impl std::fmt::Display for Str { implementation 104 impl std::fmt::Debug for Str { implementation 111 impl std::ops::Deref for Str { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/ |
D | str.rs | 6 pub struct Str { struct 10 impl Str { impl 41 impl From<&'_ Str> for Str { implementation 48 impl From<std::string::String> for Str { implementation 55 impl From<&'_ std::string::String> for Str { implementation 61 impl From<&'static str> for Str { implementation 67 impl From<&'_ &'static str> for Str { implementation 97 impl std::fmt::Display for Str { implementation 104 impl std::fmt::Debug for Str { implementation 111 impl std::ops::Deref for Str { implementation [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 61 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in OMPContext() argument 378 #define OMP_TRAIT_SET(Enum, Str) .Case(Str, TraitSet::Enum) in getOpenMPContextTraitSetKind() argument 386 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, ReqProp) \ in getOpenMPContextTraitSetForSelector() argument 396 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in getOpenMPContextTraitSetForProperty() argument 405 #define OMP_TRAIT_SET(Enum, Str) \ in getOpenMPContextTraitSetName() argument 415 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, ReqProp) \ in getOpenMPContextTraitSelectorKind() argument 423 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in getOpenMPContextTraitSelectorForProperty() argument 432 #define OMP_TRAIT_SELECTOR(Enum, TraitSetEnum, Str, ReqProp) \ in getOpenMPContextTraitSelectorName() argument 446 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in getOpenMPContextTraitPropertyKind() argument 456 #define OMP_TRAIT_PROPERTY(Enum, TraitSetEnum, TraitSelectorEnum, Str) \ in getOpenMPContextTraitPropertyForSelector() argument [all …]
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | strings_test.cpp | 16 scudo::ScopedString Str; in TEST() local 22 scudo::ScopedString Str; in TEST() local 38 scudo::ScopedString Str; in TEST() local 47 scudo::ScopedString Str; in TEST() local 57 scudo::ScopedString Str; in TEST() local 75 static void fillString(scudo::ScopedString &Str, scudo::uptr Size) { in fillString() 84 scudo::ScopedString Str; in TEST() local 101 scudo::ScopedString Str; in testAgainstLibc() local 136 scudo::ScopedString Str; in TEST() local
|
H A D | timing_test.cpp | 37 void getAllTimersStats(scudo::ScopedString &Str) { Manager.getAll(Str); } in getAllTimersStats() 56 scudo::ScopedString Str; in TEST_F() local 74 scudo::ScopedString Str; in TEST_F() local 96 scudo::ScopedString Str; in TEST_F() local 146 scudo::ScopedString Str; in TEST_F() local 164 scudo::ScopedString Str; in TEST_F() local 174 scudo::ScopedString Str; in TEST_F() local 185 scudo::ScopedString Str; in TEST_F() local 240 scudo::ScopedString Str; in TEST_F() local
|
/aosp_15_r20/external/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 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 32 std::string Str; in printStmt() local 81 std::string Str; in VisitConcreteInt() local 93 std::string Str; in VisitConcreteInt() local 133 std::string Str; in VisitSymIntExpr() local 187 std::string Str; in VisitElementRegion() local 244 std::string Str; in VisitParamVarRegion() local 277 std::string Str; in VisitSVal() local 285 std::string Str; in VisitSymExpr() local 293 std::string Str; in VisitMemRegion() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 32 std::string Str; in printStmt() local 81 std::string Str; in VisitConcreteInt() local 93 std::string Str; in VisitConcreteInt() local 133 std::string Str; in VisitSymIntExpr() local 187 std::string Str; in VisitElementRegion() local 244 std::string Str; in VisitParamVarRegion() local 277 std::string Str; in VisitSVal() local 285 std::string Str; in VisitSymExpr() local 293 std::string Str; in VisitMemRegion() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 32 std::string Str; in printStmt() local 81 std::string Str; in VisitConcreteInt() local 93 std::string Str; in VisitConcreteInt() local 133 std::string Str; in VisitSymIntExpr() local 187 std::string Str; in VisitElementRegion() local 244 std::string Str; in VisitParamVarRegion() local 277 std::string Str; in VisitSVal() local 285 std::string Str; in VisitSymExpr() local 293 std::string Str; in VisitMemRegion() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 32 std::string Str; in printStmt() local 81 std::string Str; in VisitConcreteInt() local 93 std::string Str; in VisitConcreteInt() local 133 std::string Str; in VisitSymIntExpr() local 187 std::string Str; in VisitElementRegion() local 244 std::string Str; in VisitParamVarRegion() local 277 std::string Str; in VisitSVal() local 285 std::string Str; in VisitSymExpr() local 293 std::string Str; in VisitMemRegion() local
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | SValExplainer.h | 31 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TargetCXXABI.h | 32 #define CXXABI(Name, Str) Name, argument 44 #define CXXABI(Name, Str) {Str, Name}, in getABIMap() argument 52 #define CXXABI(Name, Str) {Name, Str}, in getSpellingMap() argument 124 #define CXXABI(Name, Str) in isItaniumFamily() argument 125 #define ITANIUM_CXXABI(Name, Str) case Name: in isItaniumFamily() argument 138 #define CXXABI(Name, Str) in isMicrosoft() argument 139 #define MICROSOFT_CXXABI(Name, Str) case Name: in isMicrosoft() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TargetCXXABI.h | 32 #define CXXABI(Name, Str) Name, argument 44 #define CXXABI(Name, Str) {Str, Name}, in getABIMap() argument 52 #define CXXABI(Name, Str) {Name, Str}, in getSpellingMap() argument 124 #define CXXABI(Name, Str) in isItaniumFamily() argument 125 #define ITANIUM_CXXABI(Name, Str) case Name: in isItaniumFamily() argument 138 #define CXXABI(Name, Str) in isMicrosoft() argument 139 #define MICROSOFT_CXXABI(Name, Str) case Name: in isMicrosoft() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TargetCXXABI.h | 32 #define CXXABI(Name, Str) Name, argument 44 #define CXXABI(Name, Str) {Str, Name}, in getABIMap() argument 52 #define CXXABI(Name, Str) {Name, Str}, in getSpellingMap() argument 124 #define CXXABI(Name, Str) in isItaniumFamily() argument 125 #define ITANIUM_CXXABI(Name, Str) case Name: in isItaniumFamily() argument 138 #define CXXABI(Name, Str) in isMicrosoft() argument 139 #define MICROSOFT_CXXABI(Name, Str) case Name: in isMicrosoft() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | TargetCXXABI.h | 32 #define CXXABI(Name, Str) Name, argument 44 #define CXXABI(Name, Str) {Str, Name}, in getABIMap() argument 52 #define CXXABI(Name, Str) {Name, Str}, in getSpellingMap() argument 124 #define CXXABI(Name, Str) in isItaniumFamily() argument 125 #define ITANIUM_CXXABI(Name, Str) case Name: in isItaniumFamily() argument 138 #define CXXABI(Name, Str) in isMicrosoft() argument 139 #define MICROSOFT_CXXABI(Name, Str) case Name: in isMicrosoft() argument
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Triple.cpp | 633 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 730 Triple::Triple(const Twine &Str) in Triple() 799 std::string Triple::normalize(StringRef Str) { in normalize() 1020 static unsigned EatNumber(StringRef &Str) { in EatNumber() 1169 void Triple::setTriple(const Twine &Str) { in setTriple() 1201 void Triple::setArchName(StringRef Str) { in setArchName() 1212 void Triple::setVendorName(StringRef Str) { in setVendorName() 1216 void Triple::setOSName(StringRef Str) { in setOSName() 1224 void Triple::setEnvironmentName(StringRef Str) { in setEnvironmentName() 1229 void Triple::setOSAndEnvironmentName(StringRef Str) { in setOSAndEnvironmentName()
|