Searched refs:first (Results 1 - 25 of 1603) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A DMKkeyname.awk35 first = 1;
40 if (first) {
48 if (first) {
54 first = 0;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DCxaDemangle.cpp62 const char* parse_type(const char* first, const char* last, C& db);
64 const char* parse_encoding(const char* first, const char* last, C& db);
66 const char* parse_name(const char* first, const char* last, C& db,
69 const char* parse_expression(const char* first, const char* last, C& db);
71 const char* parse_template_args(const char* first, const char* last, C& db);
73 const char* parse_operator_name(const char* first, const char* last, C& db);
75 const char* parse_unqualified_name(const char* first, const char* last, C& db);
77 const char* parse_decltype(const char* first, const char* last, C& db);
86 fprintf(stderr, "{%s#%s}\n", s.first.c_str(), s.second.c_str());
96 fprintf(stderr, "{%s#%s}", s.first
122 print_state(const char* msg, const char* first, const char* last, const C& db) argument
134 parse_number(const char* first, const char* last) argument
197 parse_floating_number(const char* first, const char* last, C& db) argument
241 parse_source_name(const char* first, const char* last, C& db) argument
283 parse_substitution(const char* first, const char* last, C& db) argument
391 parse_builtin_type(const char* first, const char* last, C& db) argument
540 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) argument
569 parse_template_param(const char* first, const char* last, C& db) argument
626 parse_const_cast_expr(const char* first, const char* last, C& db) argument
652 parse_dynamic_cast_expr(const char* first, const char* last, C& db) argument
678 parse_reinterpret_cast_expr(const char* first, const char* last, C& db) argument
704 parse_static_cast_expr(const char* first, const char* last, C& db) argument
730 parse_pack_expansion(const char* first, const char* last, C& db) argument
745 parse_sizeof_type_expr(const char* first, const char* last, C& db) argument
765 parse_sizeof_expr_expr(const char* first, const char* last, C& db) argument
785 parse_sizeof_param_pack_expr(const char* first, const char* last, C& db) argument
819 parse_function_param(const char* first, const char* last, C& db) argument
858 parse_sizeof_function_param_pack_expr(const char* first, const char* last, C& db) argument
879 parse_typeid_expr(const char* first, const char* last, C& db) argument
903 parse_throw_expr(const char* first, const char* last, C& db) argument
923 parse_dot_star_expr(const char* first, const char* last, C& db) argument
949 parse_simple_id(const char* first, const char* last, C& db) argument
979 parse_unresolved_type(const char* first, const char* last, C& db) argument
1043 parse_destructor_name(const char* first, const char* last, C& db) argument
1071 parse_base_unresolved_name(const char* first, const char* last, C& db) argument
1130 parse_unresolved_qualifier_level(const char* first, const char* last, C& db) argument
1147 parse_unresolved_name(const char* first, const char* last, C& db) argument
1296 parse_dot_expr(const char* first, const char* last, C& db) argument
1322 parse_call_expr(const char* first, const char* last, C& db) argument
1377 parse_new_expr(const char* first, const char* last, C& db) argument
1499 parse_conversion_expr(const char* first, const char* last, C& db) argument
1566 parse_arrow_expr(const char* first, const char* last, C& db) argument
1596 parse_function_type(const char* first, const char* last, C& db) argument
1684 parse_pointer_to_member_type(const char* first, const char* last, C& db) argument
1721 parse_array_type(const char* first, const char* last, C& db) argument
1785 parse_decltype(const char* first, const char* last, C& db) argument
1818 parse_vector_type(const char* first, const char* last, C& db) argument
1907 parse_type(const char* first, const char* last, C& db) argument
2349 parse_operator_name(const char* first, const char* last, C& db) argument
2649 parse_integer_literal(const char* first, const char* last, const typename C::String& lit, C& db) argument
2680 parse_expr_primary(const char* first, const char* last, C& db) argument
2935 parse_ctor_dtor_name(const char* first, const char* last, C& db) argument
2985 parse_unnamed_type_name(const char* first, const char* last, C& db) argument
3098 parse_unqualified_name(const char* first, const char* last, C& db) argument
3145 parse_unscoped_name(const char* first, const char* last, C& db) argument
3177 parse_alignof_type(const char* first, const char* last, C& db) argument
3197 parse_alignof_expr(const char* first, const char* last, C& db) argument
3215 parse_noexcept_expression(const char* first, const char* last, C& db) argument
3230 parse_prefix_expression(const char* first, const char* last, const typename C::String& op, C& db) argument
3245 parse_binary_expression(const char* first, const char* last, const typename C::String& op, C& db) argument
3315 parse_expression(const char* first, const char* last, C& db) argument
3811 parse_template_arg(const char* first, const char* last, C& db) argument
3864 parse_template_args(const char* first, const char* last, C& db) argument
3928 parse_nested_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4076 parse_discriminator(const char* first, const char* last) argument
4114 parse_local_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4189 parse_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4280 parse_call_offset(const char* first, const char* last) argument
4326 parse_special_name(const char* first, const char* last, C& db) argument
4506 parse_encoding(const char* first, const char* last, C& db) argument
4628 parse_block_invoke(const char* first, const char* last, C& db) argument
4665 parse_dot_suffix(const char* first, const char* last, C& db) argument
4685 demangle(const char* first, const char* last, C& db, int& status) argument
4904 StrT first; member in struct:lldb_private::__anon4356::string_pair
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d47 first,
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > one && one != two && zero != first/
/freebsd-11.0-release/contrib/unbound/services/
H A Doutbound_list.c50 list->first = NULL;
57 p = list->first;
70 if(list->first)
71 list->first->prev = e;
72 e->next = list->first;
74 list->first = e;
87 else list->first = e->next;
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp57 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first];
58 a_p_entries_resized[pos_hash_pair.first] = p_e;
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dt_x509a.c72 char oidstr[80], first; local
77 first = 1;
80 if (!first)
83 first = 0;
92 first = 1;
95 if (!first)
98 first = 0;
H A Dt_bitst.c69 char first = 1; local
73 if (!first)
76 first = 0;
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dsuffixes.exp9 first set
12 first set
15 first set
18 first set
21 first set
25 first set
28 touch issue11.first
29 .ALLSRC: issue11.h issue11.first
H A Ddoterror.exp1 At first, I am
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_pair.h70 typedef _T1 first_type; ///< @c first_type is the first bound type
73 _T1 first; ///< @c first is a copy of the first object member in struct:pair
78 /** The default constructor creates @c first and @c second using their
81 : first(), second() { }
85 : first(__a), second(__b) { }
90 : first(__p.first), second(__p.second) { }
97 { return __x.first
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h51 size_t XSizeA = getBlockSize(X.first.first);
52 size_t YSizeA = getBlockSize(Y.first.first);
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
80 Edge e = (*EWi).first;
82 Forest.insert(e.first);
86 // Iterate over the sorted edges, biggest first.
89 Edge e = (*EWi).first;
[all...]
/freebsd-11.0-release/contrib/flex/
H A Dnfa.c292 * new = link_machines( first, last );
294 * new - a machine constructed by connecting first to last
295 * first - the machine whose successor is to be last
296 * last - the machine whose predecessor is to be first
298 * note: this routine concatenates the machine first with the machine
299 * last to produce a machine new which will pattern-match first first
304 int link_machines (first, last)
305 int first, last;
307 if (first
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp19 /// FindFirstNonCommonLetter - Find the first character in the keys of the
26 for (unsigned i = 0, e = Matches[0]->first.size(); i != e; ++i) {
28 char Letter = Matches[0]->first[i];
31 if (Matches[str]->first[i] != Letter)
35 return Matches[0]->first.size();
51 if (CharNo == Matches[0]->first.size()) {
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
73 MatchesByLetter[Matches[i]->first[CharN
[all...]
/freebsd-11.0-release/usr.bin/netstat/
H A Dpfkey.c119 unsigned first, type; local
135 for (first = 1, type = 0;
140 if (first) {
143 first = 0;
151 if (!first)
178 for (first = 1, type = 0;
183 if (first) {
186 first = 0;
194 if (!first)
/freebsd-11.0-release/usr.bin/seq/
H A Dseq.c79 double first = 1.0; local
130 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n",
138 first = e_atof(argv[0]);
144 errx(1, "zero %screment", (first < last)? "in" : "de");
149 incr = (first < last) ? 1.0 : -1.0;
151 if (incr <= 0.0 && first < last)
154 if (incr >= 0.0 && first > last)
168 fmt = generate_format(first, incr, last, equalize, pad);
171 for (; first <= last; first
427 generate_format(double first, double incr, double last, int equalize, char pad) argument
[all...]
/freebsd-11.0-release/usr.sbin/etcupdate/tests/
H A Dtests_test.sh68 states="equal first second difftype difflinks difffiles"
90 # Note that if the old and new files are identical (so first
115 # /equal/first/first: The file is missing from the test
118 mkfifo $i/equal/first/first/fifo
119 echo "foo" > $i/equal/first/first/file
120 mkdir $i/equal/first/first/di
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dstrcollect.c80 strcollect(char *first, ...) argument
88 ret[0] = first;
89 va_start(ap, first);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp23 return IterBool.first->second.Number;
40 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first)
41 : MCSymbolRefExpr::create(I.first, Asm.OutContext);
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.awk44 first = 1;
51 if (first) {
62 first = 0;
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtransform.c50 size_t first = *len - need; local
53 for (n = first; n < *len; ++n) {
54 if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) {
/freebsd-11.0-release/contrib/gcclibs/libgomp/
H A Dsingle.c33 /* This routine is called when first encountering a SINGLE construct that
46 /* This routine is called when first encountering a SINGLE construct that
56 bool first; local
59 first = gomp_work_share_start (false);
62 if (first)
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h28 unsigned int first; member in struct:llvm::GenericValue::IntPair
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;

Completed in 161 milliseconds

1234567891011>>