Home
last modified time | relevance | path

Searched refs:Analyze (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/tools/clang-check/
DClangCheck.cpp72 Analyze("analyze", cl::desc(Options->getOptionHelpText(options::OPT_analyze)), variable
172 Analyze ? "--analyze" : "-fsyntax-only", ArgumentInsertPosition::BEGIN)); in main()
178 if (Analyze) in main()
/external/v8/test/cctest/compiler/
Dtest-loop-assignment-analysis.cc38 CHECK(Scope::Analyze(&parse_info)); in CheckLoopAssignedCount()
46 result = analyzer.Analyze(); in CheckLoopAssignedCount()
Dfunction-tester.h183 CHECK(Compiler::Analyze(info.parse_info())); in Compile()
236 CHECK(Compiler::Analyze(info.parse_info())); in CompileGraph()
/external/clang/tools/scan-build/libexec/
Dccc-analyzer206 sub Analyze { subroutine
768 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
773 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
/external/v8/src/compiler/
Dtype-hint-analyzer.h37 TypeHintAnalysis* Analyze(Handle<Code> code);
Dbytecode-branch-analysis.h35 void Analyze();
Dast-loop-assignment-analyzer.h46 LoopAssignmentAnalysis* Analyze();
Dbytecode-branch-analysis.cc56 void BytecodeBranchAnalysis::Analyze() { in Analyze() function in v8::internal::compiler::BytecodeBranchAnalysis
Dtype-hint-analyzer.cc71 TypeHintAnalysis* TypeHintAnalyzer::Analyze(Handle<Code> code) { in Analyze() function in v8::internal::compiler::TypeHintAnalyzer
Dast-loop-assignment-analyzer.cc21 LoopAssignmentAnalysis* ALAA::Analyze() { in Analyze() function in v8::internal::compiler::ALAA
Dpipeline.cc487 LoopAssignmentAnalysis* loop_assignment = analyzer.Analyze(); in Run()
499 TypeHintAnalysis* type_hint_analysis = analyzer.Analyze(code); in Run()
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
DMipsAnalyzeImmediate.cpp126 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
/external/pdfium/tools/drmemory/scripts/
Dvalgrind_test.py65 def Analyze(self, check_sanity=False): member in BaseTool
180 analyze_retcode = self.Analyze(check_sanity)
420 def Analyze(self, check_sanity=False): member in DrMemory
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def48 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level")
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dunsafe-and-rt-checks.ll3 ; Analyze this loop:
/external/v8/src/
Dcompiler.cc761 if (!Compiler::Analyze(info->parse_info()) || in CompileUnoptimizedCode()
819 if (!Compiler::Analyze(info->parse_info()) || !GenerateBaselineCode(info)) { in CompileBaselineCode()
931 bool Compiler::Analyze(ParseInfo* info) { in Analyze() function in v8::internal::Compiler
934 if (!Scope::Analyze(info)) return false; in Analyze()
943 return Compiler::Analyze(info); in ParseAndAnalyze()
Dcompiler.h657 static bool Analyze(ParseInfo* info);
/external/v8/src/debug/
Ddebug-scopes.cc100 if (Parser::ParseStatic(&info) && Scope::Analyze(&info)) { in ScopeIterator()
108 if (Parser::ParseStatic(&info) && Scope::Analyze(&info)) { in ScopeIterator()
/external/v8/src/ast/
Dscopes.h99 static bool Analyze(ParseInfo* info);
/external/eigen/bench/btl/
DREADME45 4 : Analyze the result. different data files (.dat) are produced in each libs directories.
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp148 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
/external/webrtc/tools/matlab/
DrtpAnalyze.m2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2752 void Analyze(const TreePattern *Pat) { in Analyze() function in InstAnalyzer
2757 void Analyze(const PatternToMatch *Pat) { in Analyze() function in InstAnalyzer
3270 PatInfo.Analyze(Pattern); in InferInstructionFlags()
3294 PatInfo.Analyze(&PTM); in InferInstructionFlags()
3354 PatInfo.Analyze(&PTM); in VerifyInstructionFlags()
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/
Dpy_histogram_begins.markdown1 Histograms - 1 : Find, Plot, Analyze !!! {#tutorial_py_histogram_begins}

12