Searched defs:Recursive (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/Common/
H A DWildcard.h22 bool Recursive; member in struct:NWildcard::CItem
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp474 DeclarationMatcher Recursive = local
496 "};", Recursive));
510 "};", Recursive));
528 "};", Recursive));
532 DeclarationMatcher Recursive = local
551 EXPECT_TRUE(matches("class F {};", Recursive));
552 EXPECT_TRUE(matches("class Z {};", Recursive));
553 EXPECT_TRUE(matches("class C {};", Recursive));
554 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
555 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
[all...]
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc579 void Recursive( function in namespace:IPC::__anon8488
589 TEST_F(IPCSyncChannelTest, Recursive) {
590 Recursive(false, false, false);
591 Recursive(false, false, true);
592 Recursive(false, true, false);
593 Recursive(false, true, true);
594 Recursive(true, false, false);
595 Recursive(true, false, true);
596 Recursive(true, true, false);
597 Recursive(tru
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3286 /// \param Recursive if true, recursively instantiates any functions that
3294 bool Recursive,
3399 if (Recursive) {
3464 if (Recursive) {
3712 /// \param Recursive if true, recursively instantiates any functions that
3721 bool Recursive,
3723 InstantiateVariableDefinition(PointOfInstantiation, Var, Recursive,
3728 VarDecl *Var, bool Recursive,
3797 if (Recursive) {
3819 if (Recursive) {
3292 InstantiateFunctionDefinition(SourceLocation PointOfInstantiation, FunctionDecl *Function, bool Recursive, bool DefinitionRequired) argument
3718 InstantiateStaticDataMemberDefinition( SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
3727 InstantiateVariableDefinition(SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
[all...]
H A DSemaDeclObjC.cpp2802 bool Recursive; member in class:__anon18044::OverrideSearch
2937 Recursive = true;
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5949 /// Recursive: The type encoding is recursive;
5952 /// Recursive type encoding.
5959 /// A Recursive entry will have all of its sub-members expanded as fully as
5961 /// are recursive. The Recursive encoding must not be used during the expansion
5963 /// IncompleteCount to reject all usage of Recursive encodings for member types.
5976 /// If the cache contains a Recursive encoding for the member type, the
5983 /// entry is removed from the cache. If a Recursive encoding was swapped out
5990 /// If a member's encoding is found to be a NonRecursive or Recursive viz:
5996 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator in enum:__anon17889::TypeStringCache::Status
6000 std::string Swapped; // A temporary place holder for a Recursive encodin
[all...]

Completed in 1431 milliseconds