Home
last modified time | relevance | path

Searched defs:VarType (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp109 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
H A DBPFAbstractMemberAccess.cpp1068 IntegerType *VarType; in transformGEPChain() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp45 auto VarType = Var.getType(); in start() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1159 QualType VarType = InitVar->getType().getNonReferenceType(); in checkRangeFor() local
1169 QualType VarType = InitVar->getType().getNonReferenceType(); in checkRangeFor() local
1256 QualType VarType = InitVar->getType().getNonReferenceType(); in checkForInit() local
H A DSemaHLSL.cpp3605 const Type *VarType = VD->getType().getTypePtr(); in ActOnVariableDeclarator() local
H A DSemaStmt.cpp1259 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaOpenMP.cpp8631 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildNumIterations() local
8888 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildMinMaxValues() local
9071 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildOrderedLoopData() local
9262 QualType VarType = LCDecl->getType().getNonReferenceType(); in checkOpenMPIterationSpace() local
17314 QualType VarType = InteropVarExpr->getType().getUnqualifiedType(); in isValidInteropVariable() local
H A DSemaDeclCXX.cpp14630 QualType VarType; member in __anon42c808803a11::RefBuilder
14637 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()
H A DSemaDecl.cpp7500 QualType VarType = VD->getType().getCanonicalType(); in emitReadOnlyPlacementAttrWarning() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2314 QualType VarType; member in __anonc28374260a11::CXXByrefHelpers
2343 QualType VarType; member in __anonc28374260a11::AddressDiscriminatedByrefHelpers
2370 QualType VarType; member in __anonc28374260a11::NonTrivialCStructByrefHelpers
H A DCodeGenModule.cpp6028 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
H A DCGOpenMPRuntime.cpp1777 QualType VarType, in getAddrOfArtificialThreadPrivate()
12167 CodeGenFunction &CGF, QualType VarType, StringRef Name) { in getAddrOfArtificialThreadPrivate()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp331 VariadicType VarType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp3442 const Type *VarType = ArrayType::get(const_cast<Type *>(ResType), ArraySize); in buildPointerToResource() local
4138 SPIRVType *VarType = ResType; in loadHandleBeforePosition() local
H A DSPIRVGlobalRegistry.cpp806 const SPIRVType *VarType, uint32_t Set, uint32_t Binding, StringRef Name, in getOrCreateGlobalVariableWithBinding()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp293 VarType, in diagnoseSubMismatchVar() enumerator