/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 72 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/ |
D | test-loop-assignment-analysis.cc | 38 CHECK(Scope::Analyze(&parse_info)); in CheckLoopAssignedCount() 46 result = analyzer.Analyze(); in CheckLoopAssignedCount()
|
D | function-tester.h | 183 CHECK(Compiler::Analyze(info.parse_info())); in Compile() 236 CHECK(Compiler::Analyze(info.parse_info())); in CompileGraph()
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 206 sub Analyze { subroutine 768 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output, 773 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
|
/external/v8/src/compiler/ |
D | type-hint-analyzer.h | 37 TypeHintAnalysis* Analyze(Handle<Code> code);
|
D | bytecode-branch-analysis.h | 35 void Analyze();
|
D | ast-loop-assignment-analyzer.h | 46 LoopAssignmentAnalysis* Analyze();
|
D | bytecode-branch-analysis.cc | 56 void BytecodeBranchAnalysis::Analyze() { in Analyze() function in v8::internal::compiler::BytecodeBranchAnalysis
|
D | type-hint-analyzer.cc | 71 TypeHintAnalysis* TypeHintAnalyzer::Analyze(Handle<Code> code) { in Analyze() function in v8::internal::compiler::TypeHintAnalyzer
|
D | ast-loop-assignment-analyzer.cc | 21 LoopAssignmentAnalysis* ALAA::Analyze() { in Analyze() function in v8::internal::compiler::ALAA
|
D | pipeline.cc | 487 LoopAssignmentAnalysis* loop_assignment = analyzer.Analyze(); in Run() 499 TypeHintAnalysis* type_hint_analysis = analyzer.Analyze(code); in Run()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 28 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
|
D | MipsAnalyzeImmediate.cpp | 126 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/external/pdfium/tools/drmemory/scripts/ |
D | valgrind_test.py | 65 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/ |
D | Analyses.def | 48 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level")
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | unsafe-and-rt-checks.ll | 3 ; Analyze this loop:
|
/external/v8/src/ |
D | compiler.cc | 761 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()
|
D | compiler.h | 657 static bool Analyze(ParseInfo* info);
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 100 if (Parser::ParseStatic(&info) && Scope::Analyze(&info)) { in ScopeIterator() 108 if (Parser::ParseStatic(&info) && Scope::Analyze(&info)) { in ScopeIterator()
|
/external/v8/src/ast/ |
D | scopes.h | 99 static bool Analyze(ParseInfo* info);
|
/external/eigen/bench/btl/ |
D | README | 45 4 : Analyze the result. different data files (.dat) are produced in each libs directories.
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 148 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
|
/external/webrtc/tools/matlab/ |
D | rtpAnalyze.m | 2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2752 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/ |
D | py_histogram_begins.markdown | 1 Histograms - 1 : Find, Plot, Analyze !!! {#tutorial_py_histogram_begins}
|