HomeSort by relevance Sort by last modified time
    Searched refs:negative1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
sanitize-address-field-padding.cpp 15 // CHECK: -fsanitize-address-field-padding ignored for Negative1 because it is trivially copyable
91 class Negative1 {
93 Negative1() {}
96 Negative1 negative1; variable
  /external/protobuf/src/google/protobuf/util/
time_util.cc 480 bool negative1, negative2; local
482 ToUint128(d1, &value1, &negative1);
491 ToDuration(result, negative1, &d1);
496 bool negative1, negative2; local
498 ToUint128(d1, &value1, &negative1);
501 if (negative1 != negative2) {

Completed in 3736 milliseconds