HomeSort by relevance Sort by last modified time
    Searched refs:isNullary (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
166 assert(isNullary() && "Invalid kind!");
194 /// isNullary - Check if this is a nullary twine (null or empty).
195 bool isNullary() const {
201 return getRHSKind() == EmptyKind && !isNullary();
213 if (isNullary() && getRHSKind() != EmptyKind)
387 return isNullary();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
171 assert(isNullary() && "Invalid kind!");
199 bool isNullary() const {
205 return getRHSKind() == EmptyKind && !isNullary();
217 if (isNullary() && getRHSKind() != EmptyKind)
399 return isNullary();
  /external/llvm/include/llvm/ADT/
Twine.h 55 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
165 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
398 return isNullary();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp 232 static bool isNullary(MachineInstr &MI) {
337 unsigned IsNullary : 1;
346 CRLogicalOpInfo() : MI(nullptr), IsBinary(0), IsNullary(0),
419 if (!IsNullary) {
442 if (isNullary(MIParam)) {
443 Ret.IsNullary = 1;
488 if (!Ret.IsNullary) {
691 if (AllCRLogicalOps.back().IsNullary)
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 692 const RetainSummary *Summ, bool isNullary = true) {
694 Selector S = isNullary ? GetNullarySelector(name, Ctx)
    [all...]

Completed in 128 milliseconds