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

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 38 typedef uint8_t UnderlyingType;
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 78 using SrcType = typename internal::UnderlyingType<Src>::type;
130 using SrcType = typename UnderlyingType<Src>::type;
141 using SrcType = typename UnderlyingType<Src>::type;
142 static_assert(UnderlyingType<Src>::is_numeric, "Argument must be numeric.");
228 constexpr StrictNumeric<typename UnderlyingType<T>::type> MakeStrictNum(
245 return SafeCompare<NAME, typename UnderlyingType<L>::type, \
246 typename UnderlyingType<R>::type>(lhs, rhs); \
safe_conversions_impl.h 568 struct UnderlyingType {
576 struct UnderlyingType<CheckedNumeric<T>> {
584 struct UnderlyingType<StrictNumeric<T>> {
594 UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
595 (UnderlyingType<L>::is_checked || UnderlyingType<R>::is_checked);
601 UnderlyingType<L>::is_numeric && UnderlyingType<R>::is_numeric &&
602 (UnderlyingType<L>::is_strict || UnderlyingType<R>::is_strict)
    [all...]
safe_math.h 176 constexpr CheckedNumeric<typename UnderlyingType<Dst>::type> Cast() const {
233 using R = typename UnderlyingType<U>::type;
248 using R = typename UnderlyingType<U>::type;
396 constexpr CheckedNumeric<typename UnderlyingType<T>::type> MakeCheckedNum(
safe_math_impl.h 545 using SrcType = typename internal::UnderlyingType<Src>::type;
589 using SrcType = typename internal::UnderlyingType<Src>::type;
633 using math = M<typename UnderlyingType<L>::type,
634 typename UnderlyingType<R>::type,
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 47 struct UnderlyingType {
53 struct UnderlyingType<T, std::true_type, std::false_type> {
59 struct UnderlyingType<T, std::false_type, std::true_type> {
65 struct UnderlyingType<T, std::false_type, std::false_type,
74 std::is_same<U, typename UnderlyingType<T>::Type>::value,
82 std::is_same<typename UnderlyingType<T>::Type,
83 typename UnderlyingType<U>::Type>::value,
110 using ValueType = typename UnderlyingType<BaseType>::Type;
  /external/libmojo/mojo/public/cpp/bindings/lib/
bindings_internal.h 326 using UnderlyingType = typename base::underlying_type<T>::type;
327 return std::hash<UnderlyingType>()(static_cast<UnderlyingType>(input));
  /external/libchrome/base/numerics/
safe_math.h 208 struct UnderlyingType {
213 struct UnderlyingType<CheckedNumeric<NumericType>> {
253 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
561 UnderlyingType(UnderlyingType) {}
569 TypeIndex getUnderlyingType() const { return UnderlyingType; }
575 TypeIndex UnderlyingType;
584 TypeIndex UnderlyingType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType;
  /external/llvm/include/llvm/IR/
DIBuilder.h 382 /// \param UnderlyingType Underlying type of a C++11/ObjC fixed enum.
387 DIType *UnderlyingType, StringRef UniqueIdentifier = "");
    [all...]

Completed in 1228 milliseconds

1 2 3