Searched refs:Recursive (Results 1 - 15 of 15) sorted by relevance

/external/lzma/CPP/Common/
H A DWildcard.cpp181 if (!ForDir && !Recursive && delta !=0)
185 if (!ForDir && Recursive)
188 if (Recursive)
246 item.Recursive = recursive;
257 if (item.Recursive || item.PathParts.Size() > 1)
428 item.Recursive = recursive;
H A DWildcard.h22 bool Recursive; member in struct:NWildcard::CItem
/external/valgrind/drd/tests/
H A Dtrylock.stderr.exp9 Recursive writer locking not allowed: rwlock 0x.........
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Drecursive.py242 class Recursive(object): class in inherits:object
284 class Forwarder(Recursive):
311 class Includer(Recursive):
367 class IncluderAppIter(Recursive):
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc196 TEST_F(OnceInitTest, Recursive) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3275 /// \param Recursive if true, recursively instantiates any functions that
3283 bool Recursive,
3322 SavePendingInstantiationsAndVTableUses(*this, /*Enabled=*/Recursive);
3355 assert(!Recursive);
3459 if (Recursive) {
3701 /// \param Recursive if true, recursively instantiates any functions that
3710 bool Recursive,
3712 InstantiateVariableDefinition(PointOfInstantiation, Var, Recursive,
3717 VarDecl *Var, bool Recursive,
3785 SavePendingInstantiationsAndVTableUses(*this, /*Enabled=*/Recursive);
3281 InstantiateFunctionDefinition(SourceLocation PointOfInstantiation, FunctionDecl *Function, bool Recursive, bool DefinitionRequired) argument
3707 InstantiateStaticDataMemberDefinition( SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
3716 InstantiateVariableDefinition(SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
[all...]
H A DSemaDeclObjC.cpp2858 bool Recursive; member in class:__anon1177::OverrideSearch
2993 Recursive = true;
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp501 DeclarationMatcher Recursive = local
523 "};", Recursive));
537 "};", Recursive));
555 "};", Recursive));
559 DeclarationMatcher Recursive = local
578 EXPECT_TRUE(matches("class F {};", Recursive));
579 EXPECT_TRUE(matches("class Z {};", Recursive));
580 EXPECT_TRUE(matches("class C {};", Recursive));
581 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
582 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp198 if (item.Recursive || item.PathParts.Size() != 1)
H A DArchiveCommandLine.cpp433 if (item.Recursive || item.PathParts.Size() != 1)
/external/harfbuzz_ng/
H A Dgit.mk59 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp6366 /// Recursive: The type encoding is recursive;
6369 /// Recursive type encoding.
6376 /// A Recursive entry will have all of its sub-members expanded as fully as
6378 /// are recursive. The Recursive encoding must not be used during the expansion
6380 /// IncompleteCount to reject all usage of Recursive encodings for member types.
6393 /// If the cache contains a Recursive encoding for the member type, the
6400 /// entry is removed from the cache. If a Recursive encoding was swapped out
6407 /// If a member's encoding is found to be a NonRecursive or Recursive viz:
6413 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed};
6417 std::string Swapped; // A temporary place holder for a Recursive encodin
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as437 * "Efficient and Comfortable Error Recovery in Recursive Descent
/external/clang/include/clang/Sema/
H A DSema.h6834 bool Recursive = false,
6858 VarDecl *Var, bool Recursive = false,
6863 bool Recursive = false,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2229 * "Efficient and Comfortable Error Recovery in Recursive Descent

Completed in 545 milliseconds