Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Darray_test.c66 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_arrays() local
107 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_indef_arrays() local
/freebsd/contrib/lutok/
H A Dstack_cleaner_test.cpp62 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
/freebsd/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp103 ATF_TEST_CASE_BODY(nested) in ATF_TEST_CASE_BODY() argument
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_constants_table.c241 uint8_t nested, in LacSymQat_ConstantsGetAuthOffset()
H A Dlac_sym_qat.c290 CpaBoolean nested; in LacSymQat_UseSymConstantsTable() local
/freebsd/contrib/unbound/ipset/
H A Dipset.c64 struct nlattr *nested[2]; in add_to_ipset() local
/freebsd/contrib/mandoc/
H A Dmansearch.c613 int needterm, nested; in exprcomp() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp233 NestedTypeRecord &nested) { in visitKnownMember()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp95 void omp_set_nested(omp_int_t nested) { in omp_set_nested()
H A Dkmp_settings.cpp1093 int nested; in __kmp_stg_parse_nested() local
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c486 bool nested; in tss32_restore() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1209 while (auto nested = nested_enums->getNext()) in CompleteTypeFromUDT() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h623 OSSL_CMP_MSGS *nested; /* 20 */ member
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py174 def nested(self): member in PrettyPrinter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1796 bool nested = (flags & 2); in VisitBlockDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4468 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2755 vector<list<char>> nested; in TEST() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c19793 u8 nested; /* Number of nested calls to the parser/code generator */ member