Home
last modified time | relevance | path

Searched refs:Active (Results 1 – 25 of 46) sorted by relevance

12

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp385 Active = ActiveTemplateInstantiations.rbegin(), in PrintInstantiationStack() local
387 Active != ActiveEnd; in PrintInstantiationStack()
388 ++Active, ++InstantiationIdx) { in PrintInstantiationStack()
393 Diags.Report(Active->PointOfInstantiation, in PrintInstantiationStack()
400 switch (Active->Kind) { in PrintInstantiationStack()
402 Decl *D = Active->Entity; in PrintInstantiationStack()
407 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack()
409 << Active->InstantiationRange; in PrintInstantiationStack()
416 Diags.Report(Active->PointOfInstantiation, DiagID) in PrintInstantiationStack()
418 << Active->InstantiationRange; in PrintInstantiationStack()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h48 bool Active; variable
56 Active = true;
58 Active = false;
63 State(Other.State), Active(Other.Active) { in SuppressAccessChecks()
64 Other.Active = false; in SuppressAccessChecks()
69 assert(Active && "trying to end an inactive suppression"); in done()
71 Active = false; in done()
75 assert(!Active && "redelaying without having ended first"); in redelay()
82 if (Active) done(); in ~SuppressAccessChecks()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.h126 bool hasInfo() const { return !Active.empty(); } in hasInfo()
129 const LoopInfo &getInfo() const { return Active.back(); } in getInfo()
133 llvm::SmallVector<LoopInfo, 4> Active; variable
HDCGLoopInfo.cpp109 Active.push_back(LoopInfo(Header, StagedAttrs)); in push()
115 assert(!Active.empty() && "No active loops to pop"); in pop()
116 Active.pop_back(); in pop()
/NextBSD/contrib/dialog/samples/
HDsourcemage.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
HDslackware.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
HDwhiptail.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
HDsuse.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
HDdebian.rc46 # Active button color
52 # Active button key color
58 # Active button label color
121 # Active form text color
/NextBSD/contrib/netbsd-tests/lib/librumphijack/
HDnetstat.expout1 Active Internet connections (including servers)
4 Active Internet6 connections (including servers)
/NextBSD/usr.sbin/bsdinstall/scripts/
HDauto203 export ZFSBOOT_PARTITION_SCHEME="GPT + Active"
216 export ZFSBOOT_PARTITION_SCHEME="GPT + Active"
234 export ZFSBOOT_PARTITION_SCHEME="GPT + Active"
247 export ZFSBOOT_PARTITION_SCHEME="GPT + Active"
/NextBSD/contrib/llvm/lib/CodeGen/
HDRegAllocPBQP.cpp292 IntervalSet Active(lowestEndPoint); in apply() local
309 IntervalSet::iterator RetireItr = Active.begin(); in apply()
310 while (RetireItr != Active.end() && in apply()
319 Active.erase(Active.begin(), RetireItr); in apply()
329 for (const auto &A : Active) { in apply()
350 Active.insert(Cur); in apply()
HDShadowStackGCLowering.cpp262 bool Active = false; in doInitialization() local
265 Active = true; in doInitialization()
269 if (!Active) in doInitialization()
/NextBSD/sys/boot/i386/mbr/
HDmbr.s65 testw %si,%si # Active already found?
70 testw %si,%si # Active found?
/NextBSD/share/misc/
HDscsi_modes292 {Change Active Partition} t1
293 {Change Active Format} t1
294 {Active Format} t5
295 {Active Partition} i1
/NextBSD/contrib/llvm/lib/ProfileData/
HDCoverageMapping.cpp318 const CountedRegion *Active = ActiveRegions.back(); in popRegion() local
319 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd; in popRegion()
/NextBSD/crypto/heimdal/doc/
HDwin2k.texi92 Install Windows, and create a new controller (Active Directory
109 Active Directory Domains and Trusts).
181 Start the @code{Active Directory Users and Computers} tool. Select the
191 the Active Directory LDAP catalog. When you create users by script you
305 @c @item Access to the Active Directory through LDAP:
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp178 for (auto *Active : Info.ActiveModuleMacros) { in updateModuleMacroInfo() local
179 auto *NewMI = Active->getMacroInfo(); in updateModuleMacroInfo()
193 IsSystemMacro &= Active->getOwningModule()->IsSystem || in updateModuleMacroInfo()
228 llvm::DenseSet<ModuleMacro*> Active; in dumpMacroInfo() local
230 Active.insert(MM); in dumpMacroInfo()
240 if (Active.count(MM)) in dumpMacroInfo()
/NextBSD/usr.sbin/bsdconfig/include/
HDmedia.hlp28 you may invoke FTP in "Active"/"Passive" auto-mode, or
/NextBSD/sys/boot/i386/zfsboot/
HDzfsldr.S73 testb $0x80,(%si) # Active?
/NextBSD/sys/boot/forth/
HDmenu.rc135 set bemenu_current="Active: "
/NextBSD/etc/
HDservices42 systat 11/tcp users #Active Users
43 systat 11/udp users #Active Users
1646 dvl-activemail 1396/tcp #DVL Active Mail
1647 dvl-activemail 1396/udp #DVL Active Mail
1648 audio-activmail 1397/tcp #Audio Active Mail
1649 audio-activmail 1397/udp #Audio Active Mail
1650 video-activmail 1398/tcp #Video Active Mail
1651 video-activmail 1398/udp #Video Active Mail
1792 aal-lm 1469/tcp #Active Analysis Limited License Manager
1793 aal-lm 1469/udp #Active Analysis Limited License Manager
HDprotocols118 a/n 107 A/N # Active Networks
/NextBSD/contrib/ofed/management/
HDREADME119 and not Active port state
/NextBSD/sys/boot/i386/boot2/
HDboot1.S156 testb $0x80,(%si) # Active?

12