HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 126 - 150 of 2465) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
MCWasmObjectWriter.h 36 unsigned Type; // The type of the relocation.
40 uint64_t Addend, unsigned Type,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
47 << ", Type=" << Type << ", FixupSection=" << FixupSection;
65 unsigned Type) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
MCWasmObjectWriter.h 36 unsigned Type; // The type of the relocation.
40 uint64_t Addend, unsigned Type,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
47 << ", Type=" << Type << ", FixupSection=" << FixupSection;
65 unsigned Type) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
MCWasmObjectWriter.h 36 unsigned Type; // The type of the relocation.
40 uint64_t Addend, unsigned Type,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
47 << ", Type=" << Type << ", FixupSection=" << FixupSection;
65 unsigned Type) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
MCWasmObjectWriter.h 36 unsigned Type; // The type of the relocation.
40 uint64_t Addend, unsigned Type,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
47 << ", Type=" << Type << ", FixupSection=" << FixupSection;
65 unsigned Type) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 enum class Type {
81 Type getType() const { return Kind; }
86 explicit RewriteDescriptor(Type T) : Kind(T) {}
89 const Type Kind;

Completed in 684 milliseconds

1 2 3 4 56 7 8 91011>>