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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 232 QualType ToType, bool PrintTree,
260 QualType ToType =
261 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
393 /// ToType - The type that FromType is compared to. Only in tree printing
395 QualType ToType;
439 /// FromType, ToType - The type arguments.
440 QualType FromType, ToType;
473 FromType(), ToType(), FromExpr(0), ToExpr(0), FromTD(0), ToTD(0)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 69 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
76 QualType &ToType,
81 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
261 QualType ToType = getToType(1);
270 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
318 QualType ToType = getToType(1);
327 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
329 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
335 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
361 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
SemaExprCXX.cpp     [all...]
SemaExceptionSpec.cpp 736 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType)
740 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType);
    [all...]
SemaCast.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 101 const TypeDescriptor &ToType;
ubsan_handlers.cc 236 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
243 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
  /external/clang/include/clang/Sema/
Overload.h 202 /// ToType - The types that this conversion is converting to in
518 Expr *FromExpr, QualType ToType) {
520 Bad.init(Failure, FromExpr, ToType);
525 QualType FromType, QualType ToType) {
527 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 942 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
944 unwrap(ToType)));
947 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
949 unwrap(ToType)));
952 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
954 unwrap(ToType)));
957 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
959 unwrap(ToType)));
962 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
964 unwrap(ToType)));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 319 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType,
751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
753 /// Offset. This returns the value, which is of type ToType.
762 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
767 if (FromType == ToType && Offset == 0)
774 unsigned ToTypeSize = TD.getTypeAllocSize(ToType);
776 return Builder.CreateBitCast(FromVal, ToType);
797 if (V->getType() != ToType)
798 V = Builder.CreateBitCast(V, ToType);
    [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 530 class ToType {
532 ToType(const FromType& x) { *x.converted() = true; }
538 Action<ToType()> action(Return(x));
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 845 TDT.ToType = getRawArg(ArgNo2);
904 TDT.ToType));
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 476 def ToType(self, tokens):
509 AddType(self.ToType(new_tokens))
568 templated_types = self.ToType(templated_tokens)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 354 milliseconds