HomeSort by relevance Sort by last modified time
    Searched refs:promoted (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
main.go 7 // Test that the struct field in anonunion.go was promoted.
anonunion.go 11 // promoted to become a field of the struct. See issue 6677 for
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4365.go 7 // Test that fields hide promoted methods.
issue13337.go 8 // were searched for promoted fields and methods.
issue10353.go 8 // Partial call x.foo was not promoted to heap.
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
main.go 7 // Test that the struct field in anonunion.go was promoted.
anonunion.go 11 // promoted to become a field of the struct. See issue 6677 for
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4365.go 7 // Test that fields hide promoted methods.
issue13337.go 8 // were searched for promoted fields and methods.
issue10353.go 8 // Partial call x.foo was not promoted to heap.
  /external/libcxx/test/std/experimental/filesystem/fs.enum/
check_bitmask_types.hpp 20 static constexpr UT unpromote(decltype((~UZero)) promoted) { return static_cast<UT>(promoted); }
  /system/tools/hidl/
ConstantExpression.cpp 274 // promoted kind for both operands.
275 ScalarType::Kind promoted = usualArithmeticConversion( local
280 ? promoted // arithmetic or bitflip operators generates promoted type
286 SWITCH_KIND(promoted, CASE_BINARY_COMMON, SHOULD_NOT_REACH(); return;)
466 (including bool), it is promoted to int32_t.
  /prebuilts/go/darwin-x86/test/
loopbce.go 26 b := a[:i+1] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
66 b := a[0:i] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
  /prebuilts/go/linux-x86/test/
loopbce.go 26 b := a[:i+1] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
66 b := a[0:i] // ERROR "Found redundant IsSliceInBounds \(len promoted to cap\)$"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopbce.go 235 f.Config.Warnl(b.Line, "Found redundant %s (len promoted to cap)", v.Op)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopbce.go 235 f.Config.Warnl(b.Line, "Found redundant %s (len promoted to cap)", v.Op)
  /build/soong/cc/
binary.go 214 // all code is position independent, and then those warnings get promoted to
library.go 256 // all code is position independent, and then those warnings get promoted to
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 20 // type i8 which must be promoted.
124 /// It is promoted to the next size up integer type. The result is then
433 // INT_TO_FP operations may require the input operand be promoted even
467 // promoted vector type has the same overall size.
489 SDValue promoted = DAG.getNode(NewOpc, SDLoc(Op), NewVT, Op.getOperand(0)); local
490 return DAG.getNode(ISD::TRUNCATE, SDLoc(Op), VT, promoted);
727 // Notice that the operation may be 'promoted' which means that it is
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/
lint-tests-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/
lint-tests-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/
lint-tests-25.4.0-alpha6.jar 
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go     [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go     [all...]

Completed in 1365 milliseconds

1 2