Home
last modified time | relevance | path

Searched refs:All (Results 1 – 25 of 2987) sorted by relevance

12345678910>>...120

/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp37 All.push_back( in Annotations()
39 Points[Name.value_or("")].push_back(All.size() - 1); in Annotations()
56 All.push_back( in Annotations()
58 Ranges[NewRange.Name].push_back(All.size() - 1); in Annotations()
92 const Annotation &P = All[I->getValue()[0]]; in pointWithPayload()
114 Res.push_back({All[I].Begin, All[I].Payload}); in pointsWithPayload()
137 const Annotation &R = All[I->getValue()[0]]; in rangeWithPayload()
159 Res.emplace_back(Annotations::Range{All[I].Begin, All[I].End}, in rangesWithPayload()
160 All[I].Payload); in rangesWithPayload()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h95 All, // --attribute=all enumerator
134 All, // --compare=all enumerator
143 All, // --output=all enumerator
151 All, // --print=all enumerator
165 All, // --report=all enumerator
174 All, // --warning=all enumerator
183 All, // --internal=all enumerator
325 ATTRIBUTE_OPTION(All);
366 COMPARE_OPTION(All);
376 OUTPUT_OPTION(All);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp161 std::vector<const TypeErasedDataflowAnalysisState *> All; member in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
178 All.push_back(&Owned.back()); in addOwned()
181 All.push_back(&State); in addUnowned()
184 if (All.empty()) in take()
189 if (All.size() == 1) in take()
194 return {All[0]->Lattice, Environment::join(All[0]->Env, All[0]->Env, in take()
197 auto Result = join(*All[0], *All[1]); in take()
198 for (unsigned I = 2; I < All.size(); ++I) in take()
199 Result = join(Result, *All[I]); in take()
/freebsd/contrib/sendmail/cf/feature/
H A Dlimited_masquerade.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dmasquerade_entire_domain.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dmasquerade_envelope.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dstickyhost.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dalways_add_domain.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dnotsticky.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp93 SmallVector<Metadata *, 4> All; in unifyExtensionMD() local
96 if (!llvm::is_contained(All, Op.get())) in unifyExtensionMD()
97 All.push_back(Op.get()); in unifyExtensionMD()
101 for (const auto &MD : All) in unifyExtensionMD()
/freebsd/contrib/sendmail/cf/ostype/
H A Dbsdi.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dsunos3.5.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dsunos4.1.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dultrix4.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Damdahl-uts.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Ddomainos.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Ddynix3.2.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dlinux.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dbsdi1.0.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dbsdi2.0.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Ddgux.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A Dirix4.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
/freebsd/contrib/sendmail/cf/m4/
H A Dversion.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
/freebsd/contrib/sendmail/cf/domain/
H A DEECS.Berkeley.EDU.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.
H A DS2K.Berkeley.EDU.m44 # All rights reserved.
5 # Copyright (c) 1983 Eric P. Allman. All rights reserved.
7 # The Regents of the University of California. All rights reserved.

12345678910>>...120