Home
last modified time | relevance | path

Searched refs:Analyzed (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp30 DeclBody(DeclBody), Analyzed(false) { in PseudoConstantAnalysis()
46 if (!Analyzed) { in isPseudoConstant()
48 Analyzed = true; in isPseudoConstant()
58 if (!Analyzed) { in wasReferenced()
60 Analyzed = true; in wasReferenced()
/external/llvm/lib/Analysis/
DDemandedBits.cpp55 DemandedBits::DemandedBits() : FunctionPass(ID), F(nullptr), Analyzed(false) { in INITIALIZE_PASS_DEPENDENCY()
257 Analyzed = false; in runOnFunction()
262 if (Analyzed) in performAnalysis()
265 Analyzed = true; in performAnalysis()
/external/clang/include/clang/Analysis/Analyses/
DPseudoConstantAnalysis.h40 bool Analyzed; variable
/external/llvm/include/llvm/Analysis/
DDemandedBits.h63 bool Analyzed; member
/external/v8/tools/gcmole/
Dgcmole.cc151 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction()
161 bool Analyzed(const MangledName& name) { in Analyzed() function in __anond932a49f0111::CalleesPrinter