Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 100) sorted by relevance

1234

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/
Dpath.concat.pass.cpp178 path& Ref = (LHS += RHS); in doConcatSourceTest() local
185 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
193 path& Ref = (LHS += RHS); in doConcatSourceTest() local
200 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
208 path& Ref = (LHS += RHS); in doConcatSourceTest() local
215 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
222 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local
230 path& Ref = (LHS += RHS); in doConcatSourceTest() local
236 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
244 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local
[all …]
Dpath.append.pass.cpp177 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
184 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
192 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
199 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
207 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
214 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
221 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() local
229 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
235 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
243 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
[all …]
/external/libcxx/test/std/containers/sequences/vector.bool/
Demplace_back.pass.cpp28 typedef C::reference Ref; in main() typedef
62 typedef C::reference Ref; in main() typedef
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
Dreplace_extension.pass.cpp62 path& Ref = (p.replace_extension(TC.extension)); in main() local
69 path& Ref = (p.replace_extension()); in main() local
Dmake_preferred.pass.cpp51 path& Ref = (p.make_preferred()); in main() local
Dremove_filename.pass.cpp67 path& Ref = (p.remove_filename()); in main() local
Dreplace_filename.pass.cpp57 path& Ref = (p.replace_filename(TC.filename)); in main() local
/external/llvm/lib/DebugInfo/CodeView/
DStreamWriter.cpp54 Error StreamWriter::writeStreamRef(StreamRef Ref) { in writeStreamRef()
61 Error StreamWriter::writeStreamRef(StreamRef Ref, uint32_t Length) { in writeStreamRef()
DStreamReader.cpp83 Error StreamReader::readStreamRef(StreamRef &Ref) { in readStreamRef()
87 Error StreamReader::readStreamRef(StreamRef &Ref, uint32_t Length) { in readStreamRef()
/external/llvm/unittests/Support/
DConvertUTFTest.cpp23 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
34 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
45 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
/external/libvpx/libvpx/test/
Dvariance_test.cc759 TEST_P(VpxVarianceTest, Ref) { RefTest(); } in TEST_P() argument
764 TEST_P(SumOfSquaresTest, Ref) { RefTest(); } in TEST_P() argument
765 TEST_P(VpxSubpelVarianceTest, Ref) { RefTest(); } in TEST_P() argument
767 TEST_P(VpxSubpelAvgVarianceTest, Ref) { RefTest(); } in TEST_P() argument
842 TEST_P(VpxHBDVarianceTest, Ref) { RefTest(); } in TEST_P() argument
846 TEST_P(VpxHBDSubpelVarianceTest, Ref) { RefTest(); } in TEST_P() argument
848 TEST_P(VpxHBDSubpelAvgVarianceTest, Ref) { RefTest(); } in TEST_P() argument
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSymbol.cpp48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value); in AliasedSymbol() local
/external/libmojo/mojo/public/cpp/bindings/lib/
Darray_internal.h42 using Ref = T&; member
/external/llvm/lib/IR/
DMetadata.cpp121 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
138 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack()
146 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
165 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
176 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef()
182 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
219 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local
662 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
/external/clang/test/CodeGenObjCXX/
Dblocks.mm78 struct Wrapper1 { NSUUID *Ref; }; field
/external/swiftshader/third_party/LLVM/lib/Support/
DRegex.cpp150 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_rfunction.pass.cpp80 using Ref = std::reference_wrapper<A>; in main() typedef
Dcopy_move.pass.cpp124 using Ref = std::reference_wrapper<A>; in main() typedef
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Demplace_front.pass.cpp55 typedef typename C::reference Ref; in test() typedef
Demplace_back.pass.cpp55 typedef typename C::reference Ref; in test() typedef
/external/llvm/lib/Support/
DRegex.cpp154 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/external/llvm/include/llvm/IR/
DTrackingMDRef.h101 TrackingMDRef Ref; variable
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c39 static value alloc_pmbuilder(LLVMPassManagerBuilderRef Ref) { in alloc_pmbuilder()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h179 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { in resolve()
536 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { in resolve()
/external/llvm/include/llvm/Support/
DErrorOr.h32 ReferenceStorage(T &Ref) : Storage(&Ref) {} in ReferenceStorage()

1234