Searched defs:getPrimitiveType (Results 1 – 3 of 3) sorted by relevance
47 template<typename T> string getPrimitiveType(T var) in getPrimitiveType() function52 template<typename T> string getPrimitiveType(T* var) in getPrimitiveType() function59 template<> string getPrimitiveType(bool var) in getPrimitiveType() function65 template<> string getPrimitiveType(char var) in getPrimitiveType() function71 template<> string getPrimitiveType(signed char var) in getPrimitiveType() function77 template<> string getPrimitiveType(unsigned char var) in getPrimitiveType() function83 template<> string getPrimitiveType(wchar_t var) in getPrimitiveType() function89 template<> string getPrimitiveType(short int var) in getPrimitiveType() function95 template<> string getPrimitiveType(unsigned short int var) in getPrimitiveType() function101 template<> string getPrimitiveType(long int var) in getPrimitiveType() function[all …]
98 inline PrimitiveType getPrimitiveType (void) const { return m_primitiveType; } in getPrimitiveType() function in rr::PrimitiveList
39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() function in Type