Home
last modified time | relevance | path

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

/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
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
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
H A Dcxx1y-variable-templates_top_level.cpp360 namespace nested { namespace
H A Dlambda-expressions.cpp196 template<typename...Ts> void nested(Ts ...ts) { in nested() function
/minix3/external/bsd/lutok/dist/
H A Dstack_cleaner_test.cpp62 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
/minix3/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer_test.cpp103 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp105 struct nested { struct
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp54 std::initializer_list<std::initializer_list<int>> nested = { variable
H A Dcxx0x-initializer-stdinitializerlist.cpp399 namespace nested { namespace
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
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
H A Dms-delayed-default-template-args.cpp13 namespace nested { namespace
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp41 } nested; member
/minix3/minix/servers/pm/
H A Devent.c67 static unsigned int nested = 0; variable
/minix3/usr.bin/login/
H A Dcommon.c80 char term[64], *envinit[1], *hostname, *tty, *nested; variable
/minix3/bin/ksh/
H A Dsyn.c195 nested(type, smark, emark) in nested() function
/minix3/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h161 uint8_t nested; member
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dverify.h163 uint8_t nested; member
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/
H A Ddr5xx.cpp327 namespace nested { namespace
/minix3/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket.h697 unsigned nested; member
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1150 bool nested = (flags & 2); in VisitBlockDecl() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3343 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c11695 u8 nested; /* Number of nested calls to the parser/code generator */ member