Searched refs:Source (Results 101 - 125 of 151) sorted by relevance

1234567

/freebsd-11.0-release/contrib/ldns/packaging/fedora/
H A Dldns.spec14 Source: http://www.nlnetlabs.nl/downloads/%{%name}/%{name}-%{version}.tar.gz
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp5 // This file is distributed under the University of Illinois Open Source
38 ExternalASTSource *Source = C.getExternalSource(); local
40 assert(Source && "getFromExternalSource with no external source");
43 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl(
H A DRecordLayoutBuilder.cpp5 // This file is distributed under the University of Illinois Open Source
1260 if (ExternalASTSource *Source = Context.getExternalSource()) {
1261 UseExternalLayout = Source->layoutRecordType(
2443 if (ExternalASTSource *Source = Context.getExternalSource())
2444 UseExternalLayout = Source->layoutRecordType(
H A DASTDumper.cpp5 // This file is distributed under the University of Illinois Open Source
69 // Source locations
1936 if (Expr *Source = Node->getSourceExpr())
1937 dumpStmt(Source);
H A DDecl.cpp5 // This file is distributed under the University of Illinois Open Source
3768 ExternalASTSource *Source = getASTContext().getExternalSource(); local
3769 assert(hasExternalLexicalStorage() && Source && "No external storage?");
3772 ExternalASTSource::Deserializing TheFields(Source);
3776 Source->FindExternalLexicalDecls(this, [](Decl::Kind K) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp5 // This file is distributed under the University of Illinois Open Source
424 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
425 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
432 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
H A DLoopDistribute.cpp5 // This file is distributed under the University of Illinois Open Source
563 ++Accesses[Dep.Source].NumUnsafeDependencesStartOrEnd;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h5 // This file is distributed under the University of Illinois Open Source
928 void setExternalSource(IntrusiveRefCntPtr<ExternalASTSource> Source);
2675 if (auto *Source = Ctx.getExternalSource())
2676 return new (Ctx) LazyData(Source, Value);
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h427 #define SOURCE "Source"
433 Locker, Log, Name, RCSfile, Revision, Source, State, CVSHeader, enumerator in enum:markers
H A Drcsedit.c1097 case Source:
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp5 // This file is distributed under the University of Illinois Open Source
1901 const Expr *Source = OE->getArg(1);
1903 checkAccess(Source, AK_Read);
1975 const Expr* Source = Exp->getArg(0);
1976 checkAccess(Source, AK_Read);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c356 {ACPI_RSD_STRING, ACPI_PRT_OFFSET (Source[0]), "Source", NULL},
357 {ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", NULL}
/freebsd-11.0-release/sys/boot/efi/include/
H A Defiapi.h375 // Source location of image
649 IN VOID *Source,
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S191 movw %sp,%si # Source
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S133 mov %sp,%si # Source
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.h755 ACPI_PARSE_OBJECT *Source);
/freebsd-11.0-release/gnu/usr.bin/rcs/
H A Drcstest207 @Source: $PWD$SLASH$RCSfile @
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h5 // This file is distributed under the University of Illinois Open Source
700 void setExternalSource(ExternalPreprocessorSource *Source) { argument
701 ExternalSource = Source;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h5 // This file is distributed under the University of Illinois Open Source
1566 AlignmentSource *Source = nullptr,
1569 AlignmentSource *Source = nullptr);
1572 AlignmentSource *Source = nullptr);
2232 /// \param SrcAddr Source address.
2235 /// \param SrcVD Source variable used in \a CopyExpr (for arrays, has type of
3175 /// \param Source - If non-null, this will be initialized with
3190 AlignmentSource *Source = nullptr);
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h5 // This file is distributed under the University of Illinois Open Source
435 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
439 void distributeMass(const BlockNode &Source, LoopData *OuterLoop,
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5 // This file is distributed under the University of Illinois Open Source
4875 auto Source = std::find(Sources.begin(), Sources.end(), SourceVec); local
4876 if (Source == Sources.end())
4877 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
4881 Source->MinElt = std::min(Source->MinElt, EltNo);
4882 Source->MaxElt = std::max(Source->MaxElt, EltNo);
4893 for (auto &Source : Sources) {
4894 EVT SrcEltTy = Source
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp5 // This file is distributed under the University of Illinois Open Source
1644 ExternalASTSource &Source = *getASTContext().getExternalSource(); local
1648 if (Decl *D = Source.GetExternalDecl(TopLevelDecl))
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h5 // This file is distributed under the University of Illinois Open Source
48 ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5 // This file is distributed under the University of Illinois Open Source
525 bool AMDGPUTargetLowering::isTruncateFree(EVT Source, EVT Dest) const { argument
527 return Dest.bitsLT(Source) && (Dest.getSizeInBits() % 32 == 0);
530 bool AMDGPUTargetLowering::isTruncateFree(Type *Source, Type *Dest) const { argument
532 return Dest->getPrimitiveSizeInBits() < Source->getPrimitiveSizeInBits() &&
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c593 tdsaAllShared->eventSource[i].Source.agPortContext = agNULL;
594 tdsaAllShared->eventSource[i].Source.event = 0;
596 tdsaAllShared->eventSource[i].Source.param = 0xFF;

Completed in 498 milliseconds

1234567