HomeSort by relevance Sort by last modified time
    Searched full:negative1 (Results 1 - 4 of 4) 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) {
  /external/llvm/test/Transforms/InstCombine/
narrow-switch.ll 39 define i32 @negative1(i64 %a) {
40 ; ALL-LABEL: @negative1(
range-check.ll 96 ; CHECK-LABEL: define i1 @negative1
101 define i1 @negative1(i32 %x, i32 %n) {

Completed in 262 milliseconds