Home
last modified time | relevance | path

Searched refs:ConversionType (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp43 enum ConversionType enum
71 const ConversionType,
86 const ConversionType,
911 ConversionType conversionType = CONVERT_NONE; in JitGatherVertices()
1306 const ConversionType conversionType = std::get<3>(args); in Shuffle8bpcGatherd16()
1569 const ConversionType conversionType = std::get<3>(args); in Shuffle8bpcGatherd()
1684 const ConversionType conversionType = std::get<3>(args); in Shuffle16bpcGather16()
1953 const ConversionType conversionType = std::get<3>(args); in Shuffle16bpcGather()
/external/clang/lib/Sema/
DSemaOverload.cpp6481 QualType ConversionType = Conversion->getConversionType(); in AddConversionCandidate() local
6482 if (!isCompleteType(From->getLocStart(), ConversionType)) { in AddConversionCandidate()
6488 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
6493 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp7379 QualType ConversionType = Conversion->getConversionType(); in AddConversionCandidate() local
7380 if (!isCompleteType(From->getBeginLoc(), ConversionType)) { in AddConversionCandidate()
7386 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
7391 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()