HomeSort by relevance Sort by last modified time
    Searched full:cfgs (Results 1 - 25 of 40) sorted by null

1 2

  /external/libopus/tests/
test_opus_api.c 88 opus_int32 i,j,cfgs; local
98 cfgs=0;
107 cfgs++;
128 cfgs++;
131 cfgs++;
136 cfgs++;
145 cfgs++;
157 cfgs++;
162 cfgs++;
170 cfgs++
347 opus_int32 i,j,cfgs; local
713 opus_int32 cfgs,cfgs_total; local
1077 int c,err,cfgs; local
1439 int ret,cfgs,i,j,k; local
1768 int rate,c,app,cfgs,err,useerr; local
    [all...]
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 57 /// \brief Number of function CFGs built and analyzed.
64 /// \brief Total number of blocks across all CFGs.
70 /// \brief Total number of CFGs with variables analyzed for uninitialized
  /external/clang/lib/Analysis/
Makefile 10 # This implements analyses built on top of source-level CFGs.
CFGReachabilityAnalysis.cpp 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
LiveVariables.cpp 1 //=- LiveVariables.cpp - Live Variable Analysis for Source CFGs ----------*-==//
10 // This file implements Live Variables analysis for source-level CFGs.
494 // The analysis currently has scalability issues for very large CFGs.
ThreadSafetyTIL.cpp 164 // Sorts the CFGs blocks using a reverse post-order depth-first traversal.
  /external/clang/lib/StaticAnalyzer/Core/
Makefile 10 # This implements analyses built on top of source-level CFGs.
  /external/clang/lib/StaticAnalyzer/
Makefile 10 # This implements analyses built on top of source-level CFGs.
README.txt 123 -cfg-add-implicit-dtors Add C++ implicit destructors to CFGs for all analyses
124 -cfg-add-initializers Add C++ initializers to CFGs for all analyses
127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
  /external/llvm/test/
Makefile 41 extra-site-cfgs::
42 .PHONY: extra-site-cfgs
52 extra-site-cfgs:: clang-site-cfg
61 extra-site-cfgs:: clang-tools-site-cfg
70 extra-site-cfgs:: lld-site-cfg
79 extra-site-cfgs:: polly-tools-site-cfg
104 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 1 //===- LiveVariables.h - Live Variable Analysis for Source CFGs -*- C++ --*-//
10 // This file implements Live Variables analysis for source-level CFGs.
CFGReachabilityAnalysis.h 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
Dominators.h 10 // This file implements the dominators tree functionality for Clang CFGs.
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 10 # This implements analyses built on top of source-level CFGs.
  /external/clang/test/Analysis/
misc-ps-64.m 5 // these expressions and building CFGs. These tests are here to prevent
  /external/clang/test/SemaCXX/
warn-missing-noreturn.cpp 86 // <rdar://problem/8875247> - Properly handle CFGs with destructors.
  /external/llvm/utils/
create_ladder_graph.py 5 CFGs that are ladder graphs. Ladder graphs are generally the worst case
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 122 * -dump-cfg builds ASTs and then CFGs. CFGs are then pretty-printed.
124 * -view-cfg builds ASTs and then CFGs. CFGs are then visualized by
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 783 EGLConfig cfgs[1];
788 expectFalse(eglGetConfigs(EGL_NO_DISPLAY, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs));
791 expectFalse(eglGetConfigs((EGLDisplay)-1, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), &numCfgs));
798 expectFalse(eglGetConfigs(display, &cfgs[0], DE_LENGTH_OF_ARRAY(cfgs), DE_NULL));
    [all...]
  /external/llvm/include/llvm/IR/
CFG.h 165 // Defining SuccIterator for incomplete and malformed CFGs is especially
286 // GraphTraits specializations for basic block graphs (CFGs)
353 // GraphTraits specializations for function basic block graphs (CFGs)
  /art/compiler/dex/
pass_me.h 215 /** @brief CFG Dump Folder: what sub-folder to use for dumping the CFGs post pass. */
pass_driver_me.h 184 /** @brief Dump CFG base folder: where is the base folder for dumping CFGs. */
  /external/clang/include/clang/Analysis/
CFG.h 1 //===--- CFG.h - Classes for representing and building CFGs------*- C++ -*-===//
11 // building Control-Flow Graphs (CFGs) from ASTs.
912 // Member templates useful for various batch operations over CFGs.
    [all...]
  /external/llvm/lib/Analysis/
CFG.cpp 139 // times on large CFGs without hampering sensible code. Arbitrarily chosen.
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 20 /// faster than the almost-linear O(n*alpha(n)) version, even for large CFGs.

Completed in 1696 milliseconds

1 2