Searched refs:Type (Results 51 - 75 of 3284) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h34 unsigned Type; // The type of the relocation. member in struct:llvm::ELFRelocationEntry
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, argument
42 : Offset(Offset), Symbol(Symbol), Type(Type), Addend(Addend),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Type=" << Type
85 unsigned Type) const;
99 // Instead of changing everyone's API we pack the N64 Type fields
111 uint8_t getRType(uint32_t Type) const {
112 return (unsigned)((Type >> R_TYPE_SHIF
[all...]
/external/protobuf/src/google/protobuf/
H A Dmap_type_handler.h59 template <bool IsEnum, typename Type>
62 static inline void Initialize(Type& type, int default_enum_value);
65 template <typename Type>
66 class MapValueInitializer<true, Type> {
68 static inline void Initialize(Type& value, int default_enum_value) {
69 value = static_cast<Type>(default_enum_value);
73 template <typename Type>
74 class MapValueInitializer<false, Type> {
76 static inline void Initialize(Type& value, int default_enum_value) {}
79 template <typename Type, boo
[all...]
/external/clang/test/Parser/
H A Dms-if-exists.cpp5 typedef int Type; typedef in class:MayExist
10 __if_exists(MayExist::Type) {
17 __if_not_exists(MayExist::Type) {
27 __if_exists(MayExist::Type) {
36 __if_exists(MayExist::Type) {
44 __if_not_exists(MayExist::Type) {
56 __if_exists(MayExist::Type) {2, }
74 __if_not_exists(MayExist::Type) { this will not compile }
82 __if_exists(MayExist::Type) {
94 __if_not_exists(MayExist::Type) {
[all...]
/external/libcxx/test/std/experimental/any/any.class/any.cons/
H A Dmove.pass.cpp65 template <class Type>
67 assert(Type::count == 0);
68 Type::reset();
70 any a((Type(42)));
71 assert(Type::count == 1);
72 assert(Type::copied == 0);
73 assert(Type::moved == 1);
80 assert(Type::moved >= 1); // zero or more move operations can be performed.
81 assert(Type::copied == 0); // no copies can be performed.
82 assert(Type
[all...]
/external/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp36 template <class Type>
39 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
40 assert(Type::count == 0);
41 Type::reset();
43 any a(std::in_place_type<Type>);
45 assert(Type::count == 1);
46 assert(Type::copied == 0);
47 assert(Type::moved == 0);
48 assertContains<Type>(a, 0);
50 assert(Type
[all...]
/external/llvm/include/llvm/AsmParser/
H A DSlotMapping.h25 class Type;
36 StringMap<Type *> NamedTypes;
37 std::map<unsigned, Type *> Types;
/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp31 unsigned Type) const override;
45 unsigned Type; local
49 Type = ELF::R_LANAI_21;
52 Type = ELF::R_LANAI_21_F;
55 Type = ELF::R_LANAI_25;
59 Type = ELF::R_LANAI_32;
62 Type = ELF::R_LANAI_HI16;
65 Type = ELF::R_LANAI_LO16;
68 Type = ELF::R_LANAI_NONE;
74 return Type;
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRpcUtil.java47 public static <Type extends Message> RpcCallback<Type>
49 return (RpcCallback<Type>)originalCallback;
53 // return new RpcCallback<Type>() {
54 // public void run(Type parameter) {
68 public static <Type extends Message>
70 final RpcCallback<Type> originalCallback,
71 final Class<Type> originalClass,
72 final Type defaultInstance) {
76 Type typedParamete
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dsort.h21 enum Type { enum in namespace:webrtc
42 int32_t Sort(void* data, uint32_t num_of_elements, Type data_type);
61 uint32_t size_of_element, Type key_type);
/external/llvm/lib/IR/
H A DValueTypes.cpp18 #include "llvm/IR/Type.h"
36 assert(VT.isExtended() && "Type is not extended!");
44 assert(ResultVT.isExtended() && "Type is not extended!");
49 assert(isExtended() && "Type is not extended!");
54 assert(isExtended() && "Type is not extended!");
59 assert(isExtended() && "Type is not extended!");
64 assert(isExtended() && "Type is not extended!");
101 assert(isExtended() && "Type is not extended!");
106 assert(isExtended() && "Type is not extended!");
111 assert(isExtended() && "Type i
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGValue.h19 enum class Type { class in class:SkSVGValue
36 Type type() const { return fType; }
44 SkSVGValue(Type t) : fType(t) { }
47 Type fType;
52 template <typename T, SkSVGValue::Type ValueType>
55 static constexpr Type TYPE = ValueType;
74 using SkSVGClipValue = SkSVGWrapperValue<SkSVGClip , SkSVGValue::Type::kClip >;
75 using SkSVGColorValue = SkSVGWrapperValue<SkSVGColorType , SkSVGValue::Type::kColor >;
76 using SkSVGFillRuleValue = SkSVGWrapperValue<SkSVGFillRule , SkSVGValue::Type::kFillRule >;
77 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp41 unsigned Type) const override;
53 unsigned Type) const {
57 switch (Type) {
81 unsigned Type = 0; local
91 Type = ELF::R_ARM_REL32;
96 Type = ELF::R_ARM_TLS_IE32;
99 Type = ELF::R_ARM_GOT_PREL;
102 Type = ELF::R_ARM_PREL31;
110 Type = ELF::R_ARM_CALL;
113 Type
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsics.h24 class Type;
48 std::string getName(ID id, ArrayRef<Type*> Tys = ArrayRef<Type*>());
53 ArrayRef<Type*> Tys = ArrayRef<Type*>());
69 /// Type, and must provide exactly one type for each overloaded type in the
72 ArrayRef<Type*> Tys = ArrayRef<Type*>());
H A DDerivedTypes.h14 // The implementations of these classes live in the Type.cpp file.
21 #include "llvm/Type.h"
36 class IntegerType : public Type {
40 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
48 ///< Note that bit width is stored in the Type classes SubclassData field
88 static inline bool classof(const Type *T) {
96 class FunctionType : public Type {
99 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
105 static FunctionType *get(Type *Resul
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h47 INLINE typename T::Type atomic_fetch_add(volatile T *a,
48 typename T::Type v, memory_order mo) {
55 INLINE typename T::Type atomic_fetch_sub(volatile T *a,
56 typename T::Type v, memory_order mo) {
63 INLINE typename T::Type atomic_exchange(volatile T *a,
64 typename T::Type v, memory_order mo) {
76 typename T::Type *cmp,
77 typename T::Type xchg,
79 typedef typename T::Type Type; typedef
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceTypeConverter.cpp23 addLLVMType(IceType_void, llvm::Type::getVoidTy(Context));
24 llvm::Type *Type_i1 = llvm::IntegerType::get(Context, 1);
25 llvm::Type *Type_i8 = llvm::IntegerType::get(Context, 8);
26 llvm::Type *Type_i16 = llvm::IntegerType::get(Context, 16);
27 llvm::Type *Type_i32 = llvm::IntegerType::get(Context, 32);
28 llvm::Type *Type_f32 = llvm::Type::getFloatTy(Context);
35 addLLVMType(IceType_f64, llvm::Type::getDoubleTy(Context));
46 void TypeConverter::addLLVMType(Type Ty, llvm::Type *LLVMT
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh45 template<typename Type, typename TObject>
46 static inline const Type& CastR(const TObject &X)
47 { return reinterpret_cast<const Type&> (X); }
48 template<typename Type, typename TObject>
49 static inline Type& CastR(TObject &X)
50 { return reinterpret_cast<Type&> (X); }
53 template<typename Type, typename TObject>
54 static inline const Type* CastP(const TObject *X)
55 { return reinterpret_cast<const Type*> (X); }
56 template<typename Type, typenam
[all...]
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp58 template <typename Type>
59 void testAtomicRMW(volatile Type *AtomicLoc, size_t &TotalTests, size_t &Passes,
61 typedef Type (*FuncType)(bool, volatile Type *, Type);
78 Type Value1 = static_cast<Type>(Values[i]);
80 Type Value2 = static_cast<Type>(Values[j]);
85 Type ResultSz
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java42 public class Type { class
48 public static final Type DOUBLE = new Type(CtClass.doubleType);
50 public static final Type BOOLEAN = new Type(CtClass.booleanType);
52 public static final Type LONG = new Type(CtClass.longType);
54 public static final Type CHAR = new Type(CtClass.charType);
56 public static final Type BYT
138 Type(CtClass clazz) { method in class:Type
142 private Type(CtClass clazz, boolean special) { method in class:Type
[all...]
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h36 int getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
66 unsigned Opcode, Type *Ty,
71 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
72 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src);
73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
74 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index);
75 int getMemoryOpCost(unsigned Opcode, Type *Sr
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { argument
37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION ||
39 Type == ELF::STT_FILE || Type == ELF::STT_COMMON ||
40 Type == ELF::STT_TLS);
43 SD.setFlags(OtherFlags | (Type << ELF_STT_Shift));
47 uint32_t Type local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs49 public static Type getComponentType( this Type type )
55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes )
61 public static FieldInfo getField( this Type type, string name )
71 public static string getName( this Type type )
83 public static bool isArray( this Type type )
89 public static bool isPrimitive( this Type type )
95 public static object newInstance( this Type type )
97 return type.GetConstructor( new Type[
[all...]
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Demplace.pass.cpp35 template <class Type>
38 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
39 assert(Type::count == 0);
40 Type::reset();
45 a.emplace<Type>();
48 assert(Type::count == 1);
49 assert(Type::copied == 0);
50 assert(Type::moved == 0);
51 assertContains<Type>(a, 0);
53 assert(Type
[all...]
/external/python/cpython2/Mac/Modules/menu/
H A Dmenusupport.py30 MenuID = Type("MenuID", "h")
31 MenuItemIndex = Type("MenuItemIndex", "h")
32 MenuItemID = Type("MenuItemID", "l")
33 MenuCommand = Type("MenuCommand", "l")
34 MenuAttributes = Type("MenuAttributes", "l")
35 MenuItemAttributes = Type("MenuItemAttributes", "l")
36 unsigned_char = Type('unsigned char', 'b')
37 FMFontFamily = Type("FMFontFamily", "h")
38 FMFontStyle = Type("FMFontStyle", "h")
39 UniChar = Type("UniCha
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DQuickSorter.java21 public class QuickSorter<Type> extends Sorter<Type> {
22 public void sort(Type[] array, int count, Comparator<Type> comparator) {
45 public void quicksort(Type[] a, int left, int right, Comparator<Type> comparator) {
53 private int partition(Type[] a, int left, int right, Comparator<Type> comparator) {
67 Type swap = a[i]; // swap two elements into place
71 Type swa
[all...]

Completed in 1385 milliseconds

1234567891011>>