Home
last modified time | relevance | path

Searched defs:Replacements (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/
Dreplace.rs15 pub struct Replacements<I> { struct
23 pub fn new_cjk_compat_variants<I: Iterator<Item = char>>(iter: I) -> Replacements<I> { in new_cjk_compat_variants() argument
27 impl<I: Iterator<Item = char>> Iterator for Replacements<I> { implementation
54 impl<I: Iterator<Item = char> + Clone> fmt::Display for Replacements<I> { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Core/
DReplacement.h222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function
294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function
339 std::vector<Replacement> Replacements; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Core/
DReplacement.h222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function
294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function
339 std::vector<Replacement> Replacements; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Core/
DReplacement.h222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function
294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function
339 std::vector<Replacement> Replacements; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Core/
DReplacement.h222 explicit Replacements(const Replacement &R) { Replaces.insert(R); } in Replacements() function
294 Replacements(const_iterator Begin, const_iterator End) in Replacements() function
339 std::vector<Replacement> Replacements; member
/aosp_15_r20/external/clang/include/clang/Tooling/Core/
H A DReplacement.h148 typedef std::set<Replacement> Replacements; typedef
208 std::vector<Replacement> Replacements; member
/aosp_15_r20/external/mesa3d/docs/
H A Dshading.rst52 .. _capture:
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule() local
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DMacro.h31 typedef std::vector<Token> Replacements; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DFormatVariadic.cpp146 SmallVector<ReplacementItem, 2> Replacements; in parseFormatString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFormatVariadic.cpp145 std::vector<ReplacementItem> Replacements; in parseFormatString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h83 std::vector<ReplacementItem> Replacements; variable
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp80 SmallVector<std::pair<GlobalVariable*, GlobalVariable*>, 32> Replacements; in mergeConstants() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h82 std::vector<ReplacementItem> Replacements; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp213 DenseMap<ReturnInst *, ReplacementVec> Replacements; in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp263 DenseMap<ReturnInst *, ReplacementVec> Replacements; in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1419 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicitImpl()
1604 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicit()
2306 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1281 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicitImpl()
1464 std::vector<DeferredReplacement> &Replacements) { in makeStatepointExplicit()
2111 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1670 std::vector<DeferredReplacement> &Replacements, in makeStatepointExplicitImpl()
1961 std::vector<DeferredReplacement> &Replacements, in makeStatepointExplicit()
2835 std::vector<DeferredReplacement> Replacements; in insertParsePoints() local
/aosp_15_r20/external/cronet/url/
H A Dgurl_unittest.cc736 TEST(GURLTest, Replacements) { in TEST() argument
826 TEST_P(GURLTypedTest, Replacements) { in TEST_P() argument
H A Durl_canon.h899 Replacements() {} in Replacements() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp125 std::map<MachineInstr*, unsigned> Replacements; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp125 std::map<MachineInstr*, unsigned> Replacements; member
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp128 std::map<MachineInstr*, unsigned> Replacements; member

12