Searched refs:Source (Results 26 - 50 of 236) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h54 const DeclTy Source; member in struct:clang::interp::Descriptor
112 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); }
113 const Expr *asExpr() const { return Source.dyn_cast<const Expr *>(); }
H A DSource.cpp1 //===--- Source.cpp - Source expression tracking ----------------*- C++ -*-===//
9 #include "Source.h"
26 if (auto *S = Source.dyn_cast<const Stmt *>())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp25 template <typename T> struct Source { struct in namespace:__anon1584
27 Source(T t) : t(t) {} function in struct:__anon1584::Source
31 template <typename U> operator Source<U>() { return Source<U>(t); }
34 typedef std::pair<Source<NamedDecl *>, ASTImporter *> Candidate;
44 Source<const DeclContext *>
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC,
51 Source<const DeclContext *> SourceParentDC =
64 Source<DeclarationName> SourceName = *SourceNameOrErr;
210 Source<DeclContex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h70 Optional<StringRef> Source; member in struct:llvm::MCDwarfFile
235 Optional<StringRef> Source,
259 Optional<StringRef> Source) {
264 RootFile.Source = Source;
266 HasSource = Source.hasValue();
289 Optional<StringRef> Source) {
292 Header.setRootFile(Directory, FileName, Checksum, Source);
297 Optional<StringRef> Source) {
299 return cantFail(Header.tryGetFile(Directory, FileName, Checksum, Source,
257 setRootFile(StringRef Directory, StringRef FileName, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source) argument
287 maybeSetRootFile(StringRef Directory, StringRef FileName, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source) argument
295 getFile(StringRef Directory, StringRef FileName, Optional<MD5::MD5Result> Checksum, uint16_t DwarfVersion, Optional<StringRef> Source) argument
324 getFile(StringRef &Directory, StringRef &FileName, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, uint16_t DwarfVersion, unsigned FileNumber = 0) argument
331 setRootFile(StringRef Directory, StringRef FileName, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.h75 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::ResourcePressureView
H A DInstructionInfoView.cpp39 for (unsigned I = 0, E = Source.size(); I < E; ++I) {
40 const MCInst &Inst = Source[I];
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
551 * Source - Assignment source
565 ACPI_PARSE_OBJECT *Source)
574 "\nTrCreateAssignmentOp Line [%u to %u] Source %s Target %s\n",
575 Source->Asl.LineNumber, Source->Asl.EndLine,
576 UtGetOpName (Source
563 TrCreateAssignmentOp( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Source) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h131 /// \param Source The source of the module: a (preprocessed) module map.
133 StringRef Source) = 0;
173 StringRef Source) override {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp32 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
33 : Binary(Type, Source) {}
H A DMinidump.cpp111 MinidumpFile::create(MemoryBufferRef Source) { argument
112 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer());
154 new MinidumpFile(Source, Hdr, *ExpectedStreams, std::move(StreamMap)));
H A DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) argument
38 : TypeID(Type), Data(Source) {}
H A DTapiFile.cpp41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, argument
43 : SymbolicFile(ID_TapiFile, Source), Arch(Arch) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp36 CodeGenInstruction Source; // The source pseudo instruction definition. member in struct:__anon4942::PseudoLoweringEmitter::PseudoExpansion
42 Source(s), Dest(d), OperandMap(m) {}
97 // Source operand maps to destination operand. The Data element
199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
209 CodeGenInstruction &Source = Expansion.Source; local
211 o << " case " << Source.Namespace << "::"
212 << Source.TheDef->getName() << ": {\n"
229 << Source.Operands[Expansion.OperandMap[MIOpNo].Data
255 MIOpNo = Source
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h32 COFFImportFile(MemoryBufferRef Source) argument
33 : SymbolicFile(ID_COFFImportFile, Source) {}
H A DTapiUniversal.h90 TapiUniversal(MemoryBufferRef Source, Error &Err);
92 create(MemoryBufferRef Source);
/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
245 * Source - Pointer to the source descriptor
260 void *Source,
285 memcpy (Destination, Source, ItemCount);
298 &ACPI_CAST_PTR (UINT16, Source)[i]);
305 &ACPI_CAST_PTR (UINT32, Source)[i]);
312 &ACPI_CAST_PTR (UINT64, Source)[
258 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
430 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
607 ACPI_OPERAND_OBJECT **Source; local
644 Source = ObjDesc->Package.Elements;
645 Dest = Source;
651 if (!*Source)
657 *Dest = *Source;
661 Source
[all...]
H A Dnsxfname.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
170 ACPI_PNP_DEVICE_ID *Source,
339 * Source - Pointer to the source PNP_DEVICE_ID
351 ACPI_PNP_DEVICE_ID *Source,
357 Dest->Length = Source->Length;
361 memcpy (StringArea, Source->String, Source
349 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h22 template <class Dest, class Source> inline Dest bit_cast(const Source &S) {
23 static_assert(sizeof(Dest) == sizeof(Source), "");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp77 BasicBlock *Source = BI->getParent(); local
78 Other->removePredecessor(Source);
80 BranchInst::Create(Target, Source);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk2 # Copyright (C) 2010 The Android Open Source Project
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp195 llvm::Optional<std::string> Source;
198 Source = tooling::buildParens(*E, *Match.Context);
201 Source = tooling::buildDereference(*E, *Match.Context);
208 Source = tooling::buildDereference(*E, *Match.Context);
211 Source = tooling::buildAddressOf(*E, *Match.Context);
218 Source = tooling::buildAddressOf(*E, *Match.Context);
221 if (!Source)
225 *Result += *Source;
/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
212 void *Source,
235 * PARAMETERS: Source - Pointer to the contiguous data fields
247 void *Source,
262 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
268 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i],
284 * PARAMETERS: Source
246 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument
295 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h50 #error Source should be half, single, or double precision!
H A Dfp_trunc.h37 #error Source should be double precision or quad precision!

Completed in 123 milliseconds

12345678910