HomeSort by relevance Sort by last modified time
    Searched defs:CanConvert (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 97 bool CanConvert = CompareTypes(
100 if (CanConvert) {
129 bool CanConvert = false;
136 CanConvert = CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
138 if (CanConvert) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h 71 virtual HRESULT WINAPI CanConvert(DBTYPE wSrcType,DBTYPE wDstType) = 0;
81 HRESULT (WINAPI *CanConvert)(IDataConvert *This,DBTYPE wSrcType,DBTYPE wDstType);
93 #define IDataConvert_CanConvert(This,wSrcType,wDstType) (This)->lpVtbl->CanConvert(This,wSrcType,wDstType)
oledb.h     [all...]
  /external/vixl/src/aarch32/
operands-aarch32.h 288 VIXL_ASSERT(CanConvert<T>());
296 VIXL_ASSERT(CanConvert<uint64_t>());
302 VIXL_ASSERT(CanConvert<float>());
307 VIXL_ASSERT(CanConvert<double>());
319 bool CanConvert() const {
320 return CanConvert(DataTypeIdentity<T>());
324 bool CanConvert(const DataTypeIdentity<T>&) const {
331 bool CanConvert(const DataTypeIdentity<uint32_t>&) const {
337 bool CanConvert(const DataTypeIdentity<uint64_t>&) const {
338 return IsInteger() || CanConvert<uint32_t>()
    [all...]

Completed in 3925 milliseconds