Searched defs:MaxDepth (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp86 int MaxDepth,
93 MaxDepth(MaxDepth),
239 // 0 < CurrentDepth <= MaxDepth.
245 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
284 const int MaxDepth; member in class:clang::ast_matchers::internal::__anon17765::MatchChildASTVisitor
372 BoundNodesTreeBuilder *Builder, int MaxDepth,
376 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
394 MaxDepth, Traversal, Bind);
403 BoundNodesTreeBuilder *Builder, int MaxDepth,
83 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
370 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
401 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h374 enum { MaxDepth = 256 }; enumerator in enum:clang::BalancedDelimiterTracker::__anon17961
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime, enumerator in enum:Eigen::internal::product_type::__anon20614
79 depth_select = product_size_category<Depth,MaxDepth>::value
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp721 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth; local
726 if (CondDepth > MaxDepth) {
727 unsigned Extra = CondDepth - MaxDepth;
737 if (TDepth > MaxDepth) {
738 unsigned Extra = TDepth - MaxDepth;
748 if (FDepth > MaxDepth) {
749 unsigned Extra = FDepth - MaxDepth;
/external/llvm/lib/Analysis/
H A DValueTracking.cpp37 const unsigned MaxDepth = 6; variable
230 assert(Depth <= MaxDepth && "Limit Search Depth");
331 if (Depth == MaxDepth)
709 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
725 MaxDepth-1);
840 if (Depth++ == MaxDepth)
965 if (Depth++ >= MaxDepth)
991 if (Depth++ >= MaxDepth)
1304 const unsigned MaxDepth = 6; local
1307 assert(Depth <= MaxDepth
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp798 const unsigned MaxDepth = 6; member in namespace:__anon26245
892 if (Depth++ == MaxDepth)
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1850 size_t MaxDepth = DAG.lookup(IJ); local
1854 MaxDepth << " and size " << DAG.size() << "\n");
2167 MaxDepth << " and size " << PrunedDAG.size() <<
2170 MaxDepth >= Config.ReqChainDepth) &&
2172 BestMaxDepth = MaxDepth;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h3104 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
3105 GLuint Depth; /**< 0 <= Depth < MaxDepth */
3106 GLuint MaxDepth; /**< size of Stack[] array */ member in struct:gl_matrix_stack
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3104 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
3105 GLuint Depth; /**< 0 <= Depth < MaxDepth */
3106 GLuint MaxDepth; /**< size of Stack[] array */ member in struct:gl_matrix_stack

Completed in 700 milliseconds