Home
last modified time | relevance | path

Searched refs:Recursive (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/views/
H A Ddnssec-extern.conf7 Recursive: True
H A Ddnssec-intern.conf7 Recursive: True
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/hierarchical/
H A Ddnssec.conf7 Recursive: True
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/flat/
H A Ddnssec.conf7 Recursive: True
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A DREADME49 $ zkt-conf -s -O "Recursive: True" -w
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A Drecursivetype.ll20 ; // Recursive list search fn
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp486 DeclarationMatcher Recursive = in TEST() local
508 "};", Recursive)); in TEST()
522 "};", Recursive)); in TEST()
540 "};", Recursive)); in TEST()
544 DeclarationMatcher Recursive = in TEST() local
563 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST()
564 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST()
565 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST()
566 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST()
567 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3278 bool Recursive, in InstantiateFunctionDefinition() argument
3318 if (Recursive) { in InstantiateFunctionDefinition()
3354 assert(!Recursive); in InstantiateFunctionDefinition()
3458 if (Recursive) { in InstantiateFunctionDefinition()
3709 bool Recursive, in InstantiateStaticDataMemberDefinition() argument
3711 InstantiateVariableDefinition(PointOfInstantiation, Var, Recursive, in InstantiateStaticDataMemberDefinition()
3716 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition() argument
3785 if (Recursive) { in InstantiateVariableDefinition()
3807 if (Recursive) { in InstantiateVariableDefinition()
3904 if (Recursive) { in InstantiateVariableDefinition()
[all …]
H A DSemaDeclObjC.cpp2845 bool Recursive; member in __anonbd6452fe0211::OverrideSearch
2980 Recursive = true; in search()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6506 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
6616 assert( (E.Str.empty() || E.State == Recursive) && in addIncomplete()
6650 E.State = Recursive; in removeIncomplete()
6664 assert(E.State==Recursive && E.Str.size() == Str.size() && in addIfComplete()
6673 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
6686 if (E.State == Recursive && IncompleteCount) in lookupStr()
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl2.rst18 The parser we will build uses a combination of `Recursive Descent
H A DLangImpl7.rst280 # Recursive fib, we could do this before.
H A DOCamlLangImpl2.rst19 The parser we will build uses a combination of `Recursive Descent
H A DOCamlLangImpl7.rst280 # Recursive fib, we could do this before.
/minix3/external/gpl2/gmake/patches/
H A D0000-gmake-nbsd.patch448 -Recursive Use of `make'
1278 -invocations of `make' (*note Recursive Use of `make': Recursion.). It
2505 -Recursive Use of `make': Recursion.). In this case the makefile will
3726 -5.7 Recursive Use of `make'
3729 -Recursive use of `make' means using `make' as a command in a makefile.
3776 -Recursive `make' commands should always use the variable `MAKE', not
4936 -pass values to sub-`make' invocations (*note Recursive Use of `make':
5343 -will be executed despite use of the `-t' flag. *Note Recursive Use of
6722 - Recursive Use of `make': Recursion.).
6898 - the top-level `make' via `MAKEFLAGS' (*note Recursive Use of
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h6912 bool Recursive = false,
6936 VarDecl *Var, bool Recursive = false,
6941 bool Recursive = false,
/minix3/external/bsd/bind/dist/bin/tests/dst/
H A Dt2_data_2.in361 | Stub |-------------->| Recursive|---------|->|Foreign |
1467 Recursive query support is optional.
H A Dt2_data_1.in361 | Stub |-------------->| Recursive|---------|->|Foreign |
1467 Recursive query support is optional.
/minix3/external/bsd/llvm/dist/clang/docs/
H A DInternalsManual.rst1821 #. Introduce parsing actions into the parser. Recursive-descent parsing is
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG863 * ip6.h, some ipv6 C files: fixed bug #38526 Coverity: Recursive Header Inclusion in ip6.h
/minix3/external/bsd/bind/dist/
H A DCHANGES2885 3158. [bug] Recursive servers would prefer a particular UDP
7046 1896. [bug] Recursive clients soft quota support wasn't working
/minix3/external/gpl3/binutils/patches/
H A D0000-binutils_nbsd.patch36218 -/* Recursive utility function used to find best match and to build automata. */