Searched defs:VarTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp287 QualType VarTy = Var->getType(); local
289 if (!VarTy->isReferenceType()) {
299 QualType VarTy = Var->getType(); local
302 VarTy->isReferenceType()));
H A DCodeGenFunction.h623 QualType VarTy = LocalVD->getType(); local
624 if (VarTy->isReferenceType()) {
625 Address Temp = CGF.CreateMemTemp(VarTy);
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp1251 const Type VarTy = Var->getType(); local
1252 Str << "[" << getRegName(BaseRegNum, VarTy);

Completed in 592 milliseconds