/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | metadata.c | 20 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in add_named_metadata_operand() local 32 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in set_metadata() local
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | region-store.c | 27 int values[length]; in concreteOffsetBindingIsInvalidatedBySymbolicOffsetAssignment() local 43 void testConstraintOnRegionOffset(int *values, int length, int i){ in testConstraintOnRegionOffset() 51 void testConstraintOnRegionOffsetStack(int *values, int length, int i) { in testConstraintOnRegionOffsetStack()
|
/minix3/external/bsd/llvm/dist/llvm/test/MC/COFF/ |
H A D | secrel-variant.s | 6 values: label
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p23.cpp | 13 void unexpanded_capture(Ts ...values) { in unexpanded_capture() 18 void implicit_capture(Ts ...values) { in implicit_capture() 24 void do_print(Ts... values) { in do_print()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | 2004-01-01-UnknownInitSize.c | 10 int values []; member
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | variadic-templates.cpp | 15 int values[sizeof...(T)+1] = { T::value... }; in foo() local
|
H A D | debug-info-template-member.cpp | 72 T* values; member
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | no-macro-fixit.c | 8 va_list values; in myFunc() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/ |
H A D | v3_bcons.c | 103 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, in v2i_BASIC_CONSTRAINTS()
|
H A D | v3_pcons.c | 104 static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, in v2i_POLICY_CONSTRAINTS()
|
H A D | v3_akey.c | 116 static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, in v2i_AUTHORITY_KEYID()
|
/minix3/tests/lib/libm/ |
H A D | t_atan.c | 39 } values[] = { variable
|
H A D | t_acos.c | 67 } values[] = { variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | WaymarkTest.cpp | 29 Value * values[22]; in TEST() local
|
/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | check-der.c | 75 int values[] = {0, 127, 128, 256, -128, -129, -1, -255, 255, in test_integer() local 199 unsigned int values[] = {0, 127, 128, 256, 512, 32768, in test_unsigned() local 412 time_t values[] = {0, 500159187}; in test_generalized_time() local 456 heim_oid values[] = { in test_oid() local 497 heim_bit_string values[] = { in test_bit_string() local 542 heim_integer values[] = { in test_heim_integer() local 601 int values[] = { 1, 0 }; in test_boolean() local
|
H A D | gen_encode.c | 68 } *p, values[] = { in valuename() local
|
H A D | check-gen.c | 119 Principal values[] = { in test_principal() local 188 Authenticator values[] = { in test_authenticator() local 733 TESTuint32 values[] = {0, 127, 128, 256, 512, in check_tag_length() local
|
/minix3/minix/tests/ |
H A D | test53.c | 38 u32_t values[] = { in getargval() local
|
/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | cache.c | 1353 int *indices, isc_uint64_t *values) in getcounters() 1370 isc_uint64_t values[dns_cachestatscounter_max]; in dns_cache_dumpstats() local 1436 isc_uint64_t values[dns_cachestatscounter_max]; in dns_cache_renderxml() local 1483 isc_uint64_t values[dns_cachestatscounter_max]; in dns_cache_renderjson() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | uninit-variables.cpp | 87 double *values = next->foo(0); in foo() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 125 make_tuple(const Values&... values) { in make_tuple() 130 tuple<Values&...> tie(Values&... values) { in tie()
|
H A D | example-bind.cpp | 105 make_tuple(const Values&... values) { in make_tuple() 110 tuple<Values&...> tie(Values&... values) { in tie()
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | flexible-array-init.c | 4 int values[]; // expected-note 4{{initialized flexible array member 'values' is here}} member
|
/minix3/external/bsd/llvm/dist/clang/tools/scan-view/ |
H A D | Reporter.py | 56 def __init__(self, n, values): argument
|
/minix3/external/bsd/tmux/dist/ |
H A D | grid.c | 408 grid_string_cells_fg(const struct grid_cell *gc, int *values) in grid_string_cells_fg() 449 grid_string_cells_bg(const struct grid_cell *gc, int *values) in grid_string_cells_bg()
|