OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negative2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
sanitize-address-field-padding.cpp
16
// CHECK: -fsanitize-address-field-padding ignored for
Negative2
because it is trivially copyable
99
class
Negative2
{
101
Negative2
() {}
105
Negative2
negative2
;
variable
/external/protobuf/src/google/protobuf/util/
time_util.cc
480
bool negative1,
negative2
;
local
483
ToUint128(d2, &value2, &
negative2
);
496
bool negative1,
negative2
;
local
499
ToUint128(d2, &value2, &
negative2
);
501
if (negative1 !=
negative2
) {
Completed in 321 milliseconds