/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | PreferRegisterOverUnsignedCheck.cpp | 35 const auto *VarType = Result.Nodes.getNodeAs<QualType>("varType"); in check() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 110 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); BPFPreserveDITypeImpl() local
|
H A D | BPFAbstractMemberAccess.cpp | 1076 IntegerType *VarType; transformGEPChain() local
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::string name; 32 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | AST.h | 30 struct VarType { struct 31 std::vector<int64_t> shape;
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyVariableDumper.cpp | 45 auto VarType = Var.getType(); in start() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ValueMapTest.cpp | 117 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | UnnecessaryCopyInitialization.cpp | 194 differentReplacedTemplateParams(const QualType & VarType,const QualType & InitializerType,ASTContext & Context) differentReplacedTemplateParams() argument
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractVariable.cpp | 57 QualType VarType; global() member in clang::clangd::__anon6379dcb20111::ExtractionContext
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 332 VariadicType VarType; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 2276 CGF.PushDestructorCleanup(VarType, field); member in __anonc79bb8b90911::NonTrivialCStructByrefHelpers 2247 QualType VarType; global() member in __anonc79bb8b90911::CXXByrefHelpers [all...] |
H A D | CodeGenModule.cpp | 5700 QualType VarType = D->getType(); isVarDeclStrongDefinition() local
|
H A D | CGOpenMPRuntime.cpp | 1796 getAddrOfArtificialThreadPrivate(CodeGenFunction & CGF,QualType VarType,StringRef Name) getAddrOfArtificialThreadPrivate() argument 12091 getAddrOfArtificialThreadPrivate(CodeGenFunction & CGF,QualType VarType,StringRef Name) getAddrOfArtificialThreadPrivate() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 293 VarType, in diagnoseSubMismatchVar() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 8590 QualType VarType = LCDecl->getType().getNonReferenceType(); buildNumIterations() local 8845 QualType VarType = LCDecl->getType().getNonReferenceType(); buildMinMaxValues() local 9027 QualType VarType = LCDecl->getType().getNonReferenceType(); buildOrderedLoopData() local 9218 QualType VarType = LCDecl->getType().getNonReferenceType(); checkOpenMPIterationSpace() local 17208 QualType VarType = InteropVarExpr->getType().getUnqualifiedType(); isValidInteropVariable() local [all...] |
H A D | SemaStmt.cpp | 1198 QualType VarType = VD->getType(); ShouldDiagnoseSwitchCaseNotInEnum() local
|
H A D | SemaDeclCXX.cpp | 14281 QualType VarType; global() member in __anon47e04d133811::RefBuilder 14288 RefBuilder(VarDecl * Var,QualType VarType) RefBuilder() argument
|
H A D | SemaDecl.cpp | 7305 QualType VarType = VD->getType().getCanonicalType(); emitReadOnlyPlacementAttrWarning() local
|