| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Builtins.h | 99 bool isPure(unsigned ID) const { in isPure() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 424 if (!Overrider.Method->isPure()) in dump() 1258 if (Overrider.Method->isPure()) in ComputeThisAdjustment() 1603 if (!OverriderMD->isPure()) { in AddMethods() 1955 if (MD->isPure()) in dumpLayout() 2006 if (DD->isPure()) in dumpLayout() 2035 if (MD->isPure()) in dumpLayout() 3075 if (!FinalOverriderMD->isPure()) { in AddMethods() 3176 if (MD->isPure()) in dumpLayout() 3195 if (DD->isPure()) in dumpLayout()
|
| H A D | DeclCXX.cpp | 2004 if (SO->second.front().Method->isPure()) { in completeDefinition() 2228 return isPure() ? nullptr : this; in getDevirtualizedMethod() 2257 if (DevirtualizedMethod->isPure()) in getDevirtualizedMethod()
|
| H A D | ASTStructuralEquivalence.cpp | 1297 Method1->isPure() == Method2->isPure() && in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 557 AddBoolean(Function->isPure()); in AddFunctionDecl()
|
| H A D | RecordLayoutBuilder.cpp | 2282 if (MD->isPure()) in computeKeyFunction() 3192 !isa<CXXDestructorDecl>(MD) && !MD->isPure()) in computeVtorDispSet()
|
| H A D | DeclPrinter.cpp | 768 if (D->isPure()) in VisitFunctionDecl()
|
| H A D | JSONNodeDumper.cpp | 806 attributeOnlyIfTrue("pure", FD->isPure()); in VisitFunctionDecl()
|
| H A D | TextNodeDumper.cpp | 1593 if (D->isPure()) in VisitFunctionDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VirtualCallChecker.cpp | 119 bool IsPure = MD->isPure(); in checkPreCall()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | sideeffect.c | 104 PURE purity = f->isPure(); in callSideEffectLevel()
|
| H A D | declaration.h | 635 PURE isPure();
|
| H A D | func.c | 3822 PURE FuncDeclaration::isPure() in isPure() function 3854 return isPure(); in isPureBypassingInference() 3870 else if (isPure()) in setImpure()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | sideeffect.d | 112 final switch (f.isPure()) in callSideEffectLevel()
|
| H A D | declaration.h | 648 PURE isPure();
|
| H A D | func.d | 1356 final PURE isPure() in isPure() function 1389 return isPure(); in isPureBypassingInference() 1405 else if (isPure()) in setImpure()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 394 if (!MD->isPure()) in CheckPure()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | parallelism.d | 284 else static if (T.isPure) in isSafeReturn() 490 private enum bool isPure = in Task() local 499 private enum bool isPure = false; in Task() local 507 private enum bool isPure = false; in Task() local
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | parallelism.d | 268 else static if (T.isPure) in isSafeReturn() 474 private enum bool isPure = in Task() local 483 private enum bool isPure = false; in Task() local 491 private enum bool isPure = false; in Task() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 436 REGISTER_MATCHER(isPure); in RegistryMaps()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 777 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) { in addVTableComponent()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5897 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument 5898 return Node.isPure(); in AST_MATCHER()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1289 if (SP->isPure()) in applySubprogramAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | Sema.cpp | 865 (M->isPure() && !isa<CXXDestructorDecl>(M)); in MethodsAndNestedClassesComplete()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1996 if (CD->isVirtualAsWritten() || CD->isPure()) in isVirtual()
|