HomeSort by: relevance | last modified time | path
    Searched defs:isSet (Results 1 - 9 of 9) sorted by relevancy

  /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();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 87 bool isSet() const { return Block != nullptr; }
95 if (IP.isSet())
  /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/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/include/llvm/IR/
IRBuilder.h 264 bool isSet() const { return (Block != nullptr); }
284 if (IP.isSet())
  /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/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();

Completed in 70 milliseconds