/external/llvm-project/flang/include/flang/Semantics/ |
D | expression.h | 161 template <typename A> MaybeExpr Analyze(const common::Indirection<A> &x) { in Analyze() function 164 template <typename A> MaybeExpr Analyze(const std::optional<A> &x) { in Analyze() function 173 template <typename A> MaybeExpr Analyze(const parser::Scalar<A> &x) { in Analyze() function 185 template <typename A> MaybeExpr Analyze(const parser::Constant<A> &x) { in Analyze() function 202 template <typename A> MaybeExpr Analyze(const parser::Integer<A> &x) { in Analyze() function 211 template <typename A> MaybeExpr Analyze(const parser::Logical<A> &x) { in Analyze() function 220 template <typename A> MaybeExpr Analyze(const parser::DefaultChar<A> &x) { in Analyze() function 231 MaybeExpr Analyze(const parser::DataRef &dr) { in Analyze() function 291 template <typename A> MaybeExpr Analyze(const A &x) { in Analyze() function 294 template <typename... As> MaybeExpr Analyze(const std::variant<As...> &u) { in Analyze() function
|
/external/llvm-project/flang/lib/Semantics/ |
D | expression.cpp | 117 void Analyze(const common::Indirection<parser::Expr> &x) { in Analyze() function in Fortran::evaluate::ArgumentAnalyzer 120 void Analyze(const parser::Expr &x) { in Analyze() function in Fortran::evaluate::ArgumentAnalyzer 334 MaybeExpr ExpressionAnalyzer::Analyze(const parser::Designator &d) { in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 442 MaybeExpr ExpressionAnalyzer::Analyze(const parser::IntLiteralConstant &x) { in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 448 MaybeExpr ExpressionAnalyzer::Analyze( in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 488 MaybeExpr ExpressionAnalyzer::Analyze(const parser::RealLiteralConstant &x) { in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 538 MaybeExpr ExpressionAnalyzer::Analyze( in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 552 MaybeExpr ExpressionAnalyzer::Analyze( in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 564 MaybeExpr ExpressionAnalyzer::Analyze(const parser::ComplexPart &x) { in Analyze() function in Fortran::evaluate::ExpressionAnalyzer 568 MaybeExpr ExpressionAnalyzer::Analyze(const parser::ComplexLiteralConstant &z) { in Analyze() function in Fortran::evaluate::ExpressionAnalyzer [all …]
|
D | resolve-names-utils.cpp | 118 void GenericSpecInfo::Analyze(const parser::DefinedOpName &name) { in Analyze() function in Fortran::semantics::GenericSpecInfo 124 void GenericSpecInfo::Analyze(const parser::GenericSpec &x) { in Analyze() function in Fortran::semantics::GenericSpecInfo 217 template <typename T> void Analyze(const std::list<T> &list) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 248 ArraySpec ArraySpecAnalyzer::Analyze(const parser::ComponentArraySpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 253 ArraySpec ArraySpecAnalyzer::Analyze(const parser::ArraySpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 266 ArraySpec ArraySpecAnalyzer::Analyze(const parser::CoarraySpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 281 void ArraySpecAnalyzer::Analyze(const parser::AssumedShapeSpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 284 void ArraySpecAnalyzer::Analyze(const parser::ExplicitShapeSpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 288 void ArraySpecAnalyzer::Analyze(const parser::AssumedImpliedSpec &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer 291 void ArraySpecAnalyzer::Analyze(const parser::DeferredShapeSpecList &x) { in Analyze() function in Fortran::semantics::ArraySpecAnalyzer [all …]
|
D | assignment.cpp | 63 void AssignmentContext::Analyze(const parser::AssignmentStmt &stmt) { in Analyze() function in Fortran::semantics::AssignmentContext 84 void AssignmentContext::Analyze(const parser::PointerAssignmentStmt &stmt) { in Analyze() function in Fortran::semantics::AssignmentContext
|
/external/webrtc/modules/audio_processing/ |
D | rms_level.cc | 60 void RmsLevel::Analyze(rtc::ArrayView<const int16_t> data) { in Analyze() function in webrtc::RmsLevel 77 void RmsLevel::Analyze(rtc::ArrayView<const float> data) { in Analyze() function in webrtc::RmsLevel
|
/external/webrtc/tools_webrtc/mb/docs/ |
D | design_spec.md | 75 ## Analyze section in The MB (Meta-Build wrapper) design spec 238 ### Examples
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 206 sub Analyze { subroutine
|
/external/llvm-project/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 205 sub Analyze { subroutine
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | valgrind_test.py | 70 def Analyze(self, check_sanity=False): member in BaseTool 496 def Analyze(self, check_sanity=False): member in Memcheck
|
/external/webrtc/modules/audio_processing/agc2/ |
D | noise_level_estimator.cc | 62 float NoiseLevelEstimator::Analyze(const AudioFrameView<const float>& frame) { in Analyze() function in webrtc::NoiseLevelEstimator
|
D | signal_classifier.cc | 137 SignalClassifier::SignalType SignalClassifier::Analyze( in Analyze() function in webrtc::SignalClassifier
|
/external/gemmlowp/standalone/ |
D | cache_counters.cc | 271 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze() function 283 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze() function 294 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze() function 307 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze() function 320 void Analyze(const CacheCounts& cache_counts, PieChart* pie) const override { in Analyze() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | feature_manager.cpp | 26 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
D | register_pressure.cpp | 283 void RegisterLiveness::Analyze(Function* f) { in Analyze() function in spvtools::opt::RegisterLiveness
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | feature_manager.cpp | 26 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | feature_manager.cpp | 26 void FeatureManager::Analyze(Module* module) { in Analyze() function in spvtools::opt::FeatureManager
|
D | register_pressure.cpp | 283 void RegisterLiveness::Analyze(Function* f) { in Analyze() function in spvtools::opt::RegisterLiveness
|
/external/llvm-project/clang/tools/clang-check/ |
D | ClangCheck.cpp | 73 Analyze("analyze", variable
|
/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 72 Analyze("analyze", cl::desc(Options->getOptionHelpText(options::OPT_analyze)), variable
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 129 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 126 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 129 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | logical_buffer_analysis.cc | 54 Status LogicalBufferAnalysis::Analyze() { in Analyze() function in xla::LogicalBufferAnalysis
|
D | hlo_live_range_test.cc | 42 void Analyze(const HloSchedule& schedule) { in Analyze() function in xla::__anon60e75d0b0111::HloLiveRangeTest
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | resource_util.cc | 322 /*Static*/ Status ResourceUsageAnalysis::Analyze( in Analyze() function in tensorflow::ResourceUsageAnalysis
|