Home
last modified time | relevance | path

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

123456789

/external/llvm-project/compiler-rt/test/fuzzer/
DDeepRecursionTest.cpp14 void Recursive(const uint8_t *Data, size_t Size, int Depth) { in Recursive() function
18 Recursive(Data + 1, Size - 1, Depth + 1); in Recursive()
23 Recursive(Data, Size, 0); in LLVMFuzzerTestOneInput()
/external/llvm-project/clang/test/Analysis/
Dnew-ctor-recursive.cpp20 Recursive enumerator
31 case ConstructionKind::Recursive: { // Call one more operator new 'r'ecursively. in S()
113 s = new (nullptr) S(ConstructionKind::Recursive); in testChainedOperatorNew()
/external/lzma/CPP/Common/
DWildcard.cpp209 if (Recursive) in CheckPath()
218 if (Recursive) in CheckPath()
306 item.Recursive = recursive; in AddItem()
318 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs()
620 item.Recursive = recursive; in AddItem()
662 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); in AddPathsToCensor()
672 cp.Recursive = recursive; in AddPreItem()
DWildcard.h36 bool Recursive; member
109 bool Recursive; member
114 Recursive(false), in CCensorPath()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom100 Method19(Recursive recursive);
133 struct Recursive {
134 Recursive? recursive;
/external/llvm-project/llvm/test/MC/Mips/
Dset-sym-recursive.s4 # CHECK: :[[@LINE-1]]:9: error: Recursive use of 'A'
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp65 DeclarationMatcher Recursive = in TEST() local
87 "};", Recursive)); in TEST()
101 "};", Recursive)); in TEST()
119 "};", Recursive)); in TEST()
123 DeclarationMatcher Recursive = in TEST() local
142 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST()
143 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST()
144 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST()
145 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST()
146 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST()
[all …]
/external/libchrome/ipc/
Dipc_sync_channel_unittest.cc671 void Recursive( in Recursive() function
683 TEST_F(IPCSyncChannelTest, Recursive) { in TEST_F() argument
684 Recursive(false, false, false); in TEST_F()
685 Recursive(false, false, true); in TEST_F()
686 Recursive(false, true, false); in TEST_F()
687 Recursive(false, true, true); in TEST_F()
688 Recursive(true, false, false); in TEST_F()
689 Recursive(true, false, true); in TEST_F()
690 Recursive(true, true, false); in TEST_F()
691 Recursive(true, true, true); in TEST_F()
/external/javapoet/src/test/java/com/squareup/javapoet/
DAbstractTypesTest.java147 static class Recursive<T extends Map<List<T>, Set<T[]>>> {} class in AbstractTypesTest
151 TypeMirror typeMirror = getElement(Recursive.class).asType(); in getTypeVariableTypeMirrorRecursive()
153 String className = Recursive.class.getCanonicalName(); in getTypeVariableTypeMirrorRecursive()
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/Inputs/
Dipa.ll85 ; Recursive function that passes %acc unchanged => access range [0, 4).
105 ; Recursive function that advances %acc on each iteration => access range unlimited.
/external/llvm-project/llvm/test/MC/ARM/
Dthumb_set-diagnostics.s61 @ CHECK: error: Recursive use of 'recursive_use'
/external/llvm/test/MC/ARM/
Dthumb_set-diagnostics.s61 @ CHECK: error: Recursive use of 'recursive_use'
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h69 bool Recursive; member
90 Recursive(true), in COpenType()
/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py470 class Recursive(Structure): class
474 Recursive._fields_ = [("next", Recursive)]
/external/llvm-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp62 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
281 if (Recursive) { in main()
/external/selinux/secilc/
DREADME68 - Recursive limits are not handled
/external/pigweed/pw_sync/
Ddocs.rst80 **Precondition:** The lock isn't already held by this thread. Recursive
88 **Precondition:** The lock isn't already held by this thread. Recursive
251 **Precondition:** The lock isn't already held by this thread. Recursive
259 **Precondition:** The lock isn't already held by this thread. Recursive
268 **Precondition:** The lock isn't already held by this thread. Recursive
277 **Precondition:** The lock isn't already held by this thread. Recursive
488 **Precondition:** Recursive locking is undefined behavior.
495 **Precondition:** Recursive locking is undefined behavior.
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp211 DeclarationMatcher Recursive = in TEST_P() local
228 Recursive)); in TEST_P()
242 Recursive)); in TEST_P()
260 Recursive)); in TEST_P()
268 DeclarationMatcher Recursive = recordDecl( in TEST_P() local
275 EXPECT_TRUE(matches("class F {};", Recursive)); in TEST_P()
276 EXPECT_TRUE(matches("class Z {};", Recursive)); in TEST_P()
277 EXPECT_TRUE(matches("class C {};", Recursive)); in TEST_P()
278 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive)); in TEST_P()
279 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive)); in TEST_P()
[all …]
/external/llvm-project/llvm/test/Transforms/SampleProfile/
Dearly-inline.ll39 ; Recursive calls should not be early-inlined.
/external/llvm-project/polly/cmake/
Dpolly_macros.cmake75 # Recursive helper for setup_source_group. Traverse the file system and add
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def88 HANDLE_DISP_FLAG((1u << 7), Recursive)
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoFlags.def88 HANDLE_DISP_FLAG((1u << 7), Recursive)
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc133 TEST(ASN1Test, Recursive) { in TEST() argument
/external/python/cpython3/Misc/NEWS.d/
D3.9.0rc1.rst92 Recursive evaluation of `typing.ForwardRef` in `get_type_hints`.
/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py784 class Recursive(Structure): class
788 Recursive._fields_ = [("next", Recursive)]

123456789