Searched defs:ArgT (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 533 APSInt Val = peekToAPSInt(S.Stk, ArgT); in interp__builtin_clrsb() local 515 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_popcount() local 524 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_parity() local 543 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_bitreverse() local 574 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_expect() local 589 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_rotate() local 610 PrimType ArgT = *S.getContext().classify(Call->getArg(0)->getType()); interp__builtin_ffs() local [all...] |
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 341 auto *ArgT = dyn_cast<IntegerType>(Arg.getType()); in splitAndWriteThinLTOBitcode() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1121 QualType ArgT = (*it); in getMethodFamily() local
|