OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSet
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUArgumentUsageInfo.h
37
bool
IsSet
: 1;
41
bool IsStack = false, bool
IsSet
= false)
42
: Reg(Val), Mask(Mask), IsStack(IsStack),
IsSet
(
IsSet
) {}
56
return ArgDescriptor(Arg.Reg, Mask, Arg.IsStack, Arg.
IsSet
);
59
bool
isSet
() const {
60
return
IsSet
;
64
return
isSet
();
AMDGPUArgumentUsageInfo.cpp
28
if (!
isSet
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
76
if (!SS.
isSet
() || SS.isInvalid())
168
if (!SS.
isSet
() || SS.isInvalid())
395
assert(!SS.
isSet
() && "ObjectType and scope specifier cannot coexist");
398
} else if (SS.
isSet
()) {
504
assert(!SS.
isSet
() && "ObjectType and scope specifier cannot coexist");
507
} else if (SS.
isSet
()) {
823
} else if (SS.
isSet
())
1021
assert(SS.
isSet
() && "Parser passed invalid CXXScopeSpec.");
1070
assert(SS.
isSet
() && "Parser passed invalid CXXScopeSpec.");
1097
assert(SS.
isSet
() && "Parser passed invalid CXXScopeSpec.")
[
all
...]
SemaExprMember.cpp
202
if (SS.
isSet
()) Range.setBegin(SS.getRange().getBegin());
655
QualType ObjectType = SS.
isSet
() ? QualType() : QualType(RTy, 0);
663
if (SS.
isSet
()) {
751
(SS.
isSet
() && isDependentScopeSpecifier(SS)))
994
DeclContext *DC = (SS.
isSet
()
1036
if ((SS.
isSet
() || !BaseExpr ||
1689
if (SS.
isSet
() && SS.isInvalid())
1710
= (!SS.
isSet
() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep()));
SemaTemplate.cpp
284
if (SS.
isSet
() && !SS.isInvalid()) {
354
if (!SS || !SS->
isSet
() || !isDependentScopeSpecifier(*SS) ||
999
if (SS.
isSet
())
1154
SS.
isSet
() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(),
1709
if (SS.
isSet
())
1828
if (!SS.
isSet
()) {
1949
(SS.
isSet
() && SemanticContext && SemanticContext->isRecord() &&
1956
if (SS.
isSet
()) {
3913
if (!IsCtorOrDtorName && !IsClassName && SS.
isSet
()) {
4703
SourceRange(SS.
isSet
() ? SS.getBeginLoc() : ConceptNameInfo.getLoc()
[
all
...]
SemaDecl.cpp
689
if (!SS || !SS->
isSet
()) {
718
tmpSS.
isSet
() ? &tmpSS : SS, false, false, nullptr,
743
if (!SS || (!SS->
isSet
() && !SS->isInvalid()))
862
if (getLangOpts().CPlusPlus && SS.
isSet
() &&
5736
else if (D.getCXXScopeSpec().
isSet
()) {
5799
if (!D.getCXXScopeSpec().
isSet
()) {
6124
if (D.getCXXScopeSpec().
isSet
()) {
6306
if (!SS.
isSet
()) return;
7410
D.getCXXScopeSpec().
isSet
()) {
7418
} else if (D.getCXXScopeSpec().
isSet
()) {
[
all
...]
SemaExprCXX.cpp
328
SS.
isSet
() ? SS.getScopeRep()->getPrefix() : nullptr) {
368
if (SS.
isSet
()) {
7540
if (!SS.
isSet
()) {
7558
((SS.
isSet
() && !computeDeclContext(SS, false)) ||
7559
(!SS.
isSet
() && ObjectType->isDependentType()))) {
SemaLookup.cpp
2456
if (SS && SS->
isSet
()) {
4914
} else if (SS && SS->
isSet
()) {
4928
(IsUnqualifiedLookup || (SS && SS->
isSet
()));
SemaDeclCXX.cpp
2412
if (SS && SS->
isSet
() && !SS->isInvalid()) {
3394
if (SS.
isSet
() && !SS.isInvalid()) {
4232
if (SS.
isSet
() && isDependentScopeSpecifier(SS)) {
4309
if (SS.
isSet
()) {
11454
if (SS.
isSet
())
16071
if (D.getCXXScopeSpec().
isSet
() && !Invalid) {
16548
if ((SS.isInvalid() || !SS.
isSet
()) &&
16591
} else if (SS.isInvalid() || !SS.
isSet
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h
87
bool
isSet
() const { return Block != nullptr; }
95
if (IP.
isSet
())
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d
2355
int
isSet
(socket_t s) const pure nothrow @nogc
2373
int
isSet
(Socket s) const pure nothrow @nogc
2375
return
isSet
(s.sock);
2419
foreach (fd; fds) assert(!set.
isSet
(fd));
2421
foreach (fd; fds) assert(set.
isSet
(fd));
2426
assert(cast(bool) set.
isSet
(fd) == cast(bool)(() @trusted => FD_ISSET(fd, fdset))());
2430
assert(set.
isSet
(fd));
2432
assert(!set.
isSet
(fd));
2501
assert(writeSet.
isSet
(testPair[0]));
2502
assert(writeSet.
isSet
(testPair[1]))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
313
assert(
isSet
() && "COFFSymbolRef points to nothing!");
318
assert(
isSet
() && "COFFSymbolRef points to nothing!");
323
assert(
isSet
() && "COFFSymbolRef points to nothing!");
334
assert(
isSet
() && "COFFSymbolRef points to nothing!");
339
assert(
isSet
() && "COFFSymbolRef points to nothing!");
344
assert(
isSet
() && "COFFSymbolRef points to nothing!");
434
bool
isSet
() const { return CS16 || CS32; }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
340
bool
isSet
() const { return !ValueOrInherited.isNull(); }
369
assert(!
isSet
() && "default argument already set");
377
if (!
isSet
())
1245
bool hasDefaultArgument() const { return DefaultArgument.
isSet
(); }
1459
bool hasDefaultArgument() const { return DefaultArgument.
isSet
(); }
1715
bool hasDefaultArgument() const { return DefaultArgument.
isSet
(); }
1720
return DefaultArgument.
isSet
() ? *DefaultArgument.get() : NoneLoc;
FormatString.h
37
bool
isSet
() const { return flag; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
2140
if (AttrClass::
isSet
(Caller, AttrClass::getKind()) &&
2141
!AttrClass::
isSet
(Callee, AttrClass::getKind()))
2152
if (!AttrClass::
isSet
(Caller, AttrClass::getKind()) &&
2153
AttrClass::
isSet
(Callee, AttrClass::getKind()))
2260
static bool
isSet
(const Function &Fn,
2275
static bool
isSet
(const Function &Fn,
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
74
assert(!
isSet
() && "Can't change kind with non-zero base");
108
bool
isSet
() const { return IsBaseSet; }
322
if (Addr.
isSet
()) {
369
if (Addr.
isSet
()) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp
512
if (MemberOfUnknownSpecialization && (ObjectType || SS.
isSet
()) &&
2763
if (TemplateKWLoc && (ObjectType || SS.
isSet
())) {
2840
if (SS.
isSet
()) {
2871
if (TemplateKWLoc && (ObjectType || SS.
isSet
()))
2912
(AllowDestructorName || SS.
isSet
()) && Tok.is(tok::tilde)) {
2962
if (SS.
isSet
()) {
2972
!SS.
isSet
()) {
ParseDecl.cpp
2222
if (D.getCXXScopeSpec().
isSet
()) {
2233
if (D.getCXXScopeSpec().
isSet
())
4472
if (Spec.
isSet
() && Tok.isNot(tok::identifier)) {
4642
if (!getLangOpts().CPlusPlus11 || !SS.
isSet
()) {
5392
if (SS.
isSet
() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
6011
} else if (D.getCXXScopeSpec().
isSet
()) {
6117
if (D.getCXXScopeSpec().
isSet
()) {
ParseTemplate.cpp
1452
if (SS.
isSet
() && Tok.is(tok::kw_template)) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
60
///
isSet
() is deprecated because it mostly corresponded to "valid" but was
210
bool
isSet
() const { return getScopeRep() != nullptr; }
1743
bool
isSet
() const { return LSquareLoc.isValid(); }
2185
return BindingGroup.
isSet
();
/src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp
399
nullptr, WNoErrorList.
isSet
(WNoError::Unknown));
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h
1754
template <class T> bool
isSet
(const T &V) {
1777
template <class T> bool
isSet
(const T &V) { return (Bits & Bit(V)) != 0; }
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1180
ComputeIP.
isSet
() ? LocationDescription(ComputeIP, Loc.DL) : Loc;
1231
LocationDescription LoopLoc = ComputeIP.
isSet
() ? Loc.IP : Builder.saveIP();
1575
if (ComputeIP.
isSet
())
2088
if (!IP.
isSet
())
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
2930
assert(SS.
isSet
() && "C++ scope was not set!");
2941
assert(SS.
isSet
() && "C++ scope was cleared ?");
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
1774
if (CGF.Builder.saveIP().
isSet
())
1790
assert(AllocaIP.
isSet
() &&
1821
assert((!AllocaIP.
isSet
() ||
1826
if (AllocaIP.
isSet
())
Completed in 78 milliseconds
1
2
Indexes created Tue Jun 16 00:25:01 UTC 2026