Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DPreferRegisterOverUnsignedCheck.cpp38 const auto *VarType = Result.Nodes.getNodeAs<QualType>("varType"); in check() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DAST.h29 struct VarType { struct
30 std::string name;
31 std::vector<int64_t> shape;
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
H A DBPFAbstractMemberAccess.cpp1093 IntegerType *VarType; in transformGEPChain() local
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DAST.h29 struct VarType { struct
30 std::vector<int64_t> shape;
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp45 auto VarType = Var.getType(); in start() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueMapTest.cpp117 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp187 bool differentReplacedTemplateParams(const QualType &VarType, in differentReplacedTemplateParams()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp54 QualType VarType; member in clang::clangd::__anon79575e0f0111::ExtractionContext
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp280 VariadicType VarType; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2281 QualType VarType; member in __anon414bd1560911::CXXByrefHelpers
2310 QualType VarType; member in __anon414bd1560911::NonTrivialCStructByrefHelpers
H A DCodeGenModule.cpp4965 QualType VarType = D->getType(); in isVarDeclStrongDefinition() local
H A DCGOpenMPRuntime.cpp1969 QualType VarType, in getAddrOfArtificialThreadPrivate()
12914 CodeGenFunction &CGF, QualType VarType, StringRef Name) { in getAddrOfArtificialThreadPrivate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8554 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildNumIterations() local
8797 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildMinMaxValues() local
8979 QualType VarType = LCDecl->getType().getNonReferenceType(); in buildOrderedLoopData() local
9149 QualType VarType = LCDecl->getType().getNonReferenceType(); in checkOpenMPIterationSpace() local
17323 QualType VarType = InteropVarExpr->getType().getUnqualifiedType(); in isValidInteropVariable() local
H A DSemaStmt.cpp1167 QualType VarType = VD->getType(); in ShouldDiagnoseSwitchCaseNotInEnum() local
H A DSemaDeclCXX.cpp13919 QualType VarType; member in __anonc19065b03711::RefBuilder
13926 RefBuilder(VarDecl *Var, QualType VarType) in RefBuilder()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9818 VarType, in diagnoseOdrViolations() enumerator