Searched refs:isNull (Results 176 - 200 of 236) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp141 if (Canonical && !T.isNull())
1565 if (T.isNull())
H A DTextNodeDumper.cpp669 if (Desugar && !T.isNull()) {
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp403 if (UsageType.isNull()) {
2097 if (!Context.getPreferredType().isNull()) {
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1201 assert(!elementType.isNull() && !elementType->isVoidType() &&
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp479 assert(!LAC.isNull() &&
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1219 if (DTy.isNull() || DTy->isDependentType()) {
H A DSemaDeclAttr.cpp4701 if (OldTy.isNull())
4751 if (NewElemTy.isNull()) {
4777 if (NewTy.isNull()) {
5776 return !PT.isNull() && PT->getAsCXXRecordDecl() != nullptr;
5853 return !PT.isNull() && isValidSubjectOfOSAttribute(PT);
5877 if (ReturnType.isNull()) {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp387 if (!ResultType->isVoidType() && Slot.isNull())
H A DCGClass.cpp360 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer()); local
361 Builder.CreateCondBr(isNull, endBB, notNullBB);
2968 if (!resultType->isVoidType() && returnSlot.isNull()) {
H A DCGDebugInfo.cpp2353 assert(!D.isNull() && "null type");
3337 assert(!DT.isNull() && "Undeduced types shouldn't reach here.");
3381 if (Ty.isNull())
4017 if (!SelfDeclTy.isNull())
5568 if (AT->getDeducedType().isNull())
H A DCGOpenMPRuntime.cpp3789 if (KmpTaskAffinityInfoTy.isNull()) {
3854 if (SavedKmpTaskloopTQTy.isNull()) {
3864 if (SavedKmpTaskTQTy.isNull()) {
4224 if (KmpDependInfoTy.isNull()) {
8030 if (Data.isNull())
11014 if (RetType.isNull())
11018 if (!RetType.isNull() && !RetType->isVoidType()) {
11027 if (CDT.isNull()) {
11036 if (CDT.isNull())
11595 if (KmpDimTy.isNull()) {
[all...]
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h741 if (!SubMatcher.isNull()) {
/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp137 if (ClassRec.isNull())
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp301 ConditionTruthVal Nullness = State->isNull(Val);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp686 if (type.isNull())
H A DClangExpressionParser.cpp153 if (fix_it.isNull())
H A DClangASTSource.cpp1745 copied_qual_type->getCanonicalTypeInternal().isNull())
H A DClangExpressionDeclMap.cpp1576 if (parser_opaque_type.isNull())
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h562 bool isNull() const { function in struct:llvm::object::coff_import_directory_table_entry
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp512 Align Alignment = PtrInfo.V.isNull()
H A DMachineOperand.cpp1073 assert((PtrInfo.V.isNull() || PtrInfo.V.is<const PseudoSourceValue *>() ||
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4937 if (FileType.isNull()) {
4958 if (Jmp_bufType.isNull()) {
4979 if (Sigjmp_bufType.isNull()) {
4997 if (Context.ObjCIdRedefinitionType.isNull())
5003 if (Context.ObjCClassRedefinitionType.isNull())
5009 if (Context.ObjCSelRedefinitionType.isNull())
5015 if (Ucontext_tType.isNull()) {
6909 for (; !TL.isNull(); TL = TL.getNextTypeLoc())
6915 if (InfoTy.isNull())
7183 assert(!T.isNull()
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h120 bool isNull() const { return !Ty; } function in class:clang::TypeLoc
/openbsd-current/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp324 assert(!From.isNull());
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp384 if (TL.isNull())

Completed in 408 milliseconds

12345678910