Home
last modified time | relevance | path

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

12345678

/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c299 char *Source) in AcpiUtSafeStrcpy() argument
315 char *Source) in AcpiUtSafeStrcat() argument
331 AcpiUtSafeStrncat(char * Dest,ACPI_SIZE DestSize,char * Source,ACPI_SIZE MaxTransferLength) AcpiUtSafeStrncat() argument
351 AcpiUtSafeStrncpy(char * Dest,char * Source,ACPI_SIZE DestSize) AcpiUtSafeStrncpy() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
243 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
271 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()
52 void llvm::SplitString(StringRef Source, in SplitString()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal() argument
56 TapiUniversal::create(MemoryBufferRef Source) { in create() argument
H A DMachOUniversal.cpp123 MachOUniversalBinary::create(MemoryBufferRef Source) { in create()
132 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()
H A DTapiFile.cpp50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp55 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() local
136 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() local
157 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() local
181 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionInfoView.cpp25 ArrayRef<llvm::MCInst> Source = getSource(); in printView() local
160 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionView.h30 llvm::ArrayRef<llvm::MCInst> Source; variable
H A DSummaryView.h41 llvm::ArrayRef<llvm::MCInst> Source; variable
/freebsd-src/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() function
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.cpp73 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp94 const std::string &Source, in rewriteComdat() argument
113 const std::string Source; member in __anon7ae424ca0111::ExplicitRewriteDescriptor
327 std::string Source; in parseRewriteFunctionDescriptor() local
396 std::string Source; parseRewriteGlobalVariableDescriptor() local
459 std::string Source; parseRewriteGlobalAliasDescriptor() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c191 void *Source; in AcpiRsConvertAmlToResource() local
594 void *Source = NULL; AcpiRsConvertResourceToAml() local
[all...]
H A Drsutils.c260 void *Source, in AcpiRsMoveData() argument
432 AcpiRsStrcpy(char * Destination,char * Source) AcpiRsStrcpy() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp221 VisitorDataSource Source) { in visitTypeRecord()
228 VisitorDataSource Source) { in visitTypeRecord()
235 VisitorDataSource Source) { in visitTypeStream()
257 VisitorDataSource Source) { in visitMemberRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp62 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVA01S() local
73 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVSA01() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h80 ArrayRef<T> copyArray(ArrayRef<T> Source) { in copyArray()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h83 static WrapperFunctionResult copyFrom(const char *Source, size_t Size) { in copyFrom()
88 static WrapperFunctionResult copyFrom(const char *Source) { in copyFrom()
93 static WrapperFunctionResult copyFrom(const std::string &Source) { in copyFrom()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp36 CodeGenInstruction Source; // The source pseudo instruction definition. member
237 CodeGenInstruction &Source = Expansion.Source; emitLoweringEmitter() local
[all...]

12345678