Home
last modified time | relevance | path

Searched defs:Out (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DOutputSections.h148 struct Out { global() struct
151 elfHeaderOut global() argument
152 programHeadersOut global() argument
153 preinitArrayOut global() argument
154 initArrayOut global() argument
155 finiArrayOut global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp72 return Printable([](raw_ostream &Out) { Out << "<nullptr>"; }); in print()
73 return Printable([Block](raw_ostream &Out) { Block->printName(Out); }); in print()
77 return Printable([I](raw_ostream &Out) { I->print(Out); }); in print()
82 return Printable([MRI, Value](raw_ostream &Out) { in print()
97 return Printable([BB](raw_ostream &Out) { BB->printAsOperand(Out); }); in printAsOperand()
H A DLLVMTargetMachine.cpp135 addAsmPrinter(PassManagerBase & PM,raw_pwrite_stream & Out,raw_pwrite_stream * DwoOut,CodeGenFileType FileType,MCContext & Context) addAsmPrinter() argument
155 createMCStreamer(raw_pwrite_stream & Out,raw_pwrite_stream * DwoOut,CodeGenFileType FileType,MCContext & Context) createMCStreamer() argument
234 addPassesToEmitFile(PassManagerBase & PM,raw_pwrite_stream & Out,raw_pwrite_stream * DwoOut,CodeGenFileType FileType,bool DisableVerify,MachineModuleInfoWrapperPass * MMIWP) addPassesToEmitFile() argument
264 addPassesToEmitMC(PassManagerBase & PM,MCContext * & Ctx,raw_pwrite_stream & Out,bool DisableVerify) addPassesToEmitMC() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp79 return Printable([V](raw_ostream &Out) { V->print(Out); }); in print()
88 return Printable([](raw_ostream &Out) { Out << "<nullptr>"; }); in print()
90 return Printable([BB](raw_ostream &Out) { Out << BB->getName(); }); in print()
92 return Printable([BB](raw_ostream &Out) { in print()
100 return Printable([BB](raw_ostream &Out) { BB->printAsOperand(Out); }); in printAsOperand()
H A DAsmWriter.cpp299 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { in PrintCallingConv() argument
438 PrintShuffleMask(raw_ostream & Out,Type * Ty,ArrayRef<int> Mask) PrintShuffleMask() argument
1381 WriteOptimizationInfo(raw_ostream & Out,const User * U) WriteOptimizationInfo() argument
1408 WriteConstantInternal(raw_ostream & Out,const Constant * CV,AsmWriterContext & WriterCtx) WriteConstantInternal() argument
1684 writeMDTuple(raw_ostream & Out,const MDTuple * Node,AsmWriterContext & WriterCtx) writeMDTuple() argument
1725 raw_ostream &Out; global() member
1793 writeMetadataAsOperand(raw_ostream & Out,const Metadata * MD,AsmWriterContext & WriterCtx) writeMetadataAsOperand() argument
1905 writeGenericDINode(raw_ostream & Out,const GenericDINode * N,AsmWriterContext & WriterCtx) writeGenericDINode() argument
1923 writeDILocation(raw_ostream & Out,const DILocation * DL,AsmWriterContext & WriterCtx) writeDILocation() argument
1937 writeDIAssignID(raw_ostream & Out,const DIAssignID * DL,AsmWriterContext & WriterCtx) writeDIAssignID() argument
1943 writeDISubrange(raw_ostream & Out,const DISubrange * N,AsmWriterContext & WriterCtx) writeDISubrange() argument
1984 writeDIGenericSubrange(raw_ostream & Out,const DIGenericSubrange * N,AsmWriterContext & WriterCtx) writeDIGenericSubrange() argument
2035 writeDIEnumerator(raw_ostream & Out,const DIEnumerator * N,AsmWriterContext &) writeDIEnumerator() argument
2047 writeDIBasicType(raw_ostream & Out,const DIBasicType * N,AsmWriterContext &) writeDIBasicType() argument
2062 writeDIStringType(raw_ostream & Out,const DIStringType * N,AsmWriterContext & WriterCtx) writeDIStringType() argument
2080 writeDIDerivedType(raw_ostream & Out,const DIDerivedType * N,AsmWriterContext & WriterCtx) writeDIDerivedType() argument
2103 writeDICompositeType(raw_ostream & Out,const DICompositeType * N,AsmWriterContext & WriterCtx) writeDICompositeType() argument
2136 writeDISubroutineType(raw_ostream & Out,const DISubroutineType * N,AsmWriterContext & WriterCtx) writeDISubroutineType() argument
2147 writeDIFile(raw_ostream & Out,const DIFile * N,AsmWriterContext &) writeDIFile() argument
2162 writeDICompileUnit(raw_ostream & Out,const DICompileUnit * N,AsmWriterContext & WriterCtx) writeDICompileUnit() argument
2192 writeDISubprogram(raw_ostream & Out,const DISubprogram * N,AsmWriterContext & WriterCtx) writeDISubprogram() argument
2220 writeDILexicalBlock(raw_ostream & Out,const DILexicalBlock * N,AsmWriterContext & WriterCtx) writeDILexicalBlock() argument
2231 writeDILexicalBlockFile(raw_ostream & Out,const DILexicalBlockFile * N,AsmWriterContext & WriterCtx) writeDILexicalBlockFile() argument
2243 writeDINamespace(raw_ostream & Out,const DINamespace * N,AsmWriterContext & WriterCtx) writeDINamespace() argument
2253 writeDICommonBlock(raw_ostream & Out,const DICommonBlock * N,AsmWriterContext & WriterCtx) writeDICommonBlock() argument
2265 writeDIMacro(raw_ostream & Out,const DIMacro * N,AsmWriterContext & WriterCtx) writeDIMacro() argument
2276 writeDIMacroFile(raw_ostream & Out,const DIMacroFile * N,AsmWriterContext & WriterCtx) writeDIMacroFile() argument
2286 writeDIModule(raw_ostream & Out,const DIModule * N,AsmWriterContext & WriterCtx) writeDIModule() argument
2301 writeDITemplateTypeParameter(raw_ostream & Out,const DITemplateTypeParameter * N,AsmWriterContext & WriterCtx) writeDITemplateTypeParameter() argument
2312 writeDITemplateValueParameter(raw_ostream & Out,const DITemplateValueParameter * N,AsmWriterContext & WriterCtx) writeDITemplateValueParameter() argument
2326 writeDIGlobalVariable(raw_ostream & Out,const DIGlobalVariable * N,AsmWriterContext & WriterCtx) writeDIGlobalVariable() argument
2345 writeDILocalVariable(raw_ostream & Out,const DILocalVariable * N,AsmWriterContext & WriterCtx) writeDILocalVariable() argument
2361 writeDILabel(raw_ostream & Out,const DILabel * N,AsmWriterContext & WriterCtx) writeDILabel() argument
2372 writeDIExpression(raw_ostream & Out,const DIExpression * N,AsmWriterContext & WriterCtx) writeDIExpression() argument
2397 writeDIArgList(raw_ostream & Out,const DIArgList * N,AsmWriterContext & WriterCtx,bool FromValue=false) writeDIArgList() argument
2412 writeDIGlobalVariableExpression(raw_ostream & Out,const DIGlobalVariableExpression * N,AsmWriterContext & WriterCtx) writeDIGlobalVariableExpression() argument
2422 writeDIObjCProperty(raw_ostream & Out,const DIObjCProperty * N,AsmWriterContext & WriterCtx) writeDIObjCProperty() argument
2436 writeDIImportedEntity(raw_ostream & Out,const DIImportedEntity * N,AsmWriterContext & WriterCtx) writeDIImportedEntity() argument
2450 WriteMDNodeBodyInternal(raw_ostream & Out,const MDNode * Node,AsmWriterContext & Ctx) WriteMDNodeBodyInternal() argument
2470 WriteAsOperandInternal(raw_ostream & Out,const Value * V,AsmWriterContext & WriterCtx) WriteAsOperandInternal() argument
2549 WriteAsOperandInternal(raw_ostream & Out,const Metadata * MD,AsmWriterContext & WriterCtx,bool FromValue) WriteAsOperandInternal() argument
2604 formatted_raw_ostream &Out; global() member in __anoncb2f1b2a0911::AssemblyWriter
3533 printMetadataIdentifier(StringRef Name,formatted_raw_ostream & Out) printMetadataIdentifier() argument
3579 PrintVisibility(GlobalValue::VisibilityTypes Vis,formatted_raw_ostream & Out) PrintVisibility() argument
3588 PrintDSOLocation(const GlobalValue & GV,formatted_raw_ostream & Out) PrintDSOLocation() argument
3594 PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT,formatted_raw_ostream & Out) PrintDLLStorageClass() argument
3603 PrintThreadLocalModel(GlobalVariable::ThreadLocalMode TLM,formatted_raw_ostream & Out) PrintThreadLocalModel() argument
3634 maybePrintComdat(formatted_raw_ostream & Out,const GlobalObject & GO) maybePrintComdat() argument
4104 maybePrintCallAddrSpace(const Value * Operand,const Instruction * I,raw_ostream & Out) maybePrintCallAddrSpace() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp192 static raw_ostream &printJson(const MemRegion *Region, raw_ostream &Out, in printJson()
197 static raw_ostream &printJson(const SymExpr *Symbol, raw_ostream &Out, in printJson()
202 static raw_ostream &printJson(const DynamicTypeInfo &DTI, raw_ostream &Out, in printJson()
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson()
226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out, in printJson()
234 raw_ostream &Out, const char *NL, in printJsonContainer()
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, in printJson()
264 static void printJsonImpl(raw_ostream &Out, ProgramStateRef State, in printJsonImpl()
275 static void printDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, in printDynamicTypesJson()
281 static void printDynamicCastsJson(raw_ostream &Out, ProgramStateRef State, in printDynamicCastsJson()
[all …]
H A DCheckerRegistryData.cpp123 const AnalyzerOptions &AnOpts, raw_ostream &Out, in printCheckerWithDescList()
142 StringRef Description) { in printCheckerWithDescList()
203 StringRef Desc) { in printCheckerOptionList()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp215 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() argument
272 void writeNListEntry(const SymbolEntry &SE, bool IsLittleEndian, char *&Out, in writeNListEntry() argument
323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo() local
335 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo() local
347 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; writeWeakBindInfo() local
359 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; writeLazyBindInfo() local
371 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; writeExportInfo() local
385 uint32_t *Out = writeIndirectSymbolTable() local
401 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; writeLinkData() local
578 char *Out = (char *)Buf->getBufferStart() + ExportsTrieCmd.dataoff; writeExportsTrieData() local
[all...]
H A DMachOWriter.h30 raw_ostream &Out; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp37 ASTPrinter(std::unique_ptr<raw_ostream> Out, Kind K, in ASTPrinter()
115 raw_ostream &Out; member in __anon164efe420111::ASTPrinter
139 ASTDeclNodeLister(raw_ostream *Out = nullptr) in ASTDeclNodeLister()
155 raw_ostream &Out; member in __anon164efe420111::ASTDeclNodeLister
160 clang::CreateASTPrinter(std::unique_ptr<raw_ostream> Out, in CreateASTPrinter()
167 clang::CreateASTDumper(std::unique_ptr<raw_ostream> Out, StringRef FilterString, in CreateASTDumper()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
28 raw_ostream &Out; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.h24 XCOFFWriter(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in XCOFFWriter()
29 raw_ostream &Out; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h27 raw_ostream &Out; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/freebsd-src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp105 FILE *Out; member
126 FILE *Out = Data->Out; in ElCompletionFn() local
194 FILE *Out, FILE *Err) in LineEditor()
278 FILE *Out; member
282 FILE *Out, FILE *Err) in LineEditor()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp901 output(const bool & Val,void *,raw_ostream & Out) output() argument
914 output(const StringRef & Val,void *,raw_ostream & Out) output() argument
925 output(const std::string & Val,void *,raw_ostream & Out) output() argument
936 output(const uint8_t & Val,void *,raw_ostream & Out) output() argument
953 output(const uint16_t & Val,void *,raw_ostream & Out) output() argument
969 output(const uint32_t & Val,void *,raw_ostream & Out) output() argument
985 output(const uint64_t & Val,void *,raw_ostream & Out) output() argument
998 output(const int8_t & Val,void *,raw_ostream & Out) output() argument
1015 output(const int16_t & Val,void *,raw_ostream & Out) output() argument
1030 output(const int32_t & Val,void *,raw_ostream & Out) output() argument
1045 output(const int64_t & Val,void *,raw_ostream & Out) output() argument
1057 output(const double & Val,void *,raw_ostream & Out) output() argument
1067 output(const float & Val,void *,raw_ostream & Out) output() argument
1077 output(const Hex8 & Val,void *,raw_ostream & Out) output() argument
1091 output(const Hex16 & Val,void *,raw_ostream & Out) output() argument
1105 output(const Hex32 & Val,void *,raw_ostream & Out) output() argument
1119 output(const Hex64 & Val,void *,raw_ostream & Out) output() argument
1132 output(const VersionTuple & Val,void *,llvm::raw_ostream & Out) output() argument
[all...]
H A DStringExtras.cpp62 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { in printEscapedString()
73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped()
90 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase()
H A DVersionTuple.cpp24 llvm::raw_string_ostream Out(Result); in getAsString() local
30 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) { in operator <<()
H A DConvertUTFWrapper.cpp84 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF16ToUTF8String()
135 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out) { in convertUTF16ToUTF8String()
142 bool convertUTF32ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF32ToUTF8String()
193 bool convertUTF32ToUTF8String(ArrayRef<UTF32> Src, std::string &Out) { in convertUTF32ToUTF8String()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp417 Register Out = in createDupLane() local
433 Register Out = MRI->createVirtualRegister(TRC); in createExtractSubreg() local
447 Register Out = MRI->createVirtualRegister(&ARM::QPRRegClass); in createRegSequence() local
465 Register Out in createVExt() local
477 Register Out = MRI->createVirtualRegister(&ARM::DPR_VFP2RegClass); createInsertSubreg() local
493 Register Out = MRI->createVirtualRegister(&ARM::DPRRegClass); createImplicitDef() local
510 unsigned Out; optimizeAllLanesPattern() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp204 print(raw_ostream & Out,object::Archive::Kind Kind,T Val) print() argument
210 printLE(raw_ostream & Out,T Val) printLE() argument
215 printRestOfMemberHeader(raw_ostream & Out,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printRestOfMemberHeader() argument
230 printGNUSmallMemberHeader(raw_ostream & Out,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printGNUSmallMemberHeader() argument
239 printBSDMemberHeader(raw_ostream & Out,uint64_t Pos,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size) printBSDMemberHeader() argument
255 printBigArchiveMemberHeader(raw_ostream & Out,StringRef Name,const sys::TimePoint<std::chrono::seconds> & ModTime,unsigned UID,unsigned GID,unsigned Perms,uint64_t Size,uint64_t PrevOffset,uint64_t NextOffset) printBigArchiveMemberHeader() argument
299 printMemberHeader(raw_ostream & Out,uint64_t Pos,raw_ostream & StringTable,StringMap<uint64_t> & MemberNames,object::Archive::Kind Kind,bool Thin,const NewArchiveMember & M,sys::TimePoint<std::chrono::seconds> ModTime,uint64_t Size) printMemberHeader() argument
345 raw_string_ostream Out(Header); computeStringTable() local
375 printNBits(raw_ostream & Out,object::Archive::Kind Kind,uint64_t Val) printNBits() argument
441 writeSymbolTableHeader(raw_ostream & Out,object::Archive::Kind Kind,bool Deterministic,uint64_t Size,uint64_t PrevMemberOffset=0,uint64_t NextMemberOffset=0) writeSymbolTableHeader() argument
565 writeSymbolTable(raw_ostream & Out,object::Archive::Kind Kind,bool Deterministic,ArrayRef<MemberData> Members,StringRef StringTable,uint64_t MembersOffset,unsigned NumSyms,uint64_t PrevMemberOffset=0,uint64_t NextMemberOffset=0,bool Is64Bit=false) writeSymbolTable() argument
615 writeSymbolMap(raw_ostream & Out,object::Archive::Kind Kind,bool Deterministic,ArrayRef<MemberData> Members,SymMap & SymMap,uint64_t MembersOffset) writeSymbolMap() argument
641 writeECSymbols(raw_ostream & Out,object::Archive::Kind Kind,bool Deterministic,ArrayRef<MemberData> Members,SymMap & SymMap) writeECSymbols() argument
807 raw_string_ostream Out(Header); computeMemberData() local
967 writeArchiveToStream(raw_ostream & Out,ArrayRef<NewArchiveMember> NewMembers,SymtabWritingMode WriteSymtab,object::Archive::Kind Kind,bool Deterministic,bool Thin,bool IsEC) writeArchiveToStream() argument
1244 raw_fd_ostream Out(Temp->FD, false); writeArchive() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h33 MCStreamer &Out; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp771 emitLAInstSeq(MCRegister DestReg,MCRegister TmpReg,const MCExpr * Symbol,SmallVectorImpl<Inst> & Insts,SMLoc IDLoc,MCStreamer & Out,bool RelaxHint) emitLAInstSeq() argument
833 emitLoadAddressAbs(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressAbs() argument
864 emitLoadAddressPcrel(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressPcrel() argument
883 emitLoadAddressPcrelLarge(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressPcrelLarge() argument
910 emitLoadAddressGot(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressGot() argument
929 emitLoadAddressGotLarge(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressGotLarge() argument
956 emitLoadAddressTLSLE(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSLE() argument
974 emitLoadAddressTLSIE(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSIE() argument
993 emitLoadAddressTLSIELarge(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSIELarge() argument
1020 emitLoadAddressTLSLD(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSLD() argument
1039 emitLoadAddressTLSLDLarge(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSLDLarge() argument
1066 emitLoadAddressTLSGD(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSGD() argument
1085 emitLoadAddressTLSGDLarge(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadAddressTLSGDLarge() argument
1112 emitLoadImm(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out) emitLoadImm() argument
1134 emitFuncCall36(MCInst & Inst,SMLoc IDLoc,MCStreamer & Out,bool IsTailCall) emitFuncCall36() argument
1164 processInstruction(MCInst & Inst,SMLoc IDLoc,OperandVector & Operands,MCStreamer & Out) processInstruction() argument
1301 MatchAndEmitInstruction(SMLoc IDLoc,unsigned & Opcode,OperandVector & Operands,MCStreamer & Out,uint64_t & ErrorInfo,bool MatchingInlineAsm) MatchAndEmitInstruction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h729 fromJSON(const Value & E,std::string & Out,Path P) fromJSON() argument
737 fromJSON(const Value & E,int & Out,Path P) fromJSON() argument
745 fromJSON(const Value & E,int64_t & Out,Path P) fromJSON() argument
753 fromJSON(const Value & E,double & Out,Path P) fromJSON() argument
761 fromJSON(const Value & E,bool & Out,Path P) fromJSON() argument
769 fromJSON(const Value & E,uint64_t & Out,Path P) fromJSON() argument
777 fromJSON(const Value & E,std::nullptr_t & Out,Path P) fromJSON() argument
786 fromJSON(const Value & E,std::optional<T> & Out,Path P) fromJSON() argument
798 fromJSON(const Value & E,std::vector<T> & Out,Path P) fromJSON() argument
811 fromJSON(const Value & E,std::map<std::string,T> & Out,Path P) fromJSON() argument
854 map(StringLiteral Prop,T & Out) map() argument
865 map(StringLiteral Prop,std::optional<T> & Out) map() argument
876 mapOptional(StringLiteral Prop,T & Out) mapOptional() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp39 raw_ostream &Out) { in mangleFunctionBlock() argument
139 void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) { in mangleName() argument
244 mangleMSGuidDecl(const MSGuidDecl * GD,raw_ostream & Out) mangleMSGuidDecl() argument
260 mangleGlobalBlock(const BlockDecl * BD,const NamedDecl * ID,raw_ostream & Out) mangleGlobalBlock() argument
279 llvm::raw_svector_ostream Out(Buffer); mangleCtorBlock() local
288 llvm::raw_svector_ostream Out(Buffer); mangleDtorBlock() local
294 mangleBlock(const DeclContext * DC,const BlockDecl * BD,raw_ostream & Out) mangleBlock() argument
387 mangleObjCMethodNameAsSourceName(const ObjCMethodDecl * MD,raw_ostream & Out) mangleObjCMethodNameAsSourceName() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp58 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local
68 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() local

12345678910>>...13