Searched defs:ArgT (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 340 void applyOnRange(RangeKind Kind, BasicValueFactory &BVF, QualType ArgT, in applyOnRange() argument 934 QualType ArgT, in appendInsideRangeDesc() argument 961 appendOutOfRangeDesc(llvm::APSInt RMin,llvm::APSInt RMax,QualType ArgT,BasicValueFactory & BVF,llvm::raw_ostream & Out) appendOutOfRangeDesc() argument 987 applyOnWithinRange(BasicValueFactory & BVF,QualType ArgT,const RangeApplyFunction & F) const applyOnWithinRange() argument 1001 applyOnOutOfRange(BasicValueFactory & BVF,QualType ArgT,const RangeApplyFunction & F) const applyOnOutOfRange() argument [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 341 auto *ArgT = dyn_cast<IntegerType>(Arg.getType()); in splitAndWriteThinLTOBitcode() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1121 QualType ArgT = (*it); getMethodFamily() local
|