Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 203) sorted by relevance

123456789

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c299 char *Source) in AcpiUtSafeStrcpy()
315 char *Source) in AcpiUtSafeStrcat()
331 char *Source, in AcpiUtSafeStrncat()
351 char *Source, in AcpiUtSafeStrncpy()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTextEncoding.h64 std::error_code convert(StringRef Source, SmallVectorImpl<char> &Result) { in convert()
126 std::error_code convert(StringRef Source, in convert()
131 ErrorOr<std::string> convert(StringRef Source) const { in convert()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp18 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
64 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
242 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
258 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
262 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
270 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
H A DConvertEBCDIC.cpp69 ConverterEBCDIC::convertToEBCDIC(StringRef Source, in convertToEBCDIC()
101 void ConverterEBCDIC::convertToUTF8(StringRef Source, in convertToUTF8()
H A DStringExtras.cpp39 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() argument
52 void llvm::SplitString(StringRef Source, in SplitString() argument
H A DTextEncoding.cpp96 TextEncodingConverterTable::convertString(StringRef Source, in convertString()
141 TextEncodingConverterICU::convertString(StringRef Source, in convertString()
237 TextEncodingConverterIconv::convertString(StringRef Source, in convertString()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp94 char Source[SmallAllocSize]; in TEST() local
115 char Source[LargeAllocSize]; in TEST() local
136 char Source[SmallAllocSize]; in TEST() local
160 char Source[LargeAllocSize]; in TEST() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp22 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal()
63 TapiUniversal::create(MemoryBufferRef Source) { in create()
H A DMachOUniversal.cpp122 MachOUniversalBinary::create(MemoryBufferRef Source) { in create()
131 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) in MachOUniversalBinary()
H A DSymbolicFile.cpp31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp25 template <typename T> struct Source { struct
26 T t;
27 Source(T t) : t(t) {} in Source() argument
28 operator T() { return t; } in operator T()
29 template <typename U = T> U &get() { return t; } in get()
30 template <typename U = T> const U &get() const { return t; } in get()
31 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source<U>()
H A DDeclFriend.cpp71 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp63 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() local
155 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() local
183 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() local
213 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionInfoView.cpp52 ArrayRef<llvm::MCInst> Source = getSource(); in printView() local
268 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionView.h30 llvm::ArrayRef<llvm::MCInst> Source; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp94 const std::string &Source, in rewriteComdat()
113 const std::string Source; member in __anon8c4031380111::ExplicitRewriteDescriptor
327 std::string Source; in parseRewriteFunctionDescriptor() local
396 std::string Source; in parseRewriteGlobalVariableDescriptor() local
459 std::string Source; in parseRewriteGlobalAliasDescriptor() local
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c191 void *Source; in AcpiRsConvertAmlToResource() local
594 void *Source = NULL; in AcpiRsConvertResourceToAml() local
H A Drsutils.c260 void *Source, in AcpiRsMoveData()
432 char *Source) in AcpiRsStrcpy()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.cpp42 Block *DynamicAllocator::allocate(const Expr *Source, PrimType T, in allocate()
105 bool DynamicAllocator::deallocate(const Expr *Source, in deallocate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.cpp22 for (auto *Source : Sources) in ~SemaSourceWithPriorities() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp221 VisitorDataSource Source) { in visitTypeRecord() argument
228 VisitorDataSource Source) { in visitTypeRecord() argument
235 visitTypeStream(const CVTypeArray & Types,TypeVisitorCallbacks & Callbacks,VisitorDataSource Source) visitTypeStream() argument
257 visitMemberRecord(CVMemberRecord Record,TypeVisitorCallbacks & Callbacks,VisitorDataSource Source) visitMemberRecord() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp104 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVA01S() local
115 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVSA01() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h80 ArrayRef<T> copyArray(ArrayRef<T> Source) { in copyArray()

123456789