HomeSort by: relevance | last modified time | path
    Searched defs:isNull (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaFixItUtils.h 84 bool isNull() {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 167 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateName.cpp 80 bool TemplateName::isNull() const { return Storage.isNull(); }
APValue.cpp 179 bool APValue::LValueBase::isNull() const {
180 return Ptr.isNull();
683 if (InnerTy.isNull())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PointerUnion.h 172 bool isNull() const { return !this->Val.getPointer(); }
174 explicit operator bool() const { return !isNull(); }
Twine.h 188 bool isNull() const {
199 return isNull() || isEmpty();
490 if (isNull() || Suffix.isNull())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 98 if (isNull())
122 bool isNull() const { return Data.getPointer().isNull(); }
125 assert(!isNull() && "No ASTContext.");
150 assert(!isNull() && "removing from empty list");
190 if (Head.isNull()) {
219 if (isNull()) {
267 if (isNull()) {
CanonicalType.h 95 explicit operator bool() const { return !isNull(); }
97 bool isNull() const {
98 return Stored.isNull();
643 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
644 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
657 if (Stored.isNull())
672 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
TemplateBase.h 248 bool isNull() const { return getKind() == Null; }
TypeLoc.h 120 bool isNull() const { return !Ty; }
Type.h 684 assert(!isNull() && "Cannot retrieve a NULL type pointer");
733 bool isNull() const {
734 return Value.getPointer().isNull();
1396 canon.isNull() ? QualType(this_(), 0) : canon),
1820 canon.isNull() ? QualType(this_(), 0) : canon) {
2936 assert(!can.isNull() && "canonical constant array should not have size");
4954 DeducedAsType.isNull() ? QualType(this, 0)
4956 ExtraDependence | (DeducedAsType.isNull()
6432 return (isNull() ? nullptr : getCommonPtr()->BaseType);
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 167 bool isNull() const { return !Value; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 275 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) {
337 if (indexTy.isNull())
367 ConditionTruthVal IsNull = isNull(V);
368 if (IsNull.isUnderconstrained())
369 return IsNull;
370 return ConditionTruthVal(!IsNull.getValue());
377 ConditionTruthVal ProgramState::isNull(SVal V) const {
388 return getStateManager().ConstraintMgr->isNull(this, Sym);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLTraits.h 636 inline bool isNull(StringRef S) {
660 if (isNull(S))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 378 bool isNull() const { return !Addr.isValid(); }
CGExprCXX.cpp 99 assert(!ThisTy.isNull());
285 assert(ReturnValue.isNull() && "Constructor shouldn't have return value");
364 assert(ReturnValue.isNull() && "Destructor shouldn't have return value");
1690 llvm::Value *isNull =
1691 Builder.CreateIsNull(allocation.getPointer(), "new.isnull");
1692 Builder.CreateCondBr(isNull, contBB, notNullBB);
2072 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull");
2074 Builder.CreateCondBr(IsNull, DeleteEnd, DeleteNotNull);
2182 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer())
    [all...]
CGClass.cpp 358 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer());
359 Builder.CreateCondBr(isNull, endBB, notNullBB);
430 llvm::Value *IsNull = Builder.CreateIsNull(BaseAddr.getPointer());
431 Builder.CreateCondBr(IsNull, CastNull, CastNotNull);
2897 if (!resultType->isVoidType() && returnSlot.isNull()) {
ItaniumCXXABI.cpp 930 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull");
931 return Builder.CreateSelect(isNull, src, dst);
1513 llvm::Value *IsNull = CGF.Builder.CreateIsNull(Value);
1514 CGF.Builder.CreateCondBr(IsNull, BadCastBlock, CastEnd);
CGObjCMac.cpp 1725 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver);
1726 CGF.Builder.CreateCondBr(isNull, NullBB, callBB);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 257 bool isNull() const {
469 if (!Rule.isNull())
496 if (Rule.isNull()) {
564 if (!Rule.isNull()) {
737 if ((!PType.isNull() && !PType.isConstQualified()) ||
  /src/usr.bin/make/
suff.c 173 bool isNull:1;
455 suff->isNull = false;
484 nullSuff->isNull = true;
1010 if (suff->isNull && suff->name[0] != '\0') {
2026 nullSuff->isNull = false;
2027 suff->isNull = true;
2085 Buf_AddFlag(&buf, suff->isNull, "SUFF_NULL");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 2381 bool isNull = true;
2385 isNull = false;
2388 if (isNull) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 90 bool isNull() const {
1208 if (Hint.isNull())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 562 bool isNull() const {
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 606 isNull(struct iso9660 *iso9660, const unsigned char *h, unsigned offset,
678 if (!isNull(iso9660, h, 7, 2048-7))
748 if (!isNull(iso9660, h, SVD_reserved1_offset, SVD_reserved1_size))
750 if (!isNull(iso9660, h, SVD_reserved2_offset, SVD_reserved2_size))
752 if (!isNull(iso9660, h, SVD_reserved3_offset, SVD_reserved3_size))
816 if (!isNull(iso9660, h, PVD_reserved2_offset, PVD_reserved2_size))
820 if (!isNull(iso9660, h, PVD_reserved3_offset, PVD_reserved3_size))
856 if (!isNull(iso9660, h, PVD_reserved4_offset, PVD_reserved4_size))
860 if (!isNull(iso9660, h, PVD_reserved5_offset, PVD_reserved5_size))
894 if (!isNull(iso9660, h, PVD_reserved2_offset, PVD_reserved2_size)
    [all...]

Completed in 123 milliseconds

1 2