Home
last modified time | relevance | path

Searched defs:CTy (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtx/
Dio.inl107 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tquat<…
127 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec2<…
145 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec3<…
164 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec4<…
184 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat2x…
199 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat2x…
214 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat2x…
229 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat3x…
245 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat3x…
261 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat3x…
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp516 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in isUnsignedDIType() local
748 else if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in getOrCreateTypeDIE() local
885 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) { in constructTypeDIE()
913 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructTypeDIE()
1305 void DwarfUnit::constructArrayTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructArrayTypeDIE()
1327 void DwarfUnit::constructEnumTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructEnumTypeDIE()
DDwarfDebug.cpp1921 const DICompositeType *CTy) { in addDwarfTypeUnitType()
/external/llvm/lib/IR/
DDIBuilder.cpp442 auto *CTy = in createExternalTypeRef() local
455 auto *CTy = DICompositeType::get( in createEnumerationType() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp135 QualType CTy = in VisitBinaryOperator() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2939 if (auto *CTy = LHSTy->getAs<ComplexType>()) { in EmitCompare() local
2947 if (auto *CTy = RHSTy->getAs<ComplexType>()) { in EmitCompare() local
DTargetInfo.cpp486 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local
3468 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
3800 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
4112 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
DCGDebugInfo.cpp1468 if (auto *CTy = dyn_cast<llvm::DICompositeType>(T)) in getOrCreateStandaloneType() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp223 Type *CTy; in print() local
422 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { in isOffsetOf()