HomeSort by relevance Sort by last modified time
    Searched refs:FromType (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 231 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
258 QualType FromType =
259 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
389 /// FromType - When single type printing is selected, this is the type to be
392 QualType FromType;
394 /// ToType - The type that FromType is compared to. Only in tree printing
440 /// FromType, ToType - The type arguments.
441 QualType FromType, ToType
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 229 // Note that FromType has not necessarily been transformed by the
231 // check for their presence as well as checking whether FromType is
251 QualType FromType = getFromType();
254 // Note that FromType has not necessarily been transformed by the
258 FromType = Context.getArrayDecayedType(FromType);
260 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
308 QualType FromType = getToType(0);
318 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
320 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 91 template <class FromType, std::size_t ScaleBits>
98 static float convert(FromType x)
100 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits);
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 236 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
243 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
ubsan_handlers.h 100 const TypeDescriptor &FromType;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 113 enum FromType {
NVPTXISelDAGToDAG.cpp 200 // Type Setting: fromType + fromTypeWidth
208 unsigned int fromType;
210 fromType = NVPTX::PTXLdStInstCode::Signed;
212 fromType = NVPTX::PTXLdStInstCode::Float;
214 fromType = NVPTX::PTXLdStInstCode::Unsigned;
237 getI32Imm(fromType),
257 getI32Imm(fromType),
289 getI32Imm(fromType),
320 getI32Imm(fromType),
365 // Type Setting: fromType + fromTypeWidt
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 196 /// FromType - The type that this conversion is converting
524 QualType FromType, QualType ToType) {
526 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 519 class FromType {
521 FromType(bool* is_converted) : converted_(is_converted) {}
527 GTEST_DISALLOW_ASSIGN_(FromType);
532 ToType(const FromType& x) { *x.converted() = true; }
537 FromType x(&converted);
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 844 TDT.FromType = getRawArg(ArgNo);
890 TDT.FromType));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 766 Type *FromType = FromVal->getType();
767 if (FromType == ToType && Offset == 0)
772 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
773 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 305 milliseconds