| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Builtins.h | 116 bool isPure(unsigned ID) const { in isPure() function
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 425 if (!Overrider.Method->isPure()) in dump() 1260 if (Overrider.Method->isPure()) in ComputeThisAdjustment() 1604 if (!OverriderMD->isPure()) { in AddMethods() 1956 if (MD->isPure()) in dumpLayout() 2007 if (DD->isPure()) in dumpLayout() 2036 if (MD->isPure()) in dumpLayout() 3076 if (!FinalOverriderMD->isPure()) { in AddMethods() 3175 if (MD->isPure()) in dumpLayout() 3194 if (DD->isPure()) in dumpLayout()
|
| H A D | DeclCXX.cpp | 2041 if (SO->second.front().Method->isPure()) { in completeDefinition() 2260 return isPure() ? nullptr : this; in getDevirtualizedMethod() 2289 if (DevirtualizedMethod->isPure()) in getDevirtualizedMethod()
|
| H A D | ODRDiagsEmitter.cpp | 1100 const bool FirstPure = FirstMethod->isPure(); in diagnoseMismatch() 1101 const bool SecondPure = SecondMethod->isPure(); in diagnoseMismatch()
|
| H A D | ASTStructuralEquivalence.cpp | 1368 Method1->isPure() == Method2->isPure() && in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 687 AddBoolean(Function->isPure()); in AddFunctionDecl()
|
| H A D | RecordLayoutBuilder.cpp | 2339 if (MD->isPure()) in computeKeyFunction() 3249 !isa<CXXDestructorDecl>(MD) && !MD->isPure()) in computeVtorDispSet()
|
| H A D | DeclPrinter.cpp | 767 if (D->isPure()) in VisitFunctionDecl()
|
| H A D | JSONNodeDumper.cpp | 879 attributeOnlyIfTrue("pure", FD->isPure()); in VisitFunctionDecl()
|
| H A D | TextNodeDumper.cpp | 1692 if (D->isPure()) in VisitFunctionDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VirtualCallChecker.cpp | 119 bool IsPure = MD->isPure(); in checkPreCall()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 396 if (!MD->isPure()) in CheckPure()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 455 REGISTER_MATCHER(isPure); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 793 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) { in addVTableComponent()
|
| H A D | CGDebugInfo.cpp | 1801 if (Method->isPure()) in CreateCXXMemberFunction()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6103 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument 6104 return Node.isPure(); in AST_MATCHER()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | Sema.cpp | 947 (M->isPure() && !isa<CXXDestructorDecl>(M)); in MethodsAndNestedClassesComplete()
|
| H A D | SemaDeclCXX.cpp | 5873 if (!SO->second.front().Method->isPure()) in DiagnoseAbstractType() 18083 if (I->isVirtual() && !I->isPure()) in MarkVirtualMemberExceptionSpecsNeeded() 18104 if (!Overrider->isPure() && (!ConstexprOnly || Overrider->isConstexpr())) in MarkVirtualMembersReferenced()
|
| H A D | SemaDecl.cpp | 4311 if (Old->isPure()) in MergeCompatibleFunctionDecls() 15488 if (getLangOpts().MicrosoftExt && FD->isPure() && !FD->isOutOfLine()) in ActOnFinishFunctionBody() 16146 if (Context.BuiltinInfo.isPure(BuiltinID) && !FD->hasAttr<PureAttr>()) in AddKnownFunctionAttributes()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2709 if (D->isPure()) in VisitCXXMethodDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1338 if (SP->isPure()) in applySubprogramAttributes()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2044 if (CD->isVirtualAsWritten() || CD->isPure()) in isVirtual()
|
| H A D | Decl.h | 2257 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 641 Record.push_back(D->isPure()); in VisitFunctionDecl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2007 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
|