Searched refs:second (Results 1 - 25 of 2751) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-linkage-name.c30 second (char *x) function
43 second (0);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-linkage-name.c30 second (char *x) function
43 second (0);
H A Dmissing-type-name-for-templates.cc18 template<typename first, typename second>
22 second me2;
25 template<typename first, typename second>
29 second me2;
32 template<int val1, typename first, int val2, typename second>
36 second me2;
39 template<typename, typename second>
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-alltargets.exp2 first second source
3 first second source all .END
H A Ddepsrc-use.exp3 second 1
4 second 2
7 first-second 1
8 first-second 2
H A Dvarname-dot-newline.exp2 second
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doffsets.c21 long second; member in struct:big_struct
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doffsets.c21 long second; member in struct:big_struct
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dc11_generic_expression.c73 comma_expression(char first, double second) argument
75 /* expect+1: error: syntax error 'second' [249] */
76 return _Generic(first, second,
89 assignment_expression(int first, int second) argument
91 return _Generic(first = second,
92 int: second = first
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax16.y8 %token second
16 second : label
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() function in namespace:C::D
27 return D::second();
H A Duserdef.cc74 A1 A1::operator+(const A1& second) argument
77 sum.x = x + second.x;
78 sum.y = y + second.y;
83 A1 A1::operator*(const A1& second) argument
86 product.x = this->x * second.x;
87 product.y = this->y * second.y;
92 A1 A1::operator-(const A1& second) argument
95 diff.x = x - second.x;
96 diff.y = y - second.y;
101 A1 A1::operator/(const A1& second) argument
110 operator %(const A1& second) argument
119 operator ==(const A1& second) argument
127 operator !=(const A1& second) argument
135 operator &&(const A1& second) argument
140 operator ||(const A1& second) argument
163 operator |(const A1& second) argument
172 operator ^(const A1& second) argument
181 operator &(const A1& second) argument
190 operator <(const A1& second) argument
197 operator <=(const A1& second) argument
202 operator >=(const A1& second) argument
207 operator >(const A1& second) argument
273 operator =(const A1& second) argument
[all...]
H A Dnsnoimports.cc14 int second(){ function in namespace:A::B::C
24 return C::second();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() function in namespace:C::D
27 return D::second();
H A Duserdef.cc74 A1 A1::operator+(const A1& second) argument
77 sum.x = x + second.x;
78 sum.y = y + second.y;
83 A1 A1::operator*(const A1& second) argument
86 product.x = this->x * second.x;
87 product.y = this->y * second.y;
92 A1 A1::operator-(const A1& second) argument
95 diff.x = x - second.x;
96 diff.y = y - second.y;
101 A1 A1::operator/(const A1& second) argument
110 operator %(const A1& second) argument
119 operator ==(const A1& second) argument
127 operator !=(const A1& second) argument
135 operator &&(const A1& second) argument
140 operator ||(const A1& second) argument
163 operator |(const A1& second) argument
172 operator ^(const A1& second) argument
181 operator &(const A1& second) argument
190 operator <(const A1& second) argument
197 operator <=(const A1& second) argument
202 operator >=(const A1& second) argument
207 operator >(const A1& second) argument
273 operator =(const A1& second) argument
[all...]
H A Dnsnoimports.cc14 int second(){ function in namespace:A::B::C
24 return C::second();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-events.c22 int second(){ function
33 return second();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-events.c22 int second(){ function
33 return second();
/netbsd-current/external/bsd/atf/dist/tools/
H A Dseveral_tcs_helper.c41 ATF_TC_WITH_CLEANUP(second); variable
42 ATF_TC_HEAD(second, tc)
48 ATF_TC_BODY(second, tc)
51 ATF_TC_CLEANUP(second, tc)
63 ATF_TP_ADD_TC(tp, second);
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhostcheck.c124 static int Curl_raw_equal(const char *first, const char *second) argument
126 while(*first && *second) {
127 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
131 second++;
136 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
139 static int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
141 while(*first && *second && max) {
142 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
147 second++;
152 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
[all...]
/netbsd-current/tests/usr.bin/indent/
H A Dopt_ci.c75 second;
86 second;
97 second;
108 second;
119 second;
134 second + (
146 second + (
164 second + (
176 second + (
188 second
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp21 Total += I.second.TotalBasicBlocks;
28 Total += I.second.VisitedBasicBlocks.count();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp60 Diag << Notes[I.second].second;
63 Diag << Warnings[I.second].second;
66 Diag << Remarks[I.second].second;
70 Diag << Errors[I.second].second;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h75 I->second.InlineChecked = 1;
76 I->second.MayInline = 1;
81 I->second.InlineChecked = 1;
82 I->second.MayInline = 0;
91 if (I != Map.end() && I->second.InlineChecked)
92 return I->second.MayInline;
98 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks;
102 I->second.TotalBasicBlocks = TotalIDs;
110 return I->second.VisitedBasicBlocks.count();
117 return I->second
[all...]
/netbsd-current/external/mit/expat/dist/tests/
H A Dudiffer.py49 parser.add_argument('second', metavar='FILE')
53 second = _read_lines(config.second)
55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
56 tofile=config.second))

Completed in 172 milliseconds

1234567891011>>