OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPure
(Results
1 - 20
of
20
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp
118
void ReportVirtualCall(const CallExpr *CE, bool
isPure
);
158
ReportVirtualCall(CE, MD->
isPure
());
163
void WalkAST::ReportVirtualCall(const CallExpr *CE, bool
isPure
) {
187
if (
isPure
) {
/external/webkit/Source/JavaScriptCore/bytecompiler/
NodesCodegen.cpp
143
bool ResolveNode::
isPure
(BytecodeGenerator& generator) const
274
RefPtr<RegisterID> base = generator.emitNodeForLeftHandSide(m_base, m_subscriptHasAssignments, m_subscript->
isPure
(generator));
[
all
...]
/external/webkit/Source/JavaScriptCore/parser/
Nodes.h
152
virtual bool
isPure
(BytecodeGenerator&) const { return false; }
210
virtual bool
isPure
(BytecodeGenerator&) const { return true; }
226
virtual bool
isPure
(BytecodeGenerator&) const { return true; }
238
virtual bool
isPure
(BytecodeGenerator&) const { return true; }
369
virtual bool
isPure
(BytecodeGenerator&) const ;
[
all
...]
/external/clang/lib/AST/
VTableBuilder.cpp
424
if (!Overrider.Method->
isPure
())
[
all
...]
DumpXML.cpp
485
setFlag("pure", D->
isPure
());
DeclPrinter.cpp
559
if (D->
isPure
())
[
all
...]
ASTDumper.cpp
762
if (D->
isPure
())
[
all
...]
DeclCXX.cpp
[
all
...]
RecordLayoutBuilder.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGVTables.cpp
561
if (cast<CXXMethodDecl>(GD.getDecl())->
isPure
()) {
[
all
...]
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/Sema/
Sema.cpp
487
Complete = M->isDefined() || (M->
isPure
() && !isa<CXXDestructorDecl>(M));
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
/external/clang/include/clang/AST/
Decl.h
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
325
Record.push_back(D->
isPure
());
[
all
...]
Completed in 2506 milliseconds