Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 239) sorted by relevance

12345678910

/minix3/external/bsd/llvm/dist/llvm/test/Analysis/BasicAA/
H A Dnoalias-bugs.ll10 %nested = type { %nested.i64 }
11 %nested.i64 = type { i64 }
13 define i64 @testcase(%nested * noalias %p1, %nested * noalias %p2,
15 %ptr = getelementptr inbounds %nested* %p1, i64 -1, i32 0
16 %ptr.64 = getelementptr inbounds %nested.i64* %ptr, i64 0, i32 0
17 %ptr2= getelementptr inbounds %nested* %p2, i64 0, i32 0
19 %either_ptr = select i1 %cmp, %nested.i64* %ptr2, %nested.i64* %ptr
20 %either_ptr.64 = getelementptr inbounds %nested.i64* %either_ptr, i64 0, i32 0
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/ScalarRepl/
H A Dnonzero-first-index.ll6 %nested = type { i32, [4 x i32] }
14 %A = alloca %nested
15 %B = getelementptr %nested* %A, i32 0, i32 1, i32 0
25 %A = alloca %nested
26 %B = getelementptr %nested* %A, i32 0, i32 1, i32 0
37 %A = alloca %nested
38 %B = bitcast %nested* %A to i32*
48 %A = alloca %nested
49 %B = bitcast %nested* %A to i32*
/minix3/external/bsd/kyua-atf-compat/dist/
H A Datf-run_test.sh63 mkdir subdir/nested
64 create_test_program subdir/nested/program2 skip fail
65 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \
103 mkdir subdir/nested
104 create_test_program subdir/nested/program2 skip fail
105 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \
122 atf-run program1:pass subdir/nested/program2:skip
130 atf-run subdir/nested/program2
/minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/Headers/nested/
H A Dmodule.map1 module nested {
2 header "nested.h"
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp17 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace
18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace
31 …if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did… in Check()
H A Dtrailing-return-0x.cpp58 struct nested { struct
67 nested<U> get_nested();
/minix3/minix/servers/pm/
H A Devent.c67 static unsigned int nested = 0; variable
155 nested++; in remove_sub()
157 nested--; in remove_sub()
226 assert(nested == 0); in do_proc_event_reply()
321 assert(nested == 0); in publish_event()
/minix3/external/bsd/lutok/dist/
H A Dstack_cleaner_test.cpp61 ATF_TEST_CASE_WITHOUT_HEAD(nested);
62 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
106 ATF_ADD_TEST_CASE(tcs, nested); in ATF_INIT_TEST_CASES()
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c19 #define nested(x) int x comment cute little dead tokens... macro
21 nested(baz) rise of the dead tokens
/minix3/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer_test.cpp102 ATF_TEST_CASE_WITHOUT_HEAD(nested);
103 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
139 ATF_ADD_TEST_CASE(tcs, nested); in ATF_INIT_TEST_CASES()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp105 struct nested { struct
112 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci;
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A Dtemplate.ll7 ; template<typename> struct y_impl { struct nested { }; };
9 ; y_impl<int>::nested n;
61 %"struct.y_impl<int>::nested" = type { i8 }
64 @n = global %"struct.y_impl<int>::nested" zeroinitializer, align 1
100 …x13\00nested\002\008\008\000\000\000", !1, !"_ZTS6y_implIiE", null, !2, null, null, !"_ZTSN6y_impl…
124 …4\000\001", null, !11, !"_ZTSN6y_implIiE6nestedE", %"struct.y_impl<int>::nested"* @n, null} ; [ DW…
/minix3/usr.bin/make/unit-tests/
H A Dmodword.mk25 mod-squarebrackets-nested
113 mod-squarebrackets-nested:
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dms-delayed-default-template-args.cpp13 namespace nested { namespace
21 template struct nested::Foo<>;
H A Ddependent-base-classes.cpp48 class HasDepBase::Nested nested; in foo() local
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo() local
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A Dcfgstructures.ll31 ;; This is a simple nested loop
32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) {
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps-region-store.mm1 …cker=core,alpha.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
2 …er=core,alpha.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
/minix3/usr.bin/login/
H A Dlogin_pam.c128 nested = NULL; in main()
219 nested = strdup(user_from_uid(getuid(), 0)); in main()
220 if (nested == NULL) { in main()
284 if (nested) in main()
285 PAM_SET_ITEM(PAM_NUSER, nested); in main()
463 if (nested == NULL && setusercontext(lc, pwd, pwd->pw_uid, in main()
H A Dcommon.c80 char term[64], *envinit[1], *hostname, *tty, *nested; variable
209 } else if (nested != NULL) { in update_db()
212 "%s", nested, pwd->pw_name, tty, hname, assbuf); in update_db()
214 syslog(LOG_NOTICE, "%s to %s on tty %s", nested, in update_db()
H A Dcommon.h49 extern char term[64], *envinit[1], *hostname, *tty, *nested;
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dextractvalue.ll17 ; Build a nested struct and pull a sub struct out of it
26 ; Use nested extractvalues to get to a value
31 ; Use nested insertvalues to build a nested struct
/minix3/external/bsd/llvm/dist/llvm/test/YAMLParser/
H A Dspec-10-02.data8 text, [ nested ],
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A DCStyleComment.td1 // Test that multiline, nested, comments work correctly.
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/minix3/tests/fs/tmpfs/
H A Dt_mkdir.sh72 atf_test_case nested
156 atf_add_test_case nested

12345678910