Searched defs:isNull (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaFixItUtils.h85 bool isNull() { function in struct:clang::ConversionFixItGenerator
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h124 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { function in class:clang::ento::ConstraintManager
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclContextInternals.h70 bool isNull() const { return Data.isNull(); } function in struct:clang::StoredDeclsList
H A DTemplateName.h220 bool isNull() const { return Storage.isNull(); } function in class:clang::TemplateName
H A DCanonicalType.h86 bool isNull() const { function in class:clang::CanQual
H A DTemplateBase.h218 bool isNull() const { return getKind() == Null; } function in class:clang::TemplateArgument
H A DTypeLoc.h95 bool isNull() const { return !Ty; } function in class:clang::TypeLoc
H A DType.h600 bool isNull() const { function in class:clang::QualType
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h94 bool isNull() const { return !Value; } function in class:clang::ast_matchers::dynamic::VariantMatcher
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DPointerUnion.h266 bool isNull() const { return Val.isNull(); } function in class:llvm::PointerUnion3
374 bool isNull() const { return Val.isNull(); } function in class:llvm::PointerUnion4
[all...]
H A DTwine.h186 bool isNull() const { function in class:llvm::Twine
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h141 bool isNull() const { return !getValue(); } function in class:clang::CodeGen::ReturnValueSlot
H A DCGExprCXX.cpp1215 llvm::Value *isNull = Builder.CreateIsNull(allocation, "new.isnull"); local
H A DCGCall.cpp1804 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); local
1942 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); local
H A DCGClass.cpp195 llvm::Value *isNull = Builder.CreateIsNull(Value); local
H A DItaniumCXXABI.cpp469 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull"); local
H A DCGObjCMac.cpp1582 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp152 inline bool isNull() const { return SrcArgs.empty(); } function in struct:__anon3422::GenericTaintChecker::TaintPropagationRule
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1950 bool isNull = true; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp351 ConditionTruthVal ProgramState::isNull(SVal V) const { function in class:ProgramState
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h281 bool isNull() const { return getPointer() == NULL; } function in class:llvm::object::ELFFile::VersionMapEntry
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h68 bool isNull() const { function in class:clang::FixItHint

Completed in 337 milliseconds