Searched refs:isPure (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp118 void ReportVirtualCall(const CallExpr *CE, bool isPure);
158 ReportVirtualCall(CE, MD->isPure());
163 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) { argument
187 if (isPure) {
/external/clang/lib/AST/
H A DVTableBuilder.cpp418 if (!Overrider.Method->isPure())
1277 if (Overrider.Method->isPure())
1636 if (!OverriderMD->isPure()) {
1999 if (MD->isPure())
2052 if (DD->isPure())
2081 if (MD->isPure())
2897 if (!OverriderMD->isPure()) {
2947 if (MD->isPure())
2983 if (DD->isPure())
H A DDumpXML.cpp485 setFlag("pure", D->isPure());
H A DDeclPrinter.cpp564 if (D->isPure())
H A DDeclCXX.cpp1226 if (SO->second.front().Method->isPure()) {
H A DRecordLayoutBuilder.cpp2262 if (MD->isPure())
H A DASTImporter.cpp2786 ToFunction->setPure(D->isPure());
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructs.cpp299 if (isa<CXXDestructorDecl>(method) || method->isPure())
/external/clang/lib/CodeGen/
H A DCGVTables.cpp580 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) {
H A DCGDebugInfo.cpp1072 if (Method->isPure())
/external/clang/lib/Sema/
H A DSema.cpp484 Complete = M->isDefined() || (M->isPure() && !isa<CXXDestructorDecl>(M));
H A DSemaDeclCXX.cpp3962 if (!SO->second.front().Method->isPure())
12012 if ((*I)->isVirtual() && !(*I)->isPure())
12032 if (!Overrider->isPure())
H A DSemaTemplateInstantiateDecl.cpp1677 if (D->isPure())
H A DSemaDecl.cpp2779 if (Old->isPure())
9482 if (getLangOpts().MicrosoftExt && FD->isPure())
H A DSemaExpr.cpp11827 if (!DM || DM->isPure())
11855 if (Method->isPure())
H A DSemaOverload.cpp11168 TheCall->getMethodDecl()->isPure()) {
/external/clang/include/clang/AST/
H A DDecl.h1648 bool isPure() const { return IsPure; }
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp335 Record.push_back(D->isPure());
/external/clang/tools/libclang/
H A DCIndex.cpp6217 return (Method && Method->isVirtual() && Method->isPure()) ? 1 : 0;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 317 milliseconds