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

1 2

  /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/libchrome/base/numerics/
safe_math.h 208 struct UnderlyingType {
213 struct UnderlyingType<CheckedNumeric<NumericType>> {
253 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
  /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/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/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]

Completed in 480 milliseconds

1 2