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

1 2

  /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/darwin-x86/clang-4393122/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-4479392/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;
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
  /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-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/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType;

Completed in 1584 milliseconds

1 2