/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash47.C | 31 Ref(): rep(0) in Ref() function 33 Ref(const Ref<REP>& other): rep(other.rep) in Ref() function 58 Ref(REP *r): rep(r) in Ref() function
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader() 130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() 134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() 142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
|
H A D | BinaryStreamWriter.cpp | 17 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter() 60 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef() 64 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint64_t Length) { in writeStreamRef()
|
H A D | Regex.cpp | 189 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBMemoryRegionInfoList.cpp | 69 MemoryRegionInfos &Ref() { return m_regions; } in Ref() function in MemoryRegionInfoListImpl 71 const MemoryRegionInfos &Ref() const { return m_regions; } in Ref() function in MemoryRegionInfoListImpl
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 76 for (const StringRef &Ref : Refs) in append() local 79 for (const StringRef &Ref : Refs) { in append() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | conv6.C | 8 template <typename> struct Ref {}; struct
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 83 if (auto *Ref = dyn_cast<DeclRefExpr>(E)) { in isASafeCallArg() local
|
H A D | UncountedLocalVarsChecker.cpp | 188 if (auto *Ref = llvm::dyn_cast<DeclRefExpr>(InitArgOrigin)) { in visitVarDecl() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Metadata.cpp | 150 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() 167 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack() 175 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack() 213 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() 224 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() 230 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef() 295 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local 807 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WindowsResourceDumper.cpp | 54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 43 for (const auto &Ref : Refs) { in hashType() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DirectoryEntry.h | 62 friend llvm::hash_code hash_value(DirectoryEntryRef Ref) { in hash_value()
|
H A D | FileEntry.h | 105 friend llvm::hash_code hash_value(FileEntryRef Ref) { in hash_value()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1574 DataRefImpl Ref; in symbol_begin() local 1581 DataRefImpl Ref; in symbol_end() local 1679 DataRefImpl Ref; in getSymbolSection() local 1796 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName() 1815 DataRefImpl Ref; in section_begin() local 1821 DataRefImpl Ref; in section_end() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 178 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in startsWithGlobalOffsetTable() local 189 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr *>(Expr); in hasSecRelSymbolRef() local 208 const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Op.getExpr()); in isPCRel32Branch() local 1171 const auto *Ref = dyn_cast<MCSymbolRefExpr>(MO.getExpr()); in emitREXPrefix() local
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/passmgr_builder/ |
H A D | passmgr_builder_ocaml.c | 35 static value alloc_pmbuilder(LLVMPassManagerBuilderRef Ref) { in alloc_pmbuilder()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 107 TrackingMDRef Ref; variable
|
H A D | Metadata.h | 231 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() 240 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 113 for (const auto &Ref : DepList) { in addReferencedTypes() local
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 106 for (const auto &Ref : ForwardDIEReferences) { in fixupForwardReferences() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 171 WritableBinaryStreamRef Ref(*NS); in commitSymbolStream() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ModRef.h | 31 Ref = 1, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables() local
|